-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code review points: > This is a bit confusing. We are creating a variable called sdsConfig but the function makes a config source specifier? > > and in the function itself it refers to Ads? > > ```go > ConfigSourceSpecifier: &envoy_config_core_v3.ConfigSource_Ads{ > Ads: &envoy_config_core_v3.AggregatedConfigSource{}, > }, > ``` `internal/envoy/auth/oauth2_filter.go`: Rename to `makeConfigSource()`. > commented out code? Is it needed? `internal/envoy/manager/envoy_callbacks.go`: Remove commented out code. > Why did this need to change? `internal/envoy/manager/cache_manager.go`: Revert change of map initialization. Signed-off-by: Mohamed Bana <mohamed@bana.io>
- Loading branch information
Showing
3 changed files
with
3 additions
and
14 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