Skip to content

Commit 341fa33

Browse files
authored
Adding note about duplicate credentials (#2380)
Controller UI allows to create duplicate credentials without organization https://issues.redhat.com/browse/AAP-25150 Affects `titles/controller-user-guide`
1 parent ce11266 commit 341fa33

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

downstream/assemblies/platform/assembly-controller-credentials.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@ To pass the key from {ControllerName} to SSH, the key must be decrypted before i
3131
{ControllerNameStart} uses that pipe to send the key to SSH, so that the key is never written to disk.
3232
If passwords are used, {ControllerName} handles them by responding directly to the password prompt and decrypting the password before writing it to the prompt.
3333

34+
[NOTE]
35+
====
36+
It is possible to create duplicate credentials with the same name and without an organization.
37+
However, it is not possible to create two duplicate credentials in the same organization.
38+
39+
.Example
40+
41+
. Create two machine credentials with the same name but without an organization.
42+
. Use the module `ansible.controller.export` to export the credentials.
43+
. Use the module `ansible.controller.import` in a different automation execution node.
44+
. Check the imported credentials.
45+
46+
When you export two duplicate credentials and then import them in a different node, only one credential is imported.
47+
====
48+
3449
//Removed as part of editorial review - include::platform/ref-controller-credentials-getting-started.adoc[leveloffset=+1]
3550
include::platform/proc-controller-create-credential.adoc[leveloffset=+1]
3651
include::platform/proc-controller-add-users-job-templates.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)