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
Automatically populate segment in node resource in ACL. Probably something like "ACL Service Identities" can be reused, or same approach taken. For instance:
node "<node name>" {
policy = "write"
}
Where <node name> is automatically replaced with actual node name (e.g. consul-1)
Use Case(s)
Consul Server cluster that runs using AWS ASG and least permissive tokens is a requirement. To achieve that, currently need to create custom scripts and handlers.
You can create an agent token with consul acl token create -node-identity=<nodename>:<DC>. The pre-configured ACL policy template listed in the docs will be assigned to the token.
Feature Description
Automatically populate
segment
innode
resource in ACL. Probably something like "ACL Service Identities" can be reused, or same approach taken. For instance:Where <node name> is automatically replaced with actual node name (e.g. consul-1)
Use Case(s)
Consul Server cluster that runs using AWS ASG and least permissive tokens is a requirement. To achieve that, currently need to create custom scripts and handlers.
Discussed here
The text was updated successfully, but these errors were encountered: