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 Secret you are looking for is in the `+ansible-automation-platform+` project and is named `+controller-admin-password+`. If you click on it,
30
+
The Secret you are looking for is in the `ansible-automation-platform` project and is named `controller-admin-password`. If you click on it,
31
31
you can see the Data.password field. It is shown revealed below to show that it is the same as what is shown by the script method of retrieving it below:
=== Via https://github.com/validatedpatterns/ansible-edge-gitops/blob/main/scripts/ansible_get_credentials.sh[ansible_get_credentials.sh]
36
36
37
-
With your KUBECONFIG set, you can run `+./scripts/ansible-get-credentials.sh+` from your top-level pattern
38
-
directory. This will use your OpenShift cluster admin credentials to retrieve the URL for your Ansible Automation Platform instance, as well as the password for its `+admin+` user, which is auto-generated by the AAP operator by default. The output of the command looks like this (your password will be different):
37
+
With your KUBECONFIG set, you can run `./scripts/ansible-get-credentials.sh` from your top-level pattern
38
+
directory. This will use your OpenShift cluster admin credentials to retrieve the URL for your Ansible Automation Platform instance, as well as the password for its `admin` user, which is auto-generated by the AAP operator by default. The output of the command looks like this (your password will be different):
0 commit comments