We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current consul_acl_token resource doesn't allow to assign a token to a role.
Only policies seems supported https://www.terraform.io/docs/providers/consul/r/acl_token.html
Using the cli is it possible to create a token and assign it to a role:
consul acl token create -description "Monitoring token" -role-id dd9-f5f9-9781-9acc-1fac1527e911
Are there any plan to add this? or any workaround?
The text was updated successfully, but these errors were encountered:
Add roles argument to consul_acl_token
b4963df
Closes hashicorp#178
Hi @ltagliamonte-dd, thanks for the remainder, we forgot it when adding consul_acl_token.
consul_acl_token
I just opened a PR with it.
Sorry, something went wrong.
Add roles argument to consul_acl_token (#180)
e145aff
Closes #178
Successfully merging a pull request may close this issue.
The current consul_acl_token resource doesn't allow to assign a token to a role.
Only policies seems supported https://www.terraform.io/docs/providers/consul/r/acl_token.html
Using the cli is it possible to create a token and assign it to a role:
Are there any plan to add this? or any workaround?
The text was updated successfully, but these errors were encountered: