We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kong-circuit-breaker does not work along OAuth2 kong plugin. Paths where OAuth2 its set, kong-circuit-breaker api_call_timeout_ms` does not apply
kong-circuit-breaker
s set,
Kong Enterprise 2.7.0.0
The text was updated successfully, but these errors were encountered:
@vigohe Could you provide the config for Oauth2 Plugin you are using?
Sorry, something went wrong.
kong-plugin-enterprise-oauth2-introspection 0.5.3-0
config:
"config": { "pkce": "lax", "token_expiration": 1, "refresh_token_ttl": 1, "global_credentials": true, "persistent_refresh_token": false, "reuse_refresh_token": false, "accept_http_if_already_terminated": false, "provision_key": "xxxxxxxxxxxxx", "enable_client_credentials": false, "enable_authorization_code": false, "enable_implicit_grant": false, "mandatory_scope": false, "auth_header_name": "authorization", "anonymous": null, "hide_credentials": false, "enable_password_grant": true, "scopes": null }
@vigohe Could you check this once #21 (comment) and update if you are still facing the same issue.
chirag-manwani
No branches or pull requests
Summary
kong-circuit-breaker
does not work along OAuth2 kong plugin. Paths where OAuth2 its set,
kong-circuit-breakerSteps To Reproduce
Additional Details & Logs
Kong Enterprise 2.7.0.0
The text was updated successfully, but these errors were encountered: