Open stevehipwell opened 2 weeks ago
@stevehipwell Hello, there is the env TERRAFORM_VAULT_AUTH_JWT as well as the TF file function. Will either of those work for your use-case?
@fairclothjm that env variable is the content again though isn't it? Other providers generally support a file path, that way the token can be refreshed before it expires.
Thanks for context! In that case, I think this is a legit feature request. Although, I think the file function could be used here?
@fairclothjm we current use the file
function, but that means that the token content needs to be correct when file
is called rather than when the token is actually used.
Description
I'd like to be able to specify a JWT file rather than the JWT content when I'm configuring Vault.
Affected Resource(s) and/or Data Source(s)
n/a
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None