open-consul/command/acl
Matt Keeler cdc4b20afa
ACL Node Identities (#7970)
A Node Identity is very similar to a service identity. Its main targeted use is to allow creating tokens for use by Consul agents that will grant the necessary permissions for all the typical agent operations (node registration, coordinate updates, anti-entropy).

Half of this commit is for golden file based tests of the acl token and role cli output. Another big updates was to refactor many of the tests in agent/consul/acl_endpoint_test.go to use the same style of tests and the same helpers. Besides being less boiler plate in the tests it also uses a common way of starting a test server with ACLs that should operate without any warnings regarding deprecated non-uuid master tokens etc.
2020-06-16 12:54:27 -04:00
..
agenttokens Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
authmethod acl: allow auth methods created in the primary datacenter to optionally create global tokens (#7899) 2020-06-01 11:44:47 -05:00
bindingrule Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
bootstrap Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
policy Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
role ACL Node Identities (#7970) 2020-06-16 12:54:27 -04:00
rules Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
token ACL Node Identities (#7970) 2020-06-16 12:54:27 -04:00
acl.go docs: add documentation for all secure acl introduction work (#5640) 2019-05-01 16:11:23 -05:00
acl_helpers.go ACL Node Identities (#7970) 2020-06-16 12:54:27 -04:00