-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
docsOnly related to documentationOnly related to documentation
Description
Environment
- PostgreSQL version: 13.3
- PostgREST version: latest / devel
- Operating system: Docker
Description of issue
Currently using latest images with this JWT Secret Config:
{
"alg":"RS256",
"e":"AQAB",
"key_ops":["verify"],
"kty":"RSA",
"n":"ryPOQAv29sSO9jbDWkte3exY...."
}
is working with latest version, but fails with this error on devel:
No suitable key or wrong key type
Metadata
Metadata
Assignees
Labels
docsOnly related to documentationOnly related to documentation