SUPPORT-9170: fix config
This commit is contained in:
parent
5a3ab2b3cd
commit
11c2fe32f0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import static ru.micord.ervu.security.SecurityConstants.ESIA_LOGOUT;
|
|||
@EnableWebSecurity
|
||||
public class SecurityConfig {
|
||||
private static final String[] PERMIT_ALL = new String[] {
|
||||
"/esia/url", "/esia/auth", "esia/refresh", "/esia/logout"
|
||||
"/health", "/esia/url", "/esia/auth", "esia/refresh", "/esia/logout"
|
||||
};
|
||||
@Autowired
|
||||
private JwtAuthenticationFilter jwtAuthenticationFilter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue