Skip to content
Snippets Groups Projects
Commit a6be1876 authored by Gitlab Runner's avatar Gitlab Runner
Browse files
parents 10d72a80 708d83df
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