kitchen-verifier-awspec
kitchen-verifier-awspec copied to clipboard
Reading the AWS_PROFILE environment variable
Is there a way to read the AWS_PROFILE environment variable? Like you can when using awspec? I'm trying assume a role while running the test with Kitchen.
@leonardo-test Could you export your aws sts assume-role
into a file secrets.yml
which awspec supports? I haven't tested this but I think that secrets file will be helpful.
Also I think you can make use of extra_flags
in your kitchen.yml
file as per README