Skip to content

Commit e115223

Browse files
authored
Merge pull request #75690 from EricPonvelle/OSDOCS-9614-2_CleanUp
OSDOCS-9614.2: HCP Ext Auth Cleanup
2 parents 01c5f1f + a6779cb commit e115223

4 files changed

+7
-15
lines changed

modules/rosa-hcp-sts-creating-a-cluster-ext-auth-cluster-cli.adoc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ $ rosa create cluster --cluster-name=<cluster_name> --sts --mode=auto \
4040
----
4141
4242
.Verification
43-
. Verify that your external authentication is enabled in the cluster details by running the following command:
43+
* Verify that your external authentication is enabled in the cluster details by running the following command:
4444
+
4545
[source,terminal]
4646
----
4747
$ rosa describe cluster --cluster=<cluster_name>
4848
----
4949
+
5050
.Example output
51+
--
5152
[source,terminal,highlight='50']
5253
----
5354
Name: rosa-ext-test
@@ -102,11 +103,4 @@ Audit Log Forwarding: Disabled
102103
External Authentication: Enabled <1>
103104
----
104105
<1> The `External Authentication` flag is enabled, and you can now create an external authentication provider.
105-
106-
. Watch the {hcp-title} installation program logs to track the progress of the cluster creation by running the following command:
107-
+
108-
[source,terminal]
109-
----
110-
$ rosa logs install --cluster=<cluster_name> --watch <1>
111-
----
112-
<1> Optional: To watch for new log messages as the installation progresses, use the `--watch` argument.
106+
--

modules/rosa-hcp-sts-creating-a-cluster-ext-auth-provider-cli.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table shows the possible CLI flags you can use when creating your
2424
|Description
2525

2626
|`--cluster`
27-
|The name or the ID of your cluster
27+
|The name or the ID of your cluster.
2828

2929
|`--name`
3030
|A name that is used to refer to the external authentication provider.
@@ -102,8 +102,6 @@ I: Successfully created an external authentication provider for cluster '<cluste
102102
.Verification
103103

104104
* View the external authentication configuration on your cluster by running the following commands:
105-
106-
* List the external authentication configuration on a specified cluster with the following command:
107105
+
108106
[source,terminal]
109107
----

modules/rosa-hcp-sts-creating-a-cluster-ext-auth-provider-delete-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Delete external authentication providers by using the ROSA CLI.
1212

1313
.Procedure
1414

15-
. Run the following command to display your external authentication provider on your cluster:
15+
. Display your external authentication provider on your cluster by running the following command:
1616
+
1717
[source,terminal]
1818
----
@@ -41,7 +41,7 @@ I: Successfully deleted external authentication provider 'entra-test' from clust
4141
----
4242

4343
.Verification
44-
* Run the following command to query for any external authentication providers on your cluster:
44+
* Query for any external authentication providers on your cluster by running the following command:
4545
+
4646
[source,terminal]
4747
----

rosa_hcp/rosa-hcp-sts-creating-a-cluster-ext-auth.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ include::modules/rosa-hcp-sts-creating-a-cluster-ext-auth-provider-cli.adoc[leve
4646
.Additional resources
4747
* For more information about configuring Entra ID for your IDP, see link:https://learn.microsoft.com/en-us/entra/fundamentals/whatis[What is Microsoft Entra ID?] in the Azure documentation or the xref:../cloud_experts_tutorials/cloud-experts-entra-id-idp.adoc#cloud-experts-entra-id-idp[Configuring Microsoft Entra ID (formerly Azure Active Directory) as an identity provider] tutorial section of the documentation.
4848
* For information on the similar `idps` tool in the ROSA CLI, see xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-create-idp_rosa-managing-objects-cli[`create idp`].
49-
* For more information on options in the ROSA CLI, see xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-create-external-auth-provider_rosa-managing-objects-cli[`create external-auth-provider`], xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-list-external-auth-provider_rosa-managing-objects-cli[`list external-auth-provider`], and xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-delete-external-auth-provider_rosa-managing-objects-cli[`delete external-auth-provider`]
49+
* For more information on options in the ROSA CLI, see xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-create-external-auth-provider_rosa-managing-objects-cli[`create external-auth-provider`], xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-list-external-auth-provider_rosa-managing-objects-cli[`list external-auth-provider`], and xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-delete-external-auth-provider_rosa-managing-objects-cli[`delete external-auth-provider`].
5050

5151
//Step 3 delete external_provider to HCP cluster that external_auth_config is not enable
5252
include::modules/rosa-hcp-sts-creating-a-cluster-ext-auth-provider-delete-cli.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)