Skip to content

oauth2 filter: Make OAuth scopes configurable. #14168

Merged
snowp merged 58 commits intoenvoyproxy:mainfrom
andreyprezotto:oauth_scope
Jan 23, 2021
Merged

oauth2 filter: Make OAuth scopes configurable. #14168
snowp merged 58 commits intoenvoyproxy:mainfrom
andreyprezotto:oauth_scope

Conversation

@andreyprezotto
Copy link
Copy Markdown
Contributor

Commit Message: Makes OAuth scopes configurable.
New optional parameter 'auth_scopes' added to the filter. The default value is 'user' (if not provided) to avoid breaking changes to users updating to the latest version.

Additional Description: Added log line to help debugging.
Risk Level: Low
Testing: Unit tests updated to match and cover the new parameter. Locally tested the generated docker image.
Docs Changes: Added the new parameter to the docs
Release Notes: Updated current.rst file
Platform Specific Features:
Fixes #13766
Replaces #14034

Loading
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

Successfully merging this pull request may close these issues.

Make OAuth scopes configurable

8 participants