mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
bbef879f85
* [NET-5325] ACL templated policies support in tokens and roles - Add API support for creating tokens/roles with templated-policies - Add CLI support for creating tokens/roles with templated-policies * adding changelog
8 lines
373 B
Plaintext
8 lines
373 B
Plaintext
```release-note:feature
|
|
acl: Added ACL Templated policies to simplify getting the right ACL token.
|
|
```
|
|
|
|
```release-note:improvement
|
|
cli: Added `-templated-policy`, `-templated-policy-file`, `-replace-templated-policy`, `-append-templated-policy`, `-replace-templated-policy-file`, `-append-templated-policy-file` and `-var` flags for creating or updating tokens/roles.
|
|
```
|