-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 Resolve secret for each provider config in GCP (#867)
Initially, the idea was to copy the resolved secret over to the cloned provider configs. That is not ideal since it requires other changes as well. After a discussion with @chris-rock we concluded that resolving secrets multiple times is a vault problem, not a provider problem. This PR makes sure that scanning GCP assets work. In a follow up PR I will address the issue with the retrieval of the same secret multiple times. Signed-off-by: Ivan Milchev <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 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