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

Multiple Secrets for Single Application #341

Open
marcogrieco opened this issue Apr 9, 2021 · 2 comments
Open

Multiple Secrets for Single Application #341

marcogrieco opened this issue Apr 9, 2021 · 2 comments

Comments

@marcogrieco
Copy link

Feature Request

Hi, i would like to use this plugin to store multiple secrets inside the same application because i will not use it for the authentication process but for others needs.

Feature Description

I need to store multiple secrets for the same application. Can be useful to adapt the store and retrive apis to pass a key for every secret.

For example: store the secret XXX with value YYY. Retrieve the secret XXX.

Thanks in advance.

@marcogrieco marcogrieco added the feature Request feature label Apr 9, 2021
@marcogrieco marcogrieco changed the title Multiple Secret for Single Application Multiple Secrets for Single Application Apr 9, 2021
@NiklasMerz
Copy link
Owner

You could just store multiple keys in a JSON string. Not sure how much effort it is to build this into the plugin.

@TiBz0u
Copy link

TiBz0u commented Jul 25, 2022

Hi @NiklasMerz,
The problem with this implementation is that you are forced to load the secret to add a key to it. So you need a "biometric authentication" to register a new key => Limitation.
I'll try to work on this feature in the coming weeks.
Kr.

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

No branches or pull requests

3 participants