-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Feature] new binding rule type "node" #217
Comments
remilapeyre
added a commit
to remilapeyre/terraform-provider-consul
that referenced
this issue
Aug 14, 2020
Great! Thank you for the super quick response |
Any idea when this might be merged? |
remilapeyre
added a commit
that referenced
this issue
Sep 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Terraform v0.13.0, provider.consul v2.9.0
Affected Resource(s)
consul_acl_binding_rule
Enhancement
Support for NodeIdentities GH-7970 was added in consul 1.8.1.
As a part of applying NodeIdentities to a login token, a binding rule needs to have the type of "node" in order to match the node against a NodeIdentity. In the CLI this can be achieved through the following command
Currently in terraform the following error is received on trying to create a binding rule with the node bind type
It'd be great if we could support this as a valid value to be passed into terraform.
The text was updated successfully, but these errors were encountered: