Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
eTRANSAFE
pretox-rest-api
Commits
e2c842c9
Commit
e2c842c9
authored
Jan 17, 2022
by
Javi Corvi
Browse files
liveness and readiness in keyclok flow
parent
3ced7a4e
Pipeline
#26862
passed with stage
in 12 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/es/bsc/inb/ades/rest/api/security/pkce/SecurityConfig.java
View file @
e2c842c9
...
...
@@ -32,7 +32,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
httpSecurity
.
authorizeRequests
()
.
antMatchers
(
HttpMethod
.
GET
,
"/documents"
).
permitAll
()
.
antMatchers
(
HttpMethod
.
GET
,
"/liveness"
).
permitAll
()
.
antMatchers
(
HttpMethod
.
GET
,
"/readiness"
).
permitAll
()
.
anyRequest
().
authenticated
()
.
and
()
.
sessionManagement
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment