Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Indexer
Commits
96238341
Commit
96238341
authored
Nov 10, 2021
by
Riabokon Stanislav(EPAM)[GCP]
Browse files
Debug logs.
parent
ed4b07e3
Pipeline
#76459
failed with stages
in 38 minutes and 26 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
provider/indexer-gcp/src/main/java/org/opengroup/osdu/indexer/util/RequestInfoImpl.java
View file @
96238341
...
...
@@ -112,6 +112,7 @@ public class RequestInfoImpl implements IRequestInfo {
private
boolean
isCloudTaskRequest
()
{
AuthorizationResponse
authResponse
=
authorizationService
.
authorizeAny
(
dpsHeaders
,
SearchServiceRole
.
ADMIN
);
log
.
log
(
Level
.
INFO
,
"Token St1 "
+
dpsHeaders
.
getAuthorization
());
dpsHeaders
.
put
(
DpsHeaders
.
USER_EMAIL
,
authResponse
.
getUser
());
return
true
;
}
...
...
Write
Preview
Supports
Markdown
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