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 documentation for production use #933

Open
maggie44 opened this issue Sep 25, 2024 · 0 comments
Open

Add documentation for production use #933

maggie44 opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@maggie44
Copy link

maggie44 commented Sep 25, 2024

The only reference I can find to using this operator is the tutorial: https://developer.hashicorp.com/vault/docs/platform/k8s/vso

I'm not looking for a tutorial, but deployment documentation for connecting to the Hasicorp Vault Cloud. I do not want to use Minikube for testing, nor do I need a learn-vault-secrets-operator repo to learn operator.

Instead I am looking for documentation to use operator. What does this do:

vault write auth/demo-auth-mount/config \
   kubernetes_host="https://$KUBERNETES_PORT_443_TCP_ADDR:443"

Is it persistent? Why from inside a container? Why demo-auth-mount? I am not looking for a demo.

vault kv put kvv2/webapp/config username="static-user" password="static-password"

I do not need to create secrets, I have secrets already.

In production you do not want default_ttl="1m" or max_ttl="1m" set. This is too short and a longer TTL should be used. It is only done this way in this tutorial for demonstration purposes.

☝️ Ok, but then where is the production deployment documentation?

In short, there is a big difference between 'tutorial' and 'documentation'. I am looking for documentation to be able to deploy operator and use it in production so logging this here as a feature request.

@maggie44 maggie44 added the enhancement New feature or request label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant