It would be nice to do the rotation automatically using Vault... Only wondering which ACL I need to list, add, remove and delete keys to generate a token for consult-template but couldn't find any docs.
Vault doesn't support Gossip keys, unfortunately. You could probably use Vault to create a key and store it in the KV, but you'd still need some orchestrator to handle the rotation.
Lets gooo!!!!
It would be nice to do the rotation automatically using Vault... Only wondering which ACL I need to list, add, remove and delete keys to generate a token for consult-template but couldn't find any docs.
If ACLs are enabled, this command requires a token with the agent:write capability.
Vault doesn't support Gossip keys, unfortunately. You could probably use Vault to create a key and store it in the KV, but you'd still need some orchestrator to handle the rotation.