Skip to content

Commit dea6aa6

Browse files
committed
edits
1 parent 90baf0b commit dea6aa6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/oadp-gcp-wif-cloud-authentication.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WIF handles encrypting and decrypting certificates, extracting user attributes,
1414

1515
[NOTE]
1616
====
17-
Google WIF cloud authentication is avail for OADP 1.3.x and later.
17+
Google WIF cloud authentication is available for OADP 1.3.x and later.
1818
====
1919

2020
If you do not use Google WIF cloud authentication, continue to xref:../../..//backup_and_restore/application_backup_and_restore/installing/oadp-installing-operator.adoc#oadp-installing-operator-doc[Installing the OADP Operator].
@@ -26,14 +26,14 @@ If you do not use Google WIF cloud authentication, continue to xref:../../..//ba
2626
2727
.Procedure
2828

29-
. Create an oadp-credrequest directory.
29+
. Create an `oadp-credrequest` directory.
3030
+
3131
[source,terminal]
3232
----
3333
$ mkdir -p oadp-credrequest
3434
----
3535
+
36-
. Create a credrequest.yaml.
36+
. Create a `CredentialsRequest`.yaml file as following:
3737
+
3838
[source,yaml]
3939
----
@@ -69,7 +69,7 @@ spec:
6969
' > oadp-credrequest/credrequest.yaml
7070
----
7171
+
72-
. Use `ccoctl` to create the `credrequest` pointing to the directory `oadp-credrequest`
72+
. Use `ccoctl` to create the `credrequest` pointing to the directory `oadp-credrequest`as following:
7373
+
7474
[source,terminal]
7575
----
@@ -82,7 +82,7 @@ ccoctl gcp create-service-accounts --name=<name> \
8282
+
8383
. The `manifests/openshift-adp-cloud-credentials-gcp-credentials.yaml` is now available to use in the following step.
8484
+
85-
. Apply the credentials secret to the openshift-adp namespace
85+
. Apply the credentials secret to the openshift-adp namespace as following:
8686
+
8787
[source,terminal]
8888
----

0 commit comments

Comments
 (0)