Skip to content
Snippets Groups Projects
Commit b0096849 authored by Spencer Sutton's avatar Spencer Sutton
Browse files

Debugging pipeline

parent 93bf6e34
No related branches found
No related tags found
2 merge requests!138Lock down maven,!132AWS Updates
Pipeline #51875 failed
......@@ -65,8 +65,8 @@ public class AwsLegalTagUtils extends LegalTagUtils {
String authFlow = System.getProperty(COGNITO_AUTH_FLOW_PROPERTY, System.getenv(COGNITO_AUTH_FLOW_PROPERTY));
String user = System.getProperty(COGNITO_AUTH_PARAMS_USER_PROPERTY, System.getenv(COGNITO_AUTH_PARAMS_USER_PROPERTY));
String password = System.getProperty(COGNITO_AUTH_PARAMS_PASSWORD_PROPERTY, System.getenv(COGNITO_AUTH_PARAMS_PASSWORD_PROPERTY));
System.out.println(">>>>>>>><<<<<<<<")
System.out.println(password)
System.out.println(">>>>>>>><<<<<<<<");
System.out.println(password);
AWSCognitoClient client = new AWSCognitoClient(clientId, authFlow, user, password);
BearerToken = client.getToken();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment