Skip to content

Commit 356a215

Browse files
authored
Merge pull request #34822 from jeana-redhat/CCO-22-ASH-CCO
OSDOCS-2354: adding information about ASH CCO support for CCO-22
2 parents c26df0e + aef01b1 commit 356a215

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

authentication/managing_cloud_provider_credentials/about-cloud-credential-operator.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Mint mode is the default and recommended best practice setting for the CCO to us
3939

4040

4141
|Microsoft Azure
42-
|X
43-
|X
42+
|X ^[1]^
43+
|X ^[1]^
4444
|X
4545

4646
|Google Cloud Platform (GCP)
@@ -64,6 +64,10 @@ Mint mode is the default and recommended best practice setting for the CCO to us
6464
|
6565

6666
|====
67+
[.small]
68+
--
69+
1. Manual mode is the only supported CCO configuration for Microsoft Azure Stack Hub.
70+
--
6771

6872
[id="about-cloud-credential-operator-default"]
6973
== Default behavior

authentication/managing_cloud_provider_credentials/cco-mode-mint.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ If the credential is not removed after installation, it is stored and used by th
1313

1414
If the requirement that mint mode stores the administrator-level credential in the cluster `kube-system` namespace does not suit the security requirements of your organization, see _Alternatives to storing administrator-level secrets in the kube-system project_ for xref:../../installing/installing_aws/manually-creating-iam.adoc#alternatives-to-storing-admin-secrets-in-kube-system_manually-creating-iam-aws[AWS], xref:../../installing/installing_azure/manually-creating-iam-azure.adoc#alternatives-to-storing-admin-secrets-in-kube-system_manually-creating-iam-azure[Azure], or xref:../../installing/installing_gcp/manually-creating-iam-gcp.adoc#alternatives-to-storing-admin-secrets-in-kube-system_manually-creating-iam-gcp[GCP].
1515

16+
[NOTE]
17+
====
18+
xref:../../authentication/managing_cloud_provider_credentials/cco-mode-manual.adoc#cco-mode-manual[Manual mode] is the only supported CCO configuration for Microsoft Azure Stack Hub.
19+
====
20+
1621
[id="mint-mode-permissions"]
1722
== Mint mode permissions requirements
1823
When using the CCO in mint mode, ensure that the credential you provide meets the requirements of the cloud on which you are running or installing {product-title}. If the provided credentials are not sufficient for mint mode, the CCO cannot create an IAM user.

authentication/managing_cloud_provider_credentials/cco-mode-passthrough.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Passthrough mode is supported for Amazon Web Services (AWS), Microsoft Azure, Go
99

1010
In passthrough mode, the Cloud Credential Operator (CCO) passes the provided cloud credential to the components that request cloud credentials. The credential must have permissions to perform the installation and complete the operations that are required by components in the cluster, but does not need to be able to create new credentials. The CCO does not attempt to create additional limited-scoped credentials in passthrough mode.
1111

12+
[NOTE]
13+
====
14+
xref:../../authentication/managing_cloud_provider_credentials/cco-mode-manual.adoc#cco-mode-manual[Manual mode] is the only supported CCO configuration for Microsoft Azure Stack Hub.
15+
====
16+
1217
[id="passthrough-mode-permissions"]
1318
== Passthrough mode permissions requirements
1419
When using the CCO in passthrough mode, ensure that the credential you provide meets the requirements of the cloud on which you are running or installing {product-title}. If the provided credentials the CCO passes to a component that creates a `CredentialsRequest` CR are not sufficient, that component will report an error when it tries to call an API that it does not have permissions for.

0 commit comments

Comments
 (0)