We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d252a00 commit eb2c378Copy full SHA for eb2c378
fiat-api/src/main/java/com/netflix/spinnaker/config/FiatAuthenticationConfig.java
@@ -91,7 +91,7 @@ AnonymousConfig anonymousConfig() {
91
private class AnonymousConfig extends WebSecurityConfigurerAdapter {
92
@Override
93
protected void configure(HttpSecurity http) throws Exception {
94
- http.authorizeRequests().anyRequest().permitAll();
+ http.authorizeRequests().anyRequest().permitAll().and().csrf().disable();
95
}
96
97
0 commit comments