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