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

Merge branch 'feat/aws-bug-fix' into 'master'

Fix: Retrieve Value from the Property Map

See merge request !41
parents b1f76d51 7b5c85e2
No related branches found
No related tags found
1 merge request!41Fix: Retrieve Value from the Property Map
Pipeline #29513 passed
......@@ -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());
}
/**
......
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