Skip to content

Fix EC2 authentication to work with new Keystone auth requirement#3556

Merged
mandre merged 1 commit intogophercloud:mainfrom
shiftstack:fix-ec2auth-test
Nov 14, 2025
Merged

Fix EC2 authentication to work with new Keystone auth requirement#3556
mandre merged 1 commit intogophercloud:mainfrom
shiftstack:fix-ec2auth-test

Conversation

@mandre
Copy link
Copy Markdown
Contributor

@mandre mandre commented Nov 14, 2025

Keystone recently changed to require authentication for the EC2 tokens endpoint [1]. Previously, the EC2 tokens endpoint could be accessed without authentication, but now it requires a valid token.

Fixes #3555

[1] https://review.opendev.org/q/Ic84b84247e05f29874e2c5636a033aaedd4de83c

Keystone recently changed to require authentication for the EC2 tokens
endpoint [1]. Previously, the EC2 tokens endpoint could be accessed
without authentication, but now it requires a valid token.

Fixes gophercloud#3555

[1] https://review.opendev.org/q/Ic84b84247e05f29874e2c5636a033aaedd4de83c
@github-actions github-actions bot added edit:identity This PR updates identity code edit:testinfra This PR updates testing infrastructure code semver:patch No API change backport-v2 This PR will be backported to v2 labels Nov 14, 2025
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 63.813% (+0.001%) from 63.812%
when pulling 69bd65e on shiftstack:fix-ec2auth-test
into 153ecf7 on gophercloud:main.

@mandre mandre added this pull request to the merge queue Nov 14, 2025
Merged via the queue into gophercloud:main with commit 5fc8537 Nov 14, 2025
62 checks passed
@mandre mandre deleted the fix-ec2auth-test branch November 14, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-v2 This PR will be backported to v2 edit:identity This PR updates identity code edit:testinfra This PR updates testing infrastructure code semver:patch No API change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TestEC2AuthMethod test fails due to keystone changes

3 participants