Exam4Training

What are the two?

When ACLs are bootstrapped, Consul creates two special tokens that can be used immediately.

What are the two? (select two)
A . primary token
B. DNS token
C. anonymous token
D. master token

Answer: C,D

Explanation:

Consul will automatically create two tokens when the ACL system is bootstrapped. The master token, commonly referred to as the bootstrap token, and the anonymous token.

————————————————————-

Master Token – When a master token is present within the Consul configuration, it is created and will be linked with the built-in Global Management policy giving it unrestricted privileges. The master token is created with the Secret ID set to the value of the configuration entry.

Anonymous Token – The anonymous token is used when a request is made to Consul without

specifying a bearer token.

https://www.consul.io/docs/acl/acl-system.html#builtin-tokens

Exit mobile version