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 Authentication object not found in perftest url #1024

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

imbyungjun
Copy link
Contributor

There was a bug that cannot find authentication object when access to some of perftest related url. ex) /perftest/api/{id}/graph
It looks a some kind of confliction between SecurityConfig and @PreAuthorize.

We added @PreAuthroize annotation to perftest related classes at the class level . (#1017)
So, I just removed related urls in SecurityConfig.

image
image

@imbyungjun imbyungjun self-assigned this Jun 13, 2024
Copy link

✅ Build & Test workflow succeed ✅

@imbyungjun imbyungjun merged commit 7418dc9 into develop Jun 13, 2024
6 checks passed
@imbyungjun imbyungjun deleted the fix-perftest-auth-bug branch June 13, 2024 05: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