consul/command/acl
R.B. Boyer 7928305279 making ACLToken.ExpirationTime a *time.Time value instead of time.Time (#5663)
This is mainly to avoid having the API return "0001-01-01T00:00:00Z" as
a value for the ExpirationTime field when it is not set. Unfortunately
time.Time doesn't respect the json marshalling "omitempty" directive.
2019-04-26 14:48:16 -05:00
..
agenttokens Add fmt and vet (#5671) 2019-04-25 12:26:33 -04:00
bootstrap Add fmt and vet (#5671) 2019-04-25 12:26:33 -04:00
policy Add fmt and vet (#5671) 2019-04-25 12:26:33 -04:00
rules Handle rules translation when coming from the JSON compat HCL (#5662) 2019-04-15 14:34:36 -04:00
token acl: ACL Tokens can now be assigned an optional set of service identities (#5390) 2019-04-26 14:48:04 -05:00
acl.go incorrect examples for 'consul acl policy' commands (#5303) 2019-02-01 09:16:36 -06:00
acl_helpers.go making ACLToken.ExpirationTime a *time.Time value instead of time.Time (#5663) 2019-04-26 14:48:16 -05:00