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

add vault support #1045

Open
c9s opened this issue Jan 6, 2023 · 1 comment
Open

add vault support #1045

c9s opened this issue Jan 6, 2023 · 1 comment
Labels
feature feature means adding new functionality for users from all perspective, e.g., web, cli, deployment security

Comments

@c9s
Copy link
Owner

c9s commented Jan 6, 2023

use vault to load the api keys and secrets for the exchange sessions.

@c9s c9s added feature feature means adding new functionality for users from all perspective, e.g., web, cli, deployment security labels Jan 6, 2023
@lanphan
Copy link
Contributor

lanphan commented Mar 27, 2024

there are 2 ways:

  1. based on viper (Add support for Hashicorp Vault to Viper spf13/viper#497 or Viper extension https://github.com/sagikazarmark/viperx )
  2. use lib Go CDK secrets https://gocloud.dev/howto/secrets/ which help us to standardize all secrets interface (Google / AWS / Azure / Viber)

which one you prefer, @c9s ?
For quick solution, I suggest to use Viber extension, but needs to check it still works or not (no update in 3 years)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature means adding new functionality for users from all perspective, e.g., web, cli, deployment security
Projects
None yet
Development

No branches or pull requests

2 participants