Skip to content
Snippets Groups Projects
Commit 270830eb authored by Rucha Deshpande's avatar Rucha Deshpande
Browse files

Update AwsTestUtils.java

parent 8cc60607
No related branches found
No related tags found
1 merge request!43Service Principal Implementation
Pipeline #31962 failed
......@@ -126,8 +126,9 @@ public class AwsTestUtils extends TestUtils {
}
private String getSsmParameter(String parameterKey) {
System.out.println(parameterKey);
GetParameterRequest paramRequest = (new GetParameterRequest()).withName(parameterKey).withWithDecryption(true);
GetParameterResult paramResult = ssmManager.getParameter(paramRequest);
return paramResult.getParameter().getValue();
}
}
\ No newline at end of file
}
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