You've logged into the Consul UI and want to modify the policy that is used by a token assigned to an application. However, you see this screen when clicking the ACL
tab. What must you provide in order to access the ACL configuration page?
Stephen is using Consul for service discovery, but he also wants to store data in the Consul K/V for application variables that need to be retrieved at runtime. However,
the application is currently architected to read data directly from a local file, not from a remote K/V service like Consul.
What Consul feature can Stephen use to retrieve data from Consul without re-architecting the application?
You need to determine the leader node for the Consul cluster. What command allows you to quickly identify the nodes and their current roles within the cluster?
You need to deny communication between the customer-db service and the payment service using an intention. You open the command line and issue the following
command:
$ consul intention create customer-db payment
However, the two services can still initiate new connections even after the intention is created. What would explain this?