We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-mod-secrets has been refactor to be a proper abstraction of a Secret Store w/o leaking the vault implementation details.
The client interface name has change and Type has been added to the configuration.
Type
Dependent on edgexfoundry/go-mod-secrets#87
The text was updated successfully, but these errors were encountered:
refactor: Update to latest go-mo-secrets
e4bb43c
Adjusted for renamed client and addition of `Type` in Secret Store configuration closes #170 Signed-off-by: lenny <[email protected]>
lenny-goodell
Successfully merging a pull request may close this issue.
go-mod-secrets has been refactor to be a proper abstraction of a Secret Store w/o leaking the vault implementation details.
The client interface name has change and
Type
has been added to the configuration.Dependent on edgexfoundry/go-mod-secrets#87
The text was updated successfully, but these errors were encountered: