hashicorp / terraform-provider-consul

Terraform Consul provider
https://www.terraform.io/docs/providers/consul/
Mozilla Public License 2.0
124 stars 112 forks source link

Support ACL Node Identities in consul_acl_role and consul_acl_token resources #284

Closed blake closed 2 years ago

blake commented 3 years ago

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:

  1. Node identity to the consul_acl_role resource.
  2. Node identity and service identity to the consul_acl_token resource.