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
a6be1876
Commit
a6be1876
authored
Mar 02, 2021
by
Gitlab Runner
Browse files
Merge branch 'master' of
https://community.opengroup.org/osdu/platform/system/partition
parents
10d72a80
708d83df
Changes
1
Hide whitespace changes
Inline
Side-by-side
provider/partition-aws/src/main/java/org/opengroup/osdu/partition/provider/aws/service/PartitionServiceImpl.java
View file @
a6be1876
...
...
@@ -49,7 +49,7 @@ public class PartitionServiceImpl implements IPartitionService {
try
{
for
(
Map
.
Entry
<
String
,
Property
>
entry
:
partitionInfo
.
getProperties
().
entrySet
())
{
ssmHelper
.
createOrUpdateSecret
(
partitionId
,
entry
.
getKey
(),
entry
.
getValue
());
ssmHelper
.
createOrUpdateSecret
(
partitionId
,
entry
.
getKey
(),
entry
.
getValue
()
.
getValue
()
);
}
/**
...
...
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