Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ description: "Step-by-step tutorials from Red Hat experts to help you get the mo
* [Azure DevOps with Managed OpenShift](/experts/misc/azure-dev-ops-with-managed-openshift/)
* [Configuring OpenShift Dev Spaces to serve Custom Domains](/experts/misc/devspaces-custom-domain)
* [Setting up Cross-Cluster PostgreSQL Replication with Skupper on ROSA and ARO](/experts/misc/rosa-aro-service-interconnect)
* [Configuring Cross-Tenant Azure DevOps Access from ArgoCD on ARO](/experts/misc/cross-tenant-access-ArgoCd-ADO)

### Applications

Expand Down
1 change: 1 addition & 0 deletions content/misc/cross-tenant-access-ArgoCD-ADO/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors:
- Charlotte Fung
- Deepika Ranganathan
---
{{% alert state="info" %}}This guide has been validated on **OpenShift 4.20**. Operator CRD names, API versions, and console paths may differ on other versions.{{% /alert %}}

In some large enterprises, it might be a requirement to have your **Azure DevOps (ADO)** tools in a centralized Azure Tenant different from the tenant where your cluster resides. It then becomes imperative to configure secure cross-tenant access between your **Azure Red Hat OpenShift (ARO)** cluster and your ADO.

Expand Down