Skip to content

Commit aa27eef

Browse files
Richard Doktoricskeyki
authored andcommitted
RMP-10350 credential converter modification
1 parent 7215c4f commit aa27eef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/sequenceiq/cloudbreak/converter/v2/cli/CredentialToCredentialRequestConverter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public CredentialRequest convert(Credential source) {
2121
credentialRequest.setDescription(source.getDescription());
2222
credentialRequest.setCloudPlatform(source.cloudPlatform());
2323
credentialRequest.setParameters(cleanMap(source.getAttributes().getMap()));
24-
credentialRequest.getParameters().remove("selector");
2524
return credentialRequest;
2625
}
2726

0 commit comments

Comments
 (0)