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
Notification
Commits
7f46cdb0
Commit
7f46cdb0
authored
Nov 19, 2020
by
Rucha Deshpande
Browse files
Remove debug stms
parent
df633a65
Changes
1
Hide whitespace changes
Inline
Side-by-side
provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java
View file @
7f46cdb0
...
...
@@ -105,7 +105,6 @@ public class ServiceAccountJwtAwsClientImpl implements IServiceAccountJwtClient
@Override
public
String
getIdToken
(
String
s
)
{
String
token
=
sp
.
getServicePrincipalAccessToken
(
client_credentials_clientid
,
client_credentials_secret
);
System
.
out
.
println
(
"This is the client credentials token = "
+
token
);
return
token
;
}
...
...
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