Skip to content

Commit 49e6435

Browse files
authored
Merge pull request #63364 from Srivaralakshmi/RHDEVDOCS_5537
Fixing the admonition and updating it as a step with admonition
2 parents 54037f0 + 558709c commit 49e6435

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/logging-in-to-the-argo-cd-instance-by-using-the-argo-cd-admin-account.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717

1818
. In the *Administrator* perspective of the web console, navigate to *Operators* -> *Installed Operators* to verify that the {gitops-title} Operator is installed.
1919
. Navigate to the {rh-app-icon} menu -> *OpenShift GitOps* -> *Cluster Argo CD*. The login page of the Argo CD UI is displayed in a new window.
20-
. Obtain the password for the Argo CD instance:
20+
. Optional: To log in with your {product-title} credentials, ensure you are a user of the `cluster-admins` group and then select the `LOG IN VIA OPENSHIFT` option in the Argo CD user interface.
21+
+
22+
[NOTE]
23+
====
24+
To be a user of the `cluster-admins` group, use the `oc adm groups new cluster-admins <user>` command, where `<user>` is the default cluster role that you can bind to users and groups cluster-wide or locally.
25+
====
26+
. To log in with your username and password, obtain the password for the Argo CD instance:
2127
.. In the left panel of the console, use the perspective switcher to switch to the *Developer* perspective.
2228
.. Use the *Project* drop-down list and select the `openshift-gitops` project.
2329
.. Use the left navigation panel to navigate to the *Secrets* page.
2430
.. Select the *openshift-gitops-cluster* instance to display the password.
2531
.. Copy the password.
26-
+
27-
[NOTE]
28-
====
29-
To login with your {product-title} credentials, select the `LOG IN VIA OPENSHIFT` option in the Argo CD user interface.
30-
====
31-
3232
. Use this password and `admin` as the username to log in to the Argo CD UI in the new window.
3333

3434
[NOTE]

0 commit comments

Comments
 (0)