packer-plugin-amazon icon indicating copy to clipboard operation
packer-plugin-amazon copied to clipboard

vault engine TTL requires RoleARN?

Open cwalkatron opened this issue 6 months ago • 0 comments

I'm not sure if this is a bug or not, but I was surprised to learn (and had to read the source to find out) that in a vault_aws_engine {} block, unless you specify the RoleARN, the TTL is ignored. I only have one AWS role configured per Vault role, so I had been omitting the AWS role ARN from the block with a non-default TTL. I added the Role ARN and now the TTL is honored. Is this intentional?

cwalkatron avatar Mar 31 '25 22:03 cwalkatron