Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobhajayanna committed Dec 18, 2024
1 parent a68dbc5 commit 02d33cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/api-mediation/api-mediation-multi-tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following diagram illustrates communication between the API Mediation Layers

![Multi-domain architecture diagram](./diagrams/multi-domain_architecture_V2.svg)

As represented in the example diagram of Multitenacy environement where the APIMLs in Domain(2-N) are registered to APIML in Domain-1. The APIML in Domain-1 is running may be on z/OS, or off z/OS, for example in Kubernetes, this API ML serves as a single point of access to all API Mediation Layers registered in this and, by extension, to all services registered in those API MLs .
As represented in the example diagram of Multitenacy environement where the APIMLs in Domain(2-N) are registered to APIML in Domain-1. The APIML in Domain-1 is running may be on z/OS, or off z/OS, for example in Kubernetes, this API ML serves as a single point of access to all API Mediation Layers registered in this and, by extension, to all services registered in those API MLs .

The APIMLs in Domain(2-N) are installled on z/OS systems with the standard Zowe API ML running either in HA (sysplex) or non-HA (monoplex). These API MLs are registered to APIML in Domain-1.

Expand Down Expand Up @@ -76,7 +76,7 @@ Set the `certificatesUrl` property to ensure that only Gateway-forwarded certif
```
components.gateway.apiml.security.x509:
# gateway port
# gateway port in domain-1
certificatesUrl: https://{gatewayHost}:{gatewayPort}/gateway/certificates
```
Expand Down

0 comments on commit 02d33cf

Please sign in to comment.