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
Per our conversation in Discord, I'm opening a bug report for this issue.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Commits are missing between v0.11.10 and v0.11.12. Specifically (the only ones I've tracked down) are missing commits in cmd/server/helper_client.go which create the default-oidc-id-token-public-policy policy.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Run Hydra 0.11.12
Run hydra policies get default-oidc-id-token-public-policy, a 404 is returned.
What is the expected behavior?
Expect to receive the policy details for default-oidc-id-token-public-policy
Which version of the software is affected?
v0.11.12
Per our conversation in Discord, I'm opening a bug report for this issue.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Commits are missing between v0.11.10 and v0.11.12. Specifically (the only ones I've tracked down) are missing commits in
cmd/server/helper_client.go
which create thedefault-oidc-id-token-public-policy
policy.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
hydra policies get default-oidc-id-token-public-policy
, a 404 is returned.What is the expected behavior?
Expect to receive the policy details for
default-oidc-id-token-public-policy
Which version of the software is affected?
v0.11.12
See https://github.com/ory/hydra/commits/v0.11.10/cmd/server/helper_client.go vs https://github.com/ory/hydra/commits/v0.11.12/cmd/server/helper_client.go
The text was updated successfully, but these errors were encountered: