You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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/
The text was updated successfully, but these errors were encountered: