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
The documentation is yet to be updated in my PR #76 to remove mention of the /.well-known/openid-configuration path.
But I agree with you that the oas that is parsed by kuadrantctl should be compatible with oas that is used elsewhere. Like you mention in the Swagger docs the well-known path is used. I would expect kuadrantctl can parse it without an issue.
Both Swagger Docs and our own docs state that you should supply openid-configuration endpoint in OAS like this:
Kuadrantctl directly passes this value to AuthPolicy issuerUrl field, which requires issuerUrl and not openid-configuration.
Tested version: 0.2.3
Reproducer:
Input:
Output:
The text was updated successfully, but these errors were encountered: