This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Die Statistiken sollten auch in ElasticSearch hinterlegt werden."

Compare and Show latest version
60 files
+ 589
570
Compare changes
  • Side-by-side
  • Inline
Files
60
@@ -199,7 +199,7 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
.antMatchers("/api/register").denyAll()
.antMatchers("/api/activate").permitAll()
.requestMatchers(forLocalNetworkAndPath("/api/gitlab/eventListener")).anonymous() // gitlab event processing requests are only accepted, if local
.antMatchers("/api/gitlab/eventListener").hasAuthority(AuthoritiesConstants.ADMIN) // TODO clarify access
.antMatchers("/api/gitlab/eventListener").hasAuthority(AuthoritiesConstants.ADMIN)
.antMatchers("/api/account/reset-password/init").permitAll()
.antMatchers("/api/account/reset-password/finish").permitAll()
.antMatchers("/api/likes/numberOfLikes/**").permitAll()