Skip to content

[v1] Fix AllowReauth reauthentication#2933

Merged
EmilienM merged 1 commit intogophercloud:v1from
shiftstack:fix_reauth_v1
Feb 21, 2024
Merged

[v1] Fix AllowReauth reauthentication#2933
EmilienM merged 1 commit intogophercloud:v1from
shiftstack:fix_reauth_v1

Conversation

@pierreprinetti
Copy link
Copy Markdown
Member

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
Copy Markdown

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
@EmilienM EmilienM deleted the fix_reauth_v1 branch February 21, 2024 13:41
@mandre mandre mentioned this pull request Mar 6, 2024
@pierreprinetti pierreprinetti added the v1 This PR targets v1 label Dec 5, 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 v1 This PR targets v1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants