Skip to content

Commit

Permalink
Fixed authentication of /internal/js/*
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteinacker committed May 30, 2017
1 parent 2cd13f4 commit 156c396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class LdapProperties {
/**
* List of paths that should be whitelisted from LDAP authentication (sub-paths will also be whitelisted)
*/
private List<String> whitelistedPaths = Collections.singletonList("/internal/health");
private List<String> whitelistedPaths = Collections.singletonList("/internal/health,/internal/js");

/**
* Creates Ldap properties. Primarily used in tests.
Expand Down

0 comments on commit 156c396

Please sign in to comment.