relax sec exec
This commit is contained in:
@@ -68,6 +68,8 @@ public class SecurityConfig {
|
||||
.csrf().disable()
|
||||
.authorizeHttpRequests(auth -> auth
|
||||
.requestMatchers("/api/auth/**", "/login").permitAll()
|
||||
.requestMatchers("/scenarios/execute-async").permitAll()
|
||||
.requestMatchers("/scenarios/getExecutionProgress/**").permitAll()
|
||||
.anyRequest().authenticated()
|
||||
)
|
||||
.authenticationProvider(authenticationProvider())
|
||||
|
||||
Reference in New Issue
Block a user