-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save the secret URI ID not the schema.
When interacting with secrets, most do not know there is a schema associated with it. To ensure we don't get mismatches between the two types with terraform doing a string comparision, only save the ID. The risk is with the Access Secret resource where we cannot guarentee how the secret id is provided. Related docs will be updated to be more clear.
- Loading branch information
Showing
2 changed files
with
14 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