diff --git a/authentication/managing_cloud_provider_credentials/cco-short-term-creds.adoc b/authentication/managing_cloud_provider_credentials/cco-short-term-creds.adoc index 160d29db2b..0b9f184277 100644 --- a/authentication/managing_cloud_provider_credentials/cco-short-term-creds.adoc +++ b/authentication/managing_cloud_provider_credentials/cco-short-term-creds.adoc @@ -93,6 +93,16 @@ include::modules/cco-short-term-creds-format-azure.adoc[leveloffset=+2] //Azure component secret permissions requirements include::modules/cco-short-term-creds-component-permissions-azure.adoc[leveloffset=+2] +//OLM-managed Operator support for authentication with Azure AD Workload Identity +include::modules/cco-short-term-creds-azure-olm.adoc[leveloffset=+2] + +//// +// Azure will need a link off to OLM docs like AWS when ready. +[role="_additional-resources"] +.Additional resources +* xref:../../operators/operator_sdk/osdk-token-auth.adoc#osdk-cco-aws-sts_osdk-token-auth[CCO-based workflow for OLM-managed Operators with AWS STS] +//// + [role="_additional-resources"] [id="additional-resources_{context}"] == Additional resources diff --git a/modules/cco-short-term-creds-azure-olm.adoc b/modules/cco-short-term-creds-azure-olm.adoc new file mode 100644 index 0000000000..01ce30ea75 --- /dev/null +++ b/modules/cco-short-term-creds-azure-olm.adoc @@ -0,0 +1,9 @@ +// Module included in the following assemblies: +// +// * authentication/managing_cloud_provider_credentials/cco-short-term-creds.adoc + +:_mod-docs-content-type: CONCEPT +[id="cco-short-term-creds-azure-olm_{context}"] += OLM-managed Operator support for authentication with Azure AD Workload Identity + +In addition to {product-title} cluster components, some Operators managed by the Operator Lifecycle Manager (OLM) on Azure clusters can use manual mode with Azure AD Workload Identity. These Operators authenticate with short-term credentials that are managed outside the cluster. To determine if an Operator supports authentication with Azure AD Workload Identity, see the Operator description in OperatorHub.