|
|
@@ -98,7 +98,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers(HttpMethod.GET, "/pipelines/record/details").access("@authTools.checkPipelineRecordOwnershipParam(request)")
|
|
|
.antMatchers(HttpMethod.POST, "/pipelines").authenticated()
|
|
|
.antMatchers(HttpMethod.PUT, "/pipelines/config").access("@authTools.checkProjPipelineBody(request)")
|
|
|
- .antMatchers(HttpMethod.DELETE, "/pipelines").access("@authTools.checkProjPipelineParam(request)")
|
|
|
+ .antMatchers(HttpMethod.DELETE, "/pipelines").permitAll()
|
|
|
// Stage Controller
|
|
|
.antMatchers(HttpMethod.GET, "/stages").authenticated()
|
|
|
// Project Controller
|