add manifest

This commit is contained in:
hiondal
2025-02-16 04:32:34 +09:00
parent 7b0d5d4a75
commit 0df82fbe63
4 changed files with 3 additions and 18 deletions
@@ -49,6 +49,7 @@ public class SecurityConfig {
.csrf(AbstractHttpConfigurer::disable)
.authorizeHttpRequests(auth -> auth
.requestMatchers("/swagger-ui.html", "/swagger-ui/**", "/v3/api-docs.yaml", "/v3/api-docs/**").permitAll()
.requestMatchers("/actuator/**").permitAll()
.anyRequest().authenticated()
)
.sessionManagement(session -> session