Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
moqui-keycloak
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d8351e91
authored
2023-05-10 08:26:50 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Don't log the request details for REST calls.
1 parent
7ed49189
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/RestPreActions.groovy
scripts/RestPreActions.groovy
View file @
d8351e9
...
...
@@ -48,7 +48,7 @@ def authenticator = new FilterRequestAuthenticator(keycloakDeployment, tokenStor
ec
.
logger
.
info
(
"authenticator: ${authenticator}"
)
def
outcome
=
authenticator
.
authenticate
()
ec
.
logger
.
info
(
"rest:outcome: ${outcome}"
)
ec
.
logger
.
info
(
"request: ${ec.web.requestDetails}"
)
//
ec.logger.info("request: ${ec.web.requestDetails}")
if
(
outcome
==
AuthOutcome
.
AUTHENTICATED
)
{
if
(
facade
.
isEnded
())
{
ec
.
logger
.
info
(
'facade has ended'
)
...
...
Please
register
or
sign in
to post a comment