We have succesfully set up Boundary and Vault independently. Now we want to use Vault as our credential store for Boundary.
When trying to create a new credential store using the Boundary UI, we use the following settings:
- Type: Vault
- Token: The token we got via the command-line during vaults setup
- TLS skip verify: enabled
Of course we als gave the credential store a name and the address where vault is reachable.
When clicking “save”, we get the following error:
credentialstores.(Service).createInRepo: unable to create credential store: vault.(Repository).CreateCredentialStore: vault token is not renewable, vault token issue: error #3012
We aren’t sure how we can make the vault token renewable as it is automatically created during vaults initial setup. Is there a way to set a flag in the configs or make it renewable using the UI afterwards?
Any help would be appreciated!