Skip to content
Snippets Groups Projects
Commit bb6b90e1 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-294 add wildcard vor all routes below /vorgang

parent 9072c7d4
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ public class SecurityConfiguration extends KeycloakWebSecurityConfigurerAdapter ...@@ -25,7 +25,7 @@ public class SecurityConfiguration extends KeycloakWebSecurityConfigurerAdapter
.and().authorizeRequests()// .and().authorizeRequests()//
.antMatchers(HttpMethod.GET, "/api/environment").permitAll()// .antMatchers(HttpMethod.GET, "/api/environment").permitAll()//
.antMatchers(HttpMethod.GET, "/assets/**").permitAll()// .antMatchers(HttpMethod.GET, "/assets/**").permitAll()//
.antMatchers(HttpMethod.GET, "/vorgang/*").permitAll()// .antMatchers(HttpMethod.GET, "/vorgang/**").permitAll()//
.antMatchers("/api").authenticated()// .antMatchers("/api").authenticated()//
.antMatchers("/api/**").authenticated()// .antMatchers("/api/**").authenticated()//
.antMatchers("/actuator").permitAll()// .antMatchers("/actuator").permitAll()//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment