Skip to content

Commit 86520b7

Browse files
authored
Merge pull request #66903 from sbeskin-redhat/OADP_2424
OADP-2424 Support the standardized STS configuration flow via OLM and CCO for OADP
2 parents c151134 + fb649c7 commit 86520b7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
168 KB
Loading

modules/oadp-installing-oadp-rosa-sts.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ $ oc -n openshift-adp create secret generic cloud-credentials \
4949
--from-file=${SCRATCH}/credentials
5050
----
5151

52+
[NOTE]
53+
====
54+
In {product-title} versions 4.14 and later, the OADP Operator supports a new standardized STS workflow through the Operator Lifecycle Manager (OLM)
55+
and Cloud Credentials Operator (CCO). In this workflow, you do not need to create the above
56+
secret, you only need to supply the role ARN during link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/operators/user-tasks#olm-installing-from-operatorhub-using-web-console_olm-installing-operators-in-namespace[the installation of OLM-managed operators via the the {product-title} web console].
57+
The above secret is created automatically via CCO.
58+
====
59+
5260
. Install the OADP Operator.
5361
.. In the {product-title} web console, navigate to Operators *->* OperatorHub.
5462
.. Search for the OADP Operator, then click *Install*.

modules/olm-installing-from-operatorhub-using-web-console.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ endif::[]
7777
ifdef::olm-user[]
7878
.. Choose a specific, single namespace in which to install the Operator. The Operator will only watch and be made available for use in this single namespace.
7979
endif::[]
80-
81-
.. If the cluster is in STS mode, add the role ARN in the *role ARN* field.
80+
.. If the cluster is in AWS STS mode, enter the Amazon Resource Name (ARN) of the AWS IAM role of your service account in the *role ARN* field.
81+
+
82+
image::oadp-install-operator-role-arn.png[Entering the ARN]
83+
To create the role's ARN, follow the procedure described in link:https://access.redhat.com/documentation/en-us/red_hat_openshift_service_on_aws/4/html/tutorials/cloud-experts-deploy-api-data-protection#prepare-aws-account_cloud-experts-deploy-api-data-protection[Preparing AWS account].
8284

8385
.. If more than one update channel is available, select an *Update channel*.
8486

0 commit comments

Comments
 (0)