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

support access token refresh #177

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Conversation

muhlba91
Copy link
Contributor

@muhlba91 muhlba91 commented Oct 12, 2023

implements the missing code for successfully refreshing an access token without it getting removed from the state.
this PR fixes #176.

@muhlba91
Copy link
Contributor Author

muhlba91 commented Oct 12, 2023

@pgavlin @komalali @glena could you please review this change?

as #176 describes the access token resource gets deleted from the stack upon a refresh; this change fixes that and keeps the token in the state as long as the token ID still exists.
this issue blocks me from using this provider in some automation - hence, i'd be happy if this could be addressed. 😃

@muhlba91 muhlba91 changed the title feat: implement access token refresh; fix #176 support access token refresh Oct 12, 2023
@komalali
Copy link
Member

Thanks so much for the contribution @muhlba91!

@komalali
Copy link
Member

/run-acceptance-tests

@komalali
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AccessToken refresh thinks the resource is deleted
3 participants