-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored GCP client operations to log user messages and optimized r…
…esource updation Ensured all operations modifying GCP cloud resources will log messages to the user. The 'ocm gcp update wif-config' command was unnecessarily updating the oidc data of the workload identity pool, even when there were only formatting differences. By improving the evaluation method for the jwks configuration, the oidc configuration will now only be updated if there is a meaningful difference. Service Account access policies were being during every run of the update command. By checking whether the policies are already in place, updates to the policy will only occur if necassary.
- Loading branch information
1 parent
d4deb29
commit 4e0c787
Showing
9 changed files
with
341 additions
and
113 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
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
Oops, something went wrong.