@@ -55,6 +55,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
.addFilterBefore(filter, UsernamePasswordAuthenticationFilter.class)
.authorizeRequests()
+ // Fork Controller
+ .antMatchers(POST, "/fork").authenticated()
// Scheduler Controller
.antMatchers("/scheduler/**").hasAnyRole(SEEC_ROLE)
// Devmanage Controller