Skip to content

Commit 765b16e

Browse files
authored
AAP-34599: updates procedure for signing EEs (#2821) (#2855)
* updates procedure for signing EEs * linking new content in containerized install guide * fixed link * updates proc for signing an EE * removes one errant bracket * edit based on peer review feedback
1 parent 4b344cf commit 765b16e

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed
Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11

22
[id="adding-an-execution-environment"]
33

4-
= Adding an {ExecEnvShort}
4+
= Adding and signing an {ExecEnvShort}
55
{ExecEnvNameStart} are container images that make it possible to incorporate system-level dependencies and collection-based content. Each {ExecEnvShort} allows you to have a customized image to run jobs, and each of them contain only what you need when running the job.
66

77
.Procedure
88
. From the navigation panel, select {MenuACExecEnvironments}.
99

10-
. Click btn:[Create execution environment].
10+
. Click btn:[Create execution environment] and enter the relevant information in the fields that appear.
1111

12-
. Enter the name of the {ExecEnvShort}.
12+
.. The *Name* field displays the name of the {ExecEnvShort} on your local registry.
1313

14-
. Enter the upstream name.
14+
.. The *Upstream name* field is the name of the image on the remote server.
1515

16-
. Under *Registry*, select the name of the registry from the drop-down menu.
16+
.. Under *Registry*, select the name of the registry from the drop-down menu.
1717

18-
. Enter tags in the *Add tag(s) to include* field.
18+
.. Optional: Enter tags in the *Add tag(s) to include* field.
1919
If the field is blank, all the tags are passed.
2020
You must specify which repository-specific tags to pass.
2121

22-
. Optional: Enter tags to exclude in *Add tag(s) to exclude*.
22+
.. Optional: Enter tags to exclude in the *Add tag(s) to exclude* field.
2323

24-
. Click btn:[Create {ExecEnvName}].
24+
. Click btn:[Create {ExecEnvShort}]. You should see your new {ExecEnvNameSing} in the list that appears.
2525

26-
. Synchronize the image.
26+
. Sync and sign your new {ExecEnvNameSing}.
27+
28+
.. Click the btn:[More Actions] icon *{MoreActionsIcon}* and select *Sync execution environment*.
29+
30+
.. Click the btn:[More Actions] icon *{MoreActionsIcon}* and select *Sign execution environment*.
31+
32+
. Click on your new {ExecEnvNameSing}. On the Details page, find the *Signed* label to determine that your {ExecEnvNameSing} has been signed.

downstream/modules/hub/proc-deploying-your-system-for-container-signing.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
= Deploying your system for container signing
55

6-
{HubNameStart} implements image signing to offer better security for the {ExecEnvShort} container images.
76

8-
To deploy your system so that it is ready for container signing, create a signing script.
7+
To deploy your system so that it is ready for container signing, first ensure that you have link:{URLContainerizedInstall}/aap-containerized-installation#enabling-automation-hub-collection-and-container-signing_aap-containerized-installation[enabled automation content collection and container signing]. Then you can create a signing script, or xref:proc-adding-an-execution-environment.adoc[add and sign an {ExecEnvShort}] manually.
98

109
[NOTE]
1110
====

0 commit comments

Comments
 (0)