You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The consul_acl_role which was added in #128 only supports associating a service identity to a given token, but not a node identity. This is a feature request to add support for:
Node identity to the consul_acl_role resource.
Node identity and service identity to the consul_acl_token resource.
The text was updated successfully, but these errors were encountered:
remilapeyre
added a commit
to remilapeyre/terraform-provider-consul
that referenced
this issue
Sep 19, 2021
Similar to ACL Service Identities, Consul added support for ACL Node Identities in Consul 1.8.1.
The
consul_acl_role
which was added in #128 only supports associating a service identity to a given token, but not a node identity. This is a feature request to add support for:consul_acl_role
resource.consul_acl_token
resource.The text was updated successfully, but these errors were encountered: