Use wrapped Vault tokens for Nomad server token

When configuring Nomad with Vault you have to pass a token to Nomad at startup (or SIGHUP). In my use case, I don’t have a secure way to pass the Vault token to Nomad and would like the token to be rotated upon Nomad’s first use.

Vault has support for wrapped tokens and I was wondering if Nomad could be integrated with it.

1 Like