Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1] Fix AllowReauth reauthentication #2933

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

pierreprinetti
Copy link
Contributor

Due to an error in implementing the addition of context.Context, the default reauth function caught the context passed when generating the ProviderClient, which could be long canceled when the reauthentication takes place.

This is a modified backport of #2932.

Fixes #2931

@pierreprinetti pierreprinetti self-assigned this Feb 20, 2024
@pierreprinetti pierreprinetti changed the title [v1] Fix reauth v1 [v1] Fix AllowReauth reauthentication Feb 20, 2024
@github-actions github-actions bot added the semver:patch No API change label Feb 20, 2024
@coveralls
Copy link

coveralls commented Feb 20, 2024

Coverage Status

coverage: 77.271%. remained the same
when pulling ac1ecd4 on shiftstack:fix_reauth_v1
into 53ee602 on gophercloud:v1.

Due to an error in implementing the addition of context.Context, the
default reauth function caught the context passed when generating the
ProviderClient, which could be long canceled when the reauthentication
takes place.
@github-actions github-actions bot added semver:patch No API change and removed semver:patch No API change labels Feb 20, 2024
@EmilienM EmilienM merged commit fce8d74 into gophercloud:v1 Feb 21, 2024
17 checks passed
@EmilienM EmilienM deleted the fix_reauth_v1 branch February 21, 2024 13:41
@mandre mandre mentioned this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch No API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants