-
Notifications
You must be signed in to change notification settings - Fork 101
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
[request] support for Nomad 1.4 secure variables #288
Comments
Hi @shantanugadgil! We anticipate shipping TF support following 1.4.0 GA. |
@tgross any timeline on this? Looking forward to migrating from vault kv to nomad variables but need to control them with tf. |
Nomad 1.4.1 is already out, still no (documented) support? :( |
For anyone reading this, for the meantime I'm using a little workaround:
Just make sure the current session is logged in to the correct nomad cluster :) |
In addition to setting the variables, it would be great to have the ability to pass Job ACLs as well. The base client supports this already. |
Hi @IamTheFij, would you be able to explain a little more what you mean by |
Yes, it's related to Variables. As far as I can tell, the ability to assign an ACL to a workload was added to provide Variable access to Jobs and Tasks. https://developer.hashicorp.com/nomad/docs/concepts/variables. The Go API already allows optionally passing this information along with an ACL, but it's not yet possible with Terraform. |
I didn't fully read the comments on this issue before creating a new issue, but what @IamTheFij is talking is the same thing I requested in #306. |
Still no progress on this? We're already on nomad 1.5 :'( -edit- |
Terraform Version
1.2.9
Provider Version
1.4.18
Nomad Version
Nomad v1.4.0-beta.1 (d17021a366178a11b79353f13735389629102d6a)
Provider Configuration
N/A
When can we get the support for the secure variables in the terraform provider?
The secure variables are a very welcome addition (instead of setting up Vault only for the KV backend)
In our workflow, we would like to use Terraform to inject/update the secure variables into Nomad.
NOTE: The access to the repo of secrets would of course be a "very limited access"
The text was updated successfully, but these errors were encountered: