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

Allow customization of where RSA keys are stored #408

Open
namanshenoy opened this issue Jul 18, 2023 · 0 comments
Open

Allow customization of where RSA keys are stored #408

namanshenoy opened this issue Jul 18, 2023 · 0 comments

Comments

@namanshenoy
Copy link

Although setting RSA keys in the database makes things easy for the majority of users, it would be nice if we could customize where the RSA keys are retrieved from.
This enables us to use secret stores like AWS Secrets Manager, Vault, etc to store the private keys. Also enables the import, rotation, etc, of the keys from PKI providers.

I've created a PR #407 to enable this functionality via the use of a hook similar to the other hooks for this plugin.

Looking forward to a response! :)

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

1 participant