You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
16
16
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).
17
17
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.
=== 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
25
25
. 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.
. Under *Networking* > *Routes*, click the URL for the `aap` route to open the Ansible Automation Platform interface.
38
38
39
39
.. 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.
0 commit comments