Hello,
I’m testing out Consul ACL with Vault integration.
I successfully integrated Consul authentication with a token generated from Vault, which works file in the UI. However, I’m unable to log in to Consul CLI using the token as I can’t find any documentation relating to Vault. Even the auth-methods#supported-types don’t list Vault as an option.
Is this not possible? If so do I need to manually create CLI token directly in the Consul server just so I can use the CLI?
Any help regarding this is appreciated as my only option at the moment is to leave the Consul server unprotected as I’m running into Coordinate update blocked by ACLs: accessorID="anonymous token"
error from all client nodes.
Thanks