-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the Ability to Override CredentialStorePath (#85)
The existing implementation pulls the value from the config file. If a user overrides the CredentialStorePath it does not supersede the value defined in client.config.credentialStore.Path. Moreover, if a user performs a configless configuration of the SDK where there is no configfile, the value is read in as "", and an inMemoryStore is used as opposed to the expected override. This change ensures the overridden value supersedes the config value but retains the config value if no override is passed. Signed-off-by: Brett Logan <brett.t.logan@ibm.com> Co-authored-by: Troy Ronda <troy@troyronda.com>
- Loading branch information
Showing
2 changed files
with
17 additions
and
33 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