open-nomad/.changelog/15999.txt
James Rasell 9e8325d63c
acl: fix a bug in token creation when parsing expiration TTLs. (#15999)
The ACL token decoding was not correctly handling time duration
syntax such as "1h" which forced people to use the nanosecond
representation via the HTTP API.

The change adds an unmarshal function which allows this syntax to
be used, along with other styles correctly.
2023-02-01 17:43:41 +01:00

4 lines
107 B
Plaintext

```release-note:bug
acl: Fixed a bug in token creation which failed to parse expiration TTLs correctly
```