forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(credential_injector/oauth2): send scopes when specified (envoypro…
…xy#38130) Commit Message: Current code inadvertently shadows the existing body declaration such that when scopes are specified, they are not actually sent to the authorization server. Additional Description: Risk Level: Testing: Added test, verified it errors on current code and is resolved after this fix. Docs Changes: None, this now matches the existing documentation. Release Notes: Added CHANGELOG entry. Platform Specific Features: Signed-off-by: Adam Eijdenberg <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters