9e8325d63c
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.
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
```release-note:bug
|
|
acl: Fixed a bug in token creation which failed to parse expiration TTLs correctly
|
|
```
|