Skip to content

Commit 365faa2

Browse files
committed
Update SecurityConfig to allow public project endpoint access
1 parent 0f44f8f commit 365faa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/radarbase/management/config/SecurityConfiguration.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ class SecurityConfiguration
146146
.antMatchers("/api/register")
147147
.antMatchers("/api/account/reset_password/init")
148148
.antMatchers("/api/account/reset_password/finish")
149+
.antMatchers("/api/public/projects")
149150
.antMatchers("/test/**")
150151
.antMatchers("/management/health")
151152
.antMatchers(HttpMethod.GET, "/api/meta-token/**")

0 commit comments

Comments
 (0)