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

fixing jwt auth checks for web ui #13565

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

james-prysm
Copy link
Contributor

@james-prysm james-prysm commented Feb 1, 2024

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

JWT auth requirement is applying to some inappropriate endpoints resulting in users facing a
'unauthorized: no Authorization header passed. Please use an Authorization header with the jwt created in the prysm wallet'

this change applies auth only to the paths defined here
https://github.com/prysmaticlabs/prysm-web-ui/blob/master/src/environments/environment.prod.ts

@james-prysm james-prysm added Bug Something isn't working Web UI Related to our beautiful Web UI labels Feb 1, 2024
@james-prysm james-prysm requested a review from a team as a code owner February 1, 2024 03:31
@james-prysm james-prysm added this pull request to the merge queue Feb 1, 2024
Merged via the queue into develop with commit 2cddb5c Feb 1, 2024
17 checks passed
@james-prysm james-prysm deleted the fix-web-jwt-interceptor branch February 1, 2024 15:28
rkapka pushed a commit that referenced this pull request Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Web UI Related to our beautiful Web UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants