fix(security): made swagger endpoints publicly available
This commit is contained in:
@@ -23,6 +23,8 @@ class SecurityConfiguration(
|
|||||||
auth
|
auth
|
||||||
.requestMatchers("/", "/login/**", "/oauth2/**", "/h2-console/**", "/actuator/health")
|
.requestMatchers("/", "/login/**", "/oauth2/**", "/h2-console/**", "/actuator/health")
|
||||||
.permitAll()
|
.permitAll()
|
||||||
|
.requestMatchers("/api/v1/docs/**", "/api/v1/swagger-ui/**", "/swagger-ui/**")
|
||||||
|
.permitAll()
|
||||||
.requestMatchers(
|
.requestMatchers(
|
||||||
"/api/integrations/jellyfin/events",
|
"/api/integrations/jellyfin/events",
|
||||||
"/api/integrations/jellyfin/sync",
|
"/api/integrations/jellyfin/sync",
|
||||||
|
|||||||
Reference in New Issue
Block a user