Skip to content
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

circuit-breaker not working on oauth2 plugin paths #19

Open
vigohe opened this issue Feb 2, 2022 · 3 comments
Open

circuit-breaker not working on oauth2 plugin paths #19

vigohe opened this issue Feb 2, 2022 · 3 comments
Assignees

Comments

@vigohe
Copy link
Contributor

vigohe commented Feb 2, 2022

Summary

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

Steps To Reproduce

  1. Install OAuth2 plugin at a service
  2. Install kong-circuit-breaker plugin

Additional Details & Logs

  • Kong version Kong Enterprise 2.7.0.0
@chirag-manwani
Copy link
Collaborator

@vigohe Could you provide the config for Oauth2 Plugin you are using?

@chirag-manwani chirag-manwani self-assigned this Feb 3, 2022
@vigohe
Copy link
Contributor Author

vigohe commented Feb 13, 2022

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
            }

@chirag-manwani
Copy link
Collaborator

@vigohe Could you check this once #21 (comment) and update if you are still facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants