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
fb2e21f9
Commit
fb2e21f9
authored
Mar 02, 2021
by
Auto GO3-NRG Ticket
Browse files
Auto commit when pipeline succeeds
parents
44b1fd27
a6be1876
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 @
fb2e21f9
...
...
@@ -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