From 2c4c3680fe283e1db0cc806bcc08f86730bd5579 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Thu, 3 Oct 2024 21:36:13 +0200 Subject: [PATCH 1/5] Delete docs/extend/extend-desktop/mvd-conda.md Signed-off-by: 1000TurquoisePogs Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com> From 4904eaea79c7c45cdf2fea702d74f95092965453 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Thu, 3 Oct 2024 21:39:29 +0200 Subject: [PATCH 2/5] Fix h1 to h2 header Signed-off-by: 1000TurquoisePogs Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com> --- docs/extend/extend-desktop/mvd-server-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/extend-desktop/mvd-server-config.md b/docs/extend/extend-desktop/mvd-server-config.md index ffb574f0dd..1617b34853 100644 --- a/docs/extend/extend-desktop/mvd-server-config.md +++ b/docs/extend/extend-desktop/mvd-server-config.md @@ -62,7 +62,7 @@ ZWED_logLevels_org____zowe____terminal____tn3270_x2e_x2a:5 * strings can have quotes, but otherwise everything that isnt an array, boolean, or number is a string * objects are never values. They are the keys. -# Parameter details +## Parameter details Below is some more detail on certain parameters than can be covered within the json-schema. ### Configuration directories From ae356d0622aee1e7870da8f42869b119397b9aa2 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Thu, 3 Oct 2024 21:44:10 +0200 Subject: [PATCH 3/5] Remove CDT not needed in newer zos Signed-off-by: 1000TurquoisePogs Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com> From fe88408d7ddbfa187a4e212cbbd93e3f9d7a82b5 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Thu, 3 Oct 2024 21:47:33 +0200 Subject: [PATCH 4/5] Update systemrequirements-zos.md for JWT instruction Signed-off-by: 1000TurquoisePogs Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com> --- docs/user-guide/systemrequirements-zos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/systemrequirements-zos.md b/docs/user-guide/systemrequirements-zos.md index 19f60503be..0db41ae4a5 100644 --- a/docs/user-guide/systemrequirements-zos.md +++ b/docs/user-guide/systemrequirements-zos.md @@ -98,7 +98,7 @@ Zowe consumption reference data were measured with the default Zowe configuratio z/OSMF is included with z/OS so does not need to be separately installed. If z/OSMF is present, Zowe detects z/OSMF during configuration and uses z/OSMF for the following purposes: - - Authenticating TSO users and generating a single sign-on JSON Web Token (JWT). Ensure that the [z/OSMF JWT Support is available via APAR and associated PTFs](https://www.ibm.com/support/pages/apar/PH12143). + - Authenticating TSO users and generating a single sign-on JSON Web Token (JWT). Ensure that the [z/OSMF JWT Support is available via APAR and associated PTFs](https://www.ibm.com/support/pages/apar/PH12143) and that JWT generation is [enabled by following z/OSMF documentation](https://www.ibm.com/docs/en/zos/3.1.0?topic=configurations-enabling-json-web-token-support). - REST API services for Files (Data Sets and USS), JES, and z/OSMF workflows. These are used by some Zowe applications such as the Zowe Explorers in the Zowe Desktop. If z/OSMF REST APIs are not present, other Zowe desktop application, such as the File Editor that provides access to USS directories and files as well as MVS data sets and members, will work through the Zowe Z Secure Services (ZSS) component to access z/OS resources. From 4481ff76db060dfd5e9f878261e12f666ff298de Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Fri, 4 Oct 2024 15:14:44 +0200 Subject: [PATCH 5/5] minor refactor of IBM link to enabling JSON Web Token support Signed-off-by: Andrew Jandacek Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com> --- docs/user-guide/systemrequirements-zos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/systemrequirements-zos.md b/docs/user-guide/systemrequirements-zos.md index 0db41ae4a5..c9ba151b6a 100644 --- a/docs/user-guide/systemrequirements-zos.md +++ b/docs/user-guide/systemrequirements-zos.md @@ -98,7 +98,7 @@ Zowe consumption reference data were measured with the default Zowe configuratio z/OSMF is included with z/OS so does not need to be separately installed. If z/OSMF is present, Zowe detects z/OSMF during configuration and uses z/OSMF for the following purposes: - - Authenticating TSO users and generating a single sign-on JSON Web Token (JWT). Ensure that the [z/OSMF JWT Support is available via APAR and associated PTFs](https://www.ibm.com/support/pages/apar/PH12143) and that JWT generation is [enabled by following z/OSMF documentation](https://www.ibm.com/docs/en/zos/3.1.0?topic=configurations-enabling-json-web-token-support). + - Authenticating TSO users and generating a single sign-on JSON Web Token (JWT). Ensure that the [z/OSMF JWT Support is available via APAR and associated PTFs](https://www.ibm.com/support/pages/apar/PH12143) and that JWT generation is enabled. For more information see [Enabing JSON Web Token support](https://www.ibm.com/docs/en/zos/3.1.0?topic=configurations-enabling-json-web-token-support) in the IBM documentation. - REST API services for Files (Data Sets and USS), JES, and z/OSMF workflows. These are used by some Zowe applications such as the Zowe Explorers in the Zowe Desktop. If z/OSMF REST APIs are not present, other Zowe desktop application, such as the File Editor that provides access to USS directories and files as well as MVS data sets and members, will work through the Zowe Z Secure Services (ZSS) component to access z/OS resources.