Skip to content
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 backend support to Secret Service #107

Open
DImuthuUpe opened this issue Jun 25, 2023 · 1 comment
Open

Vault backend support to Secret Service #107

DImuthuUpe opened this issue Jun 25, 2023 · 1 comment

Comments

@DImuthuUpe
Copy link
Contributor

Secret service contains a pluggable security backend framework and currently, it was implemented to support database-backed storage [1]. However, this is not recommended for production usage as credentials are saved in plain text. Vault [2] is a very popular credential storage tool and it is better if we can have backend implementation to support credential storage in vault

[1] https://github.com/apache/airavata-mft/tree/master/services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/backend
[2] https://www.vaultproject.io/

@nandarshan
Copy link
Contributor

I'm working on this issue.
PR: #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants