-
Notifications
You must be signed in to change notification settings - Fork 2.7k
docs: store secrets in vault #12418
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
base: master
Are you sure you want to change the base?
docs: store secrets in vault #12418
Conversation
|
hi there, I made this PR to show an example of how to store secrets in a separate Vault, I used the free Openbao component |
|
Thank you for your contribution. Can you explain why you introduced the Openbao component? |
I introduced Openbao because it's a free fork of the Vault by Hashicorp, and I wanted to store my secret on a vault, instead of having them in etcd in clear text. Vault is already supported by ApiSix, I've just chosen the free fork |
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the [email protected] list. Thank you for your contributions. |
|
hello, I can't reproduce this issue, can you please answer these questions first ? is this an error you see in docker logs? Do you see the openbao container, in the ouput of the command docker ps? |
|
I tried again and didn't encounter any errors. |
Description
tutorial to store ApiSix secrets in a Vault (Openbao)