pulumi-aws icon indicating copy to clipboard operation
pulumi-aws copied to clipboard

Fix IMDSv2 test to allow /tmp to be immutable

Open t0yv0 opened this issue 1 year ago • 1 comments

The IMDSv2 test provisions a RC of the pulumi-aws-provider inside an AWS test account and checks if it can authenticate. Unfortunately something changed in the cloud that no longer permits unix programs to make changes to /tmp. The test relied to this for no good reason; the updated version creates a dedicated folder /home/ec2-user/repro to perform the check.

Fixes https://github.com/pulumi/pulumi-aws/issues/4670

t0yv0 avatar Oct 26 '24 01:10 t0yv0

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

github-actions[bot] avatar Oct 26 '24 02:10 github-actions[bot]

This PR has been shipped in release v6.57.0.

pulumi-bot avatar Oct 30 '24 01:10 pulumi-bot