Skip to content

Commit

Permalink
1673 - /ingestion/datasources is also should be whitelisted, because …
Browse files Browse the repository at this point in the history
…collector using this endpoint to create datasource. (#1674)
  • Loading branch information
Vladysl committed May 28, 2024
1 parent 530463e commit 5ca558b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public SecurityWebFilterChain securityWebFilterChainLoginForm(
: new RedirectServerAuthenticationSuccessHandler("/");

final String[] permittedPaths = new String[] {
"/actuator/health", "/favicon.ico", "/ingestion/entities", "/api/slack/events"
"/actuator/health", "/favicon.ico", "/ingestion/entities", "/ingestion/datasources", "/api/slack/events"
};

final ServerHttpSecurity sec = http
Expand Down

0 comments on commit 5ca558b

Please sign in to comment.