naver / ngrinder

enterprise level performance testing solution
naver.github.io/ngrinder
Apache License 2.0
2k stars 478 forks source link

Fix Authentication object not found in perftest url #1024

Closed imbyungjun closed 3 months ago

imbyungjun commented 3 months ago

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 . (https://github.com/naver/ngrinder/pull/1017) So, I just removed related urls in SecurityConfig.

image image

github-actions[bot] commented 3 months ago

✅ Build & Test workflow succeed ✅