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

FFM-7325 - Improve authentication retry logic #22

Merged
merged 7 commits into from
Apr 5, 2023

Conversation

andybharness
Copy link
Contributor

FFM-7325 - Improve authentication retry logic

What
Harden the authentication retry logic to only retry on certain HTTP codes, certain error codes will be treated as transient and others not. We also want to ensure that while we are authenticating that default values will be served.

Why
We're doing a genernal review of network resiliency on auth and hardening code.

Testing
Manual + new unit tests added

What
Harden the authentication retry logic to only retry on certain HTTP codes, certain error codes will be
treated as transient and others not. We also want to ensure that while we are authenticating that
default values will be served.

Why
We're doing a genernal review of network resiliency on auth and hardening code.

Testing
Manual + new unit tests added
@swarmia
Copy link

swarmia bot commented Apr 4, 2023

Copy link
Contributor

@bmjen bmjen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andybharness andybharness merged commit 871d12c into main Apr 5, 2023
@andybharness andybharness deleted the FFM-7325-auth-retry branch April 5, 2023 13:12
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.

2 participants