You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
👻 Brief Description
When spinning up a new Vagrant box, the AWS credentials are not being properly passed to the Vagrant box resulting in errors such as the following when trying to access SSM parameters
Aws::Errors::MissingCredentialsError
------------------------------------
unable to sign request without credentials set
Version
kitchen-vagrant 1.13.0
Environment
Here are some specs about the overall environment:
Workstation OS: Ubuntu 22.04
Vagrant v2.3.4
bento/amazonlinux-2 v1.3
Scenario
I'm trying to access AWS resources from within the Vagrant box and am unable to do so
I run the following command: bundle exec kitchen converge default-amazonlinux
Everything runs correctly, the box spins up and the Chef run begins and then I get the following error Error executing action get on resource 'aws_ssm_parameter_store along with the error already shared above.
Expected Result
A successful Chef run
Actual Result
Error executing action get on resource 'aws_ssm_parameter_store
Aws::Errors::MissingCredentialsError
------------------------------------
unable to sign request without credentials set
Thanks in advance for any help/guidance.
The text was updated successfully, but these errors were encountered:
🗣️ Foreword
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
👻 Brief Description
When spinning up a new Vagrant box, the AWS credentials are not being properly passed to the Vagrant box resulting in errors such as the following when trying to access SSM parameters
Version
kitchen-vagrant 1.13.0
Environment
Here are some specs about the overall environment:
Scenario
I'm trying to access AWS resources from within the Vagrant box and am unable to do so
Steps to Reproduce
Here is the configuration I'm using:
I run the following command:
bundle exec kitchen converge default-amazonlinux
Everything runs correctly, the box spins up and the Chef run begins and then I get the following error
Error executing action
geton resource 'aws_ssm_parameter_store
along with the error already shared above.Expected Result
A successful Chef run
Actual Result
Error executing action
geton resource 'aws_ssm_parameter_store
Thanks in advance for any help/guidance.
The text was updated successfully, but these errors were encountered: