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

fix(logout): clear localStorage after logout #390

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eusebiu-constantin-petu-dbk
Copy link
Contributor

clearing localStorage before making logout call
makes axios to not send session cookies to
backend so it can not handle the request and returns 500.

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs from IPAMD/CNI showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades. Has updating a running cluster been tested?:

Does this change require updates to the CNI daemonset config files to work?:

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

clearing localStorage before making logout call
makes axios to not send session cookies to
backend so it can not handle the request and returns 500.

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Merging #390 (3a41372) into main (fad5572) will decrease coverage by 0.65%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #390      +/-   ##
==========================================
- Coverage   86.73%   86.09%   -0.65%     
==========================================
  Files          53       53              
  Lines        1553     1553              
  Branches      416      406      -10     
==========================================
- Hits         1347     1337      -10     
- Misses        193      203      +10     
  Partials       13       13              
Files Coverage Δ
src/utilities/authUtilities.js 48.14% <0.00%> (-3.71%) ⬇️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@raulkele
Copy link
Collaborator

@andaaron @peusebiu Is this still needed?
I remember when it was first opened it fixed an authentication related bug.

@andaaron
Copy link
Contributor

I do not know, I was travelling while this issue was opened, and did not discuss it.

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.

3 participants