-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Vault issue 107 #109
base: master
Are you sure you want to change the base?
Vault issue 107 #109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nandarshan this is a great start and thanks for working on this feature. Please refer to this PR in this issue #107 mentioning that you are working on it.
Regarding the code, remove all standard.out.println and e.printStacktrace as those are not logger friendly. Use a logger function instead. Once you have fixed those, I will do in-depth review of the code
Thanks for the reply @DImuthuUpe. I have removed all println and printStackTrace statements and added logger functions instead. Please let me know if there are any other corrections required. |
Here, to store secrets, Vault from Hashicorp is being used. This PR implements the getSCPSecret, createSCPSecret, updateSCPSecret, and deleteSCPSecret methods for the SCP in VaultSecretBackend.java. This PR also contains the scripts to start and stop the vault.
Issue: #107