Skip to content

Commit

Permalink
updated input file
Browse files Browse the repository at this point in the history
updated some variables
security setup mandatory

Signed-off-by: mm667937 <[email protected]>
  • Loading branch information
muzikovam committed Mar 8, 2024
1 parent 447b589 commit 3dfaea5
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 115 deletions.
129 changes: 93 additions & 36 deletions workflows/files/ZWECONF.properties
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,10 @@ zowe_setup_dataset_authLoadlib=IBMUSER.ZWEV2.SZWEAUTH
# APF authorized LOADLIB for Zowe ZIS Plugins
zowe_setup_dataset_authPluginLib=IBMUSER.ZWEV2.CUST.ZWESAPL

# zowe_setup_certificate_type
# Label: Zowe setup certificate type
# Abstract: Type of certificate storage.
# Category: zowe
# Description:
# Type of certificate storage. Valid values are: PKCS12, JCEKS, JCECCAKS, JCERACFKS, JCECCARACFKS, or JCEHYBRIDRACFKS
# Choices: PKCS12,JCEKS,JCECCAKS,JCERACFKS,JCECCARACFKS,JCEHYBRIDRACFKS
zowe_setup_certificate_type=PKCS12

# zowe_setup_certificate_pkcs12_directory
# Label: Zowe setup certificate PKCS12 directory
# Abstract: Keystore directory
# Category: zowe
# Description:
# Keystore directory
zowe_setup_certificate_pkcs12_directory=/var/zowe/keystore

# zowe_setup_vsam_mode
# Label: Zowe setup VSAM mode
# Abstract: VSAM data set with Record-Level-Sharing enabled or not
# Category: zowe
# Category: components
# Description:
# VSAM data set with Record-Level-Sharing enabled or not
# Choices: NONRLS,RLS
Expand All @@ -91,15 +74,15 @@ zowe_setup_vsam_mode=NONRLS
# zowe_setup_vsam_volume
# Label: Zowe setup VSAM volume
# Abstract: Volume name if you are using VSAM in NONRLS mode
# Category: zowe
# Category: components
# Description:
# Volume name if you are using VSAM in NONRLS mode
zowe_setup_vsam_volume=

# zowe_setup_vsam_storageClass
# Label: Zowe setup VSAM storage class
# Abstract: Storage class name if you are using VSAM in RLS mode
# Category: zowe
# Category: components
# Description:
# Storage class name if you are using VSAM in RLS mode
zowe_setup_vsam_storageClass=
Expand Down Expand Up @@ -194,88 +177,89 @@ zowe_launchScript_CompConf=warn
# zowe_certificate_keystore_type
# Label: Zowe certificate keystore type
# Abstract: Certificate keystore type (PKCS12, JCEKS, JCECCAKS, JCERACFKS, JCECCARACFKS, or JCEHYBRIDRACFKS)
# Category: zowe
# Category: certificates
# Description:
# Certificate keystore type (PKCS12, JCEKS, JCECCAKS, JCERACFKS, JCECCARACFKS, or JCEHYBRIDRACFKS)
# Choices: PKCS12,JCEKS,JCECCAKS,JCERACFKS,JCECCARACFKS,JCEHYBRIDRACFKS
zowe_certificate_keystore_type=PKCS12

# zowe_certificate_keystore_file
# Label: Zowe certificate keystore file
# Abstract: Zowe certificate keystore file
# Category: zowe
# Abstract: Zowe certificate keystore file. In case of keyring the format is "safkeyring://OWNER/KEYRING".
# Category: certificates
# Description:
# Zowe certificate keystore file
zowe_certificate_keystore_file=/global/zowe/keystore/localhost/localhost.keystore.p12

# zowe_certificate_keystore_password
# Label: Zowe certificate keystore password
# Abstract: Certificate keystore password.
# Category: zowe
# Category: certificates
# Description:
# Certificate keystore password.
zowe_certificate_keystore_password=password

# zowe_certificate_keystore_alias
# Label: Zowe certificate keystore alias
# Abstract: Alias for the certificate keystore
# Category: zowe
# Category: certificates
# Description:
# Alias for the certificate keystore
zowe_certificate_keystore_alias=localhost

# zowe_certificate_truststore_type
# Label: Zowe certificate truststore type
# Abstract: zowe_certificate_truststore_type
# Category: zowe
# Abstract: Zowe certificate truststore type
# Category: certificates
# Description:
# zowe_certificate_truststore_type
# Zowe certificate truststore type
# Choices: PKCS12,JCEKS,JCECCAKS,JCERACFKS,JCECCARACFKS,JCEHYBRIDRACFKS
zowe_certificate_truststore_type=PKCS12

# zowe_certificate_truststore_file
# Label: Zowe certificate truststore file
# Abstract: File location for the certificate truststore
# Category: zowe
# Abstract: File location for the certificate truststore. In case of keyring the format is "safkeyring://OWNER/KEYRING".
# Category: certificates
# Description:
# File location for the certificate truststore
zowe_certificate_truststore_file=/global/zowe/keystore/localhost/localhost.truststore.p12

# zowe_certificate_truststore_password
# Label: Zowe certificate truststore password
# Abstract: Password for the certificate truststore
# Category: zowe
# Category: certificates
# Description:
# Password for the certificate truststore
zowe_certificate_truststore_password=password

# zowe_certificate_pem_key
# Label: Zowe certificate PEM key
# Abstract: Path to the Zowe certificate PEM key
# Category: zowe
# Category: certificates
# Description:
# Path to the Zowe certificate PEM key
zowe_certificate_pem_key=/global/zowe/keystore/localhost/localhost.key

# zowe_certificate_pem_certificate
# Label: Zowe certificate PEM certificate
# Abstract: Path to the PEM certificate
# Category: zowe
# Category: certificates
# Description:
# Path to the PEM certificate
zowe_certificate_pem_certificate=/global/zowe/keystore/localhost/localhost.cer

# zowe_certificate_pem_certificateAuthorities
# Label: Zowe certificate PEM certificate authorities
# Abstract: zowe_certificate_pem_certificateAuthorities
# Category: zowe
# Category: certificates
# Description:
# zowe_certificate_pem_certificateAuthorities
zowe_certificate_pem_certificateAuthorities=/global/zowe/keystore/local_ca/local_ca.cer

# zowe_verifyCertificates
# Label: Zowe verify certificates
# Abstract: Zowe certificate verification
# Category: zowe
# Category: certificates
# Description:
# Zowe certificate verification
# Choices: STRICT,NONSTRICT,DISABLED
Expand Down Expand Up @@ -746,4 +730,77 @@ zowe_rbacProfileId=1
# Category: zowe
# Description:
# ID when determining for purposes such as to allow multiple copies of Zowe to be used within the same client
zowe_cookieId=1
zowe_cookieId=1

# zowe_setup_security_product
# Label: Security product name
# Abstract: Security product name. Can be RACF, ACF2 or TSS
# Category: security
# Description:
# Security product name. Can be RACF, ACF2 or TSS
# Choices: RACF,TSS,ACF2
zowe_setup_security_product=RACF

# zowe_setup_security_groups_admin
# Label: Zowe admin user group
# Abstract: Zowe admin user group
# Category: security
# Description:
# Zowe admin user group
zowe_setup_security_groups_admin=ZWEADMIN

# zowe_setup_security_groups_stc
# Label: Zowe STC group
# Abstract: Zowe STC group
# Category: security
# Description:
# Zowe STC group
zowe_setup_security_groups_stc=ZWEADMIN

# zowe_setup_security_groups_sysProg
# Label: Zowe SysProg group
# Abstract: Zowe SysProg group
# Category: security
# Description:
# Zowe SysProg group
zowe_setup_security_groups_sysProg=ZWEADMIN

# zowe_setup_security_users_zowe
# Label: Zowe runtime user
# Abstract: Zowe runtime user name of main service
# Category: security
# Description:
# Zowe runtime user name of main service
zowe_setup_security_users_zowe=ZWESVUSR

# zowe_setup_security_users_zis
# Label: Zowe runtime user name of ZIS
# Abstract: Zowe runtime user name of ZIS
# Category: security
# Description:
# Zowe runtime user name of ZIS
zowe_setup_security_users_zis=ZWESIUSR

# zowe_setup_security_stcs_zowe
# Label: STC name
# Abstract: STC name of main service
# Category: security
# Description:
# STC name of main service
zowe_setup_security_stcs_zowe=ZWESLSTC

# zowe_setup_security_stcs_zis
# Label: STC name of ZIS
# Abstract: STC name of ZIS
# Category: security
# Description:
# STC name of ZIS
zowe_setup_security_stcs_zis=ZWESISTC

# zowe_setup_security_stcs_aux
# Label: STC name of Auxiliary Service
# Abstract: STC name of Auxiliary Service
# Category: security
# Description:
# STC name of Auxiliary Service
zowe_setup_security_stcs_aux=ZWESASTC
Loading

0 comments on commit 3dfaea5

Please sign in to comment.