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
Partition
Commits
270830eb
Commit
270830eb
authored
Mar 16, 2021
by
Rucha Deshpande
Browse files
Update AwsTestUtils.java
parent
8cc60607
Pipeline
#31962
failed with stages
in 29 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
testing/partition-test-aws/src/test/java/org/opengroup/osdu/partition/util/AwsTestUtils.java
View file @
270830eb
...
...
@@ -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
}
Write
Preview
Markdown
is supported
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