-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nomad /Secrets For Docker #2800
Comments
you could use template{} + vault to read the keys and write them to |
Thanks for the reply. |
-- |
The quotes here |
Sorry I meant here |
@mqasim1983 The
|
@dadgar I plan to use S3 as source for and The problem with an inline template would be that it would reveal the entire contents of the file when this Regards, |
@shantanugadgil Yes, choice #1 is definitely not recommended but given the original constraints those would be the two choices. The way you are doing it is great! |
@dadgar @shantanugadgil @mlehner616 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Hi,
I need add public and private key inside containers. I looked into /secrets . Is there any possibility to use it in Docker.
tmpfs 1.0M 0 1.0M 0% /secrets
Is there any possibility to pass text file in Nomad to mount /secrets/PublicKey.txt ? without Vault
Just like Docker secrets
The text was updated successfully, but these errors were encountered: