Skip to content

Commit 2b566c7

Browse files
committed
Add userid security requirements
1 parent f265c4c commit 2b566c7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/pages/cdp/cdp-Create-Zowe-CLI-profiles.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ folder: cdp
1212

1313
This profile defines the parameters needed to connect to the z/OSMF server on z/OS. You need to know the following from your z/OS system administrator:
1414

15-
| Parameter | Description |
15+
| Option | Description |
1616
| --- | --- |
1717
| host | Host name of the z/OSMF server. |
1818
| port | Port number of the z/OSMF server. |
1919
| user | User ID to identify yourself to the z/OSMF server. |
2020
| password | Password to identify yourself to the z/OSMF server. |
2121

22-
**Note**: The user ID needs to have sufficient permissions to remove and create directories and files in the directory specified by `--targetdir` in the cics-deploy profile.
22+
**Note**: The user ID needs to have sufficient permissions to remove and create directories and files in the directory specified by `--targetdir` in the cics-deploy profile. The user ID also needs permission to submit JCL and to run the DFHDPLOY utility as described in the **Security** heading in topic [Automate the deployment and undeployment of CICS bundles and applications with the DFHDPLOY utility](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.5.0/applications/deploying/dfhdploy_overview.html).
2323

2424
For example, to create a z/OSMF profile:
2525

@@ -43,16 +43,14 @@ zowe zosmf check status
4343

4444
This profile defines the parameters needed to connect to the SSH server on z/OS. You need to know the following from your z/OS system administrator:
4545

46-
| Parameter | Description |
46+
| Option | Description |
4747
| --- | --- |
4848
| host | Host name of the SSH server. |
4949
| port | Port number of the SSH server. This will default to 22. |
5050
| user | User ID to identify yourself to the SSH server. |
5151
| password | Password to identify yourself to the SSH server. |
5252

53-
**Note**: It is recommended that you use the same user ID and host name to connect with SSH as is used in the z/OSMF profile, failure to do so results in undefined behaviour. When an SSH connection is made, the [z/OS shell .profile](https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxa400/cupro.htm) is used to setup the shell environment and variables. The user .profile should include enviroonment variables and npm configuration required to run `npm install` in order to resolve Node.js appplication dependencies such as compiling native code. This is descibed in
54-
[Installing and configuring](https://www.ibm.com/support/knowledgecenter/SSTRRS_6.0.0/com.ibm.nodejs.zos.v6.doc/install.htm).
55-
53+
**Note**: It is recommended that you use the same user ID and host name to connect with SSH as is used in the z/OSMF profile, failure to do so results in undefined behaviour. When an SSH connection is made, the user's remote [z/OS shell .profile](https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxa400/cupro.htm) is used to set-up the shell environment and variables. This remote .profile should include any necessary environment variables and npm configuration required to run `npm install`. This is descibed in [Installing and configuring](https://www.ibm.com/support/knowledgecenter/SSTRRS_6.0.0/com.ibm.nodejs.zos.v6.doc/install.htm).
5654

5755
For example, to create an SSH profile:
5856

@@ -76,7 +74,7 @@ zowe zos-uss issue ssh 'uname -a'
7674

7775
This profile identifies the CICS environment for deployment. You need to know the following from your CICS system administrator:
7876

79-
| Parameter | Description |
77+
| Option | Description |
8078
| --- | --- |
8179
| cicsplex | CPSM CICSplex name. |
8280
| cicshlq | High Level Qualifier \(HLQ\) for the CICS data sets. |

0 commit comments

Comments
 (0)