-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd: Should not fatal if ORY Hydra SDK is unable to start #71
Comments
Update --help command. I need to specify this for work: But this env variable not described in help |
Yes, seems like it isn't being updated. I think one possibility is to introduce an That way there would no longer be a direct dependency to ORY Hydra and thus the tutorial would work and ORY Oathkeeper would be standalone. I'll work on this tomorrow. |
This patch adds another ID Token signing algorithm (HS256) which is easier to set up as it does not rely on ORY Hydra but instead on a shared secret. Additionally the ability to specify which ID Token singing algorithm to use has been added. Environmental variables to configure the behvaiour have been added as well. Further, the ORY Keto Warden Authorizer strategy is now optional and disabled when the environment variable `AUTHORIZER_KETO_WARDEN_KETO_URL` is empty. Closes #71
I will leave this for reference and shortcut for people having the same issue. For more information read the oathkeeper upgrade guide I was having the same issue with the Working environment:
|
Thanks! Master is not yet released but with rc.1 the examples will be upgraded too! |
See https://community.ory.sh/t/please-specify-the-ory-hydra-endpoint-url/491
The text was updated successfully, but these errors were encountered: