-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(credentials): modify GetCredential to return pointer for in-…
…place updates - Change GetCredential signature to return *secrets.SourceMap instead of value - Update loadCredentials to use Keys() iterator for credential lookup - Add explicit error handling for missing credentials - Fix credential value updates to modify original values via pointers Signed-off-by: Kim Christensen <kimworking@gmail.com>
- Loading branch information
1 parent
c24aadc
commit 359c98a
Showing
2 changed files
with
9 additions
and
5 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