Commit Graph

6 Commits

Author SHA1 Message Date
Michael Klishin f582760664 Add a missing \ to the seed script 2018-07-19 17:57:14 +03:00
Michael Klishin 3ed9d7eeb0 [Re]add tag authorities to the seed script
This is the same change as in b183a88cb6 except
it doesn't unintentionally limit the audience ("aud" field) of generated access tokens.

N.B. that commas are treated as separators on the client authority list,
so our original convention for tags, e.g. "rabbitmq.tags:management,policymaker",
won't work with UAA.

[#158782152]
[#158782156]
2018-07-09 09:07:33 +03:00
Michael Klishin fcb7a0f9b7 Set access token validity to 24 hours 2018-07-09 08:59:18 +03:00
Michael Klishin ae15545881 Revert "Add tag authorities to the seed script"
This reverts commit b183a88cb6.
2018-07-09 08:51:34 +03:00
Michael Klishin b183a88cb6 Add tag authorities to the seed script
N.B. that commas are treated as separators on the client authority list,
so our original convention for tags, e.g. "rabbitmq.tags:management,policymaker",
won't work with UAA.

[#158782152]
[#158782156]
2018-07-09 05:46:05 +03:00
Michael Klishin 2466897b3c Add a seed script for development
[#157964874]
2018-07-02 22:01:12 +03:00