You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently users have to specify a random hs256 secret for oathkeeper even if they don't use id_token credential issuer. I think it would be more convenient to atomatically disable this issuer if there are no configurations for it.
Steps to reproduce:
$ docker run --rm -it -e DATABASE_URL=memory oryd/oathkeeper:v1.0.0-beta.9 serve api
FATA[0000] Unable to initialize the ID Token signing algorithm error="The secret set in CREDENTIALS_ISSUER_ID_TOKEN_HS256_SECRET must be 32 characters long."
The text was updated successfully, but these errors were encountered:
Currently users have to specify a random hs256 secret for oathkeeper even if they don't use id_token credential issuer. I think it would be more convenient to atomatically disable this issuer if there are no configurations for it.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: