-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* configure infinispan with zowe yaml Signed-off-by: achmelo <[email protected]> * restructure AT-TLS conf to use global parameters Signed-off-by: achmelo <[email protected]> * fix typo Signed-off-by: achmelo <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> * required role Signed-off-by: achmelo <[email protected]> * align with config update Signed-off-by: achmelo <[email protected]> * minor language refactoring Signed-off-by: Andrew Jandacek <[email protected]> * change title Signed-off-by: Andrew Jandacek <[email protected]> --------- Signed-off-by: achmelo <[email protected]> Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]>
- Loading branch information
Showing
3 changed files
with
32 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Enabling AT-TLS across your Zowe environment | ||
|
||
The communication server on z/OS provides functionality to encrypt HTTP communication for on-platform jobs. This functionality is referred to as Application Transparent Transport Layer Security (AT-TLS). | ||
|
||
:::info Required roles: security administrator | ||
::: | ||
|
||
## Configuration Parameters | ||
|
||
To enable AT-TLS for Zowe components, configure the following parameters: | ||
```yaml | ||
zowe: | ||
network: | ||
server: | ||
tls: | ||
attls: true | ||
``` | ||
## Component-Specific Configuration | ||
For detailed configuration instructions specific to each component, refer to the following guides: | ||
- [Configuring AT-TLS for API Mediation Layer](../user-guide/api-mediation/configuration-at-tls.md) | ||
- [Using AT-TLS in the App Framework](../user-guide/mvd-configuration#using-at-tls-in-the-app-framework) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters