Skip to content

Commit

Permalink
formatting refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Jandacek <[email protected]>
  • Loading branch information
janan07 committed Dec 6, 2024
1 parent 1b81119 commit 2258719
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ User specified parameters are presented in the section [Parameters in the ESM co
- **distributed-identity-user-name**
Specifies the user ID for distributed-identity-registry.
- **distributed-identity-registry-name**
Specifies the registry value for under which the user is defined in the ESM.
Specifies the registry value under which the user is defined in the ESM.
- **label-name**
Specifies the name for the distributed-identity mapping filter.

Expand Down
16 changes: 8 additions & 8 deletions docs/user-guide/api-mediation/api-mediation-multi-tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The Central API ML can onboard Gateways of all domains. This service onboarding

#### Dynamic configuration: YML

Users must set the following property for the Domain Gateway to dynamically onboard to the Central Discovery service.
Set the following property for the Domain Gateway to dynamically onboard to the Central Discovery service.

`components.gateway.apiml.service.additionalRegistration`

Expand All @@ -63,17 +63,17 @@ components.gateway.apiml.service.additionalRegistration:
- discoveryServiceUrls: https://sys1:{discoveryServicePort}/eureka/,https://sys2:{discoveryServicePort}/eureka/
```

:::note
Ensure that each API ML instance is defined in a separated record. Do not combine multiple API ML instances in a
single record. In the case of a high availability setup, the value `discoveryServiceUrls` may contain multiple URLs.
We highly recommend to provide all available Discovery URLs in the value `discoveryServiceUrls`.
:::note Notes:
* Ensure that each API ML instance is defined in a separated record. Do not combine multiple API ML instances in a single record. In the case of a high availability setup, the value `discoveryServiceUrls` may contain multiple URLs.

* We highly recommend to provide all available Discovery URLs in the value `discoveryServiceUrls`.

Always provide the direct address to the system. Do not use the DVIPA address. Using this address could lead to unexpected behaviour.
* Always provide the direct address to the system. Do not use the DVIPA address. Using this address could lead to unexpected behaviour.

Use hostnames `sys1` and `sys2` for the LPAR in the sysplex.
* Use hostnames `sys1` and `sys2` for the LPAR in the sysplex.
:::

The Gateway service can be configured to forward client certificates. The domain gateway can then use this client certificate for authentication. To make sure that only the Gateway-forwarded certificate are used for client certificate authentication, users must set `certificatesUrl` property. This URL returns certificate chain from the central gateway.
The Gateway service can be configured to forward client certificates. The domain gateway can then use this client certificate for authentication. To make sure that only Gateway-forwarded certificates are used for client certificate authentication, users must set the `certificatesUrl` property. This URL returns a certificate chain from the central gateway.

```
components.gateway.apiml.security.x509:
Expand Down

0 comments on commit 2258719

Please sign in to comment.