Skip to content
Snippets Groups Projects
Commit fb2e21f9 authored by Auto GO3-NRG Ticket's avatar Auto GO3-NRG Ticket
Browse files

Auto commit when pipeline succeeds

parents 44b1fd27 a6be1876
No related branches found
No related tags found
2 merge requests!47Authentication for PartitionService to work under SA(GONRG-1843),!45(GONRG-2074) GCP incorrect response
......@@ -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