Skip to content

Commit 62d0748

Browse files
committed
trying to fix display for AAP 9
1 parent f4bd2cb commit 62d0748

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/patterns/federated-edge-observability/ansible-automation-platform.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include::modules/comm-attributes.adoc[]
1515
The default login user for the AAP interface is `admin`, and the password is randomly generated during installation. This password is required to access the interface.
1616
However, logging into the interface is not necessary, as the pattern automatically configures the AAP instance. The pattern retrieves the password by using the same method as the `ansible_get_credentials.sh` script (described below).
1717

18-
If you need to inspect the AAP instance or modify its configuration, there are two ways to log in. Both methods give access to the same instance using the same password.
18+
If you need to inspect the AAP instance or change its configuration, there are two ways to log in. Both methods give access to the same instance using the same password.
1919

2020
[id="logging-in-using-a-secret-retrieved-from-the-openshift-console"]
2121
=== Logging in using a secret retrieved from the OpenShift Console
@@ -25,21 +25,21 @@ Follow these steps to log in to the Ansible Automation Platform using the OpenSh
2525
. In the OpenShift console, go to *Workloads* > *Secrets* and select the `ansible-automation-platform` project if you want to limit the number of secrets you can see.
2626
+
2727
.AAP secret
28-
image::/images/federated-edge-observability/ocp-console-secrets-aap-admin-password.png[federated-edge-observability-operators,title="AAP secret",width=1200]
28+
image::/images/federated-edge-observability/ocp-console-secrets-aap-admin-password.png[federated-edge-observability-operators,title="AAP secret"]
2929

3030
.. Select the `aap-admin-password`.
3131

3232
.. In the Data field click *Reveal values* to display the password.
3333
+
3434
.AAP secret detail
35-
image::/images/federated-edge-observability/ocp-console-aap-admin-password-detail.png[federated-edge-observability-operators,title="AAP secret details",width=1200]
35+
image::/images/federated-edge-observability/ocp-console-aap-admin-password-detail.png[federated-edge-observability-operators,title="AAP secret details"]
3636

3737
. Under *Networking* > *Routes*, click the URL for the `aap` route to open the Ansible Automation Platform interface.
3838

3939
.. Log in using the `admin` user and the password you retrieved from the `aap-admin-password` secret. The following image shows the screen that appears after logging in.
4040
+
4141
.AAP screen
42-
image::/images/federated-edge-observability/app-login.png[federated-edge-observability-operators,title="AAP screen",width=1200]
42+
image::/images/federated-edge-observability/app-login.png[federated-edge-observability-operators,title="AAP screen"]
4343

4444
[id="logging-in-using-secret-retrieved-using-script-ansible_get_credentials"]
4545
=== Logging in using a secret retrieved with ansible_get_credentials.sh

0 commit comments

Comments
 (0)