-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gke] skip hard error when client misses permissions for some projects (
#51344) (#51401) This PR fixes a behavior problem that results in GKE discovery to completely fail when the client misses permissions in some of the discovered projects. If the client misses list permissions for projectID 1 but has the required permissions for projectID 2, the discovery service should continue with the projectID 2 discovery and skip the failing one. Fixes #48101 Signed-off-by: Tiago Silva <[email protected]>
- Loading branch information
Showing
3 changed files
with
35 additions
and
4 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