Skip to content

Commit eb4fbf4

Browse files
committed
Allow allowed-attributes for everyone
1 parent a79091c commit eb4fbf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/access/security/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ SecurityFilterChain sessionSecurityFilterChain(HttpSecurity http,
120120
"/api/v1/test/login",
121121
"/api/v1/public/**",
122122
"/api/v1/manage/arp",
123+
"/api/v1/manage/allowed-attributes",
123124
"/api/v1/manage/privacy",
124125
"/ui/**",
125126
"/internal/health",

0 commit comments

Comments
 (0)