Hi everyone,
I’ve followed this guide Deploy Consul server | Consul | HashiCorp Developer and I’ve created the dns default token.
Now I’m trying to configure a new client+envoy container and without any token set to it I get
Error registering service ... token with AccessorID 'xxxx-xxxx-xxxx-xxxx-xxxx'
that accessor ID is the DNS default token created above, why a client without any credential set it’s using that token?
Is it because that’s the default acl token set in the server default with consul acl set-agent-token default
that’s shown in the guide?
Thanks!