-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4072 from zowe/users/muzikovam/yamlCheck
Users/muzikovam/yaml check
- Loading branch information
Showing
3 changed files
with
110 additions
and
49 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 |
---|---|---|
@@ -1,46 +1,80 @@ | ||
471c | ||
home: "#delete_me#" | ||
. | ||
456c | ||
home: "#delete_me#" | ||
. | ||
281c | ||
runtimeDirectory: "/tmp" | ||
. | ||
106c | ||
# directory: | ||
. | ||
100,103c | ||
# certificate: | ||
# Type of certificate storage. Valid values are: PKCS12, JCEKS, JCECCAKS, JCERACFKS, JCECCARACFKS, or JCEHYBRIDRACFKS | ||
# type: | ||
# pkcs12: | ||
. | ||
66,91c | ||
# Security related configurations. This setup is optional. | ||
security: | ||
# security product name. Can be RACF, ACF2 or TSS | ||
product: RACF | ||
# security group name | ||
groups: | ||
# Zowe admin user group | ||
admin: ZWEADMIN | ||
# Zowe STC group | ||
stc: ZWEADMIN | ||
# Zowe SysProg group | ||
sysProg: ZWEADMIN | ||
# security user name | ||
users: | ||
# Zowe runtime user name of main service | ||
zowe: ZWESVUSR | ||
# Zowe runtime user name of ZIS | ||
zis: ZWESIUSR | ||
# STC names | ||
stcs: | ||
# STC name of Zowe main service | ||
zowe: ZWESLSTC | ||
# STC name of Zowe ZIS | ||
zis: ZWESISTC | ||
# STC name of Zowe ZIS Auxiliary Server | ||
aux: ZWESASTC | ||
. | ||
66,91c66,91 | ||
< # # Security related configurations. This setup is optional. | ||
< # security: | ||
< # # security product name. Can be RACF, ACF2 or TSS | ||
< # product: RACF | ||
< # # security group name | ||
< # groups: | ||
< # # Zowe admin user group | ||
< # admin: ZWEADMIN | ||
< # # Zowe STC group | ||
< # stc: ZWEADMIN | ||
< # # Zowe SysProg group | ||
< # sysProg: ZWEADMIN | ||
< # # security user name | ||
< # users: | ||
< # # Zowe runtime user name of main service | ||
< # zowe: ZWESVUSR | ||
< # # Zowe runtime user name of ZIS | ||
< # zis: ZWESIUSR | ||
< # # STC names | ||
< # stcs: | ||
< # # STC name of Zowe main service | ||
< # zowe: ZWESLSTC | ||
< # # STC name of Zowe ZIS | ||
< # zis: ZWESISTC | ||
< # # STC name of Zowe ZIS Auxiliary Server | ||
< # aux: ZWESASTC | ||
--- | ||
> # Security related configurations. This setup is optional. | ||
> security: | ||
> # security product name. Can be RACF, ACF2 or TSS | ||
> product: RACF | ||
> # security group name | ||
> groups: | ||
> # Zowe admin user group | ||
> admin: ZWEADMIN | ||
> # Zowe STC group | ||
> stc: ZWEADMIN | ||
> # Zowe SysProg group | ||
> sysProg: ZWEADMIN | ||
> # security user name | ||
> users: | ||
> # Zowe runtime user name of main service | ||
> zowe: ZWESVUSR | ||
> # Zowe runtime user name of ZIS | ||
> zis: ZWESIUSR | ||
> # STC names | ||
> stcs: | ||
> # STC name of Zowe main service | ||
> zowe: ZWESLSTC | ||
> # STC name of Zowe ZIS | ||
> zis: ZWESISTC | ||
> # STC name of Zowe ZIS Auxiliary Server | ||
> aux: ZWESASTC | ||
100,103c100,103 | ||
< certificate: | ||
< # Type of certificate storage. Valid values are: PKCS12, JCERACFKS. APIML additionally supports: JCEKS, JCECCAKS, JCECCARACFKS, or JCEHYBRIDRACFKS | ||
< type: PKCS12 | ||
< pkcs12: | ||
--- | ||
> # certificate: | ||
> # Type of certificate storage. Valid values are: PKCS12, JCEKS, JCECCAKS, JCERACFKS, JCECCARACFKS, or JCEHYBRIDRACFKS | ||
> # type: | ||
> # pkcs12: | ||
106c106 | ||
< directory: /var/zowe/keystore | ||
--- | ||
> # directory: | ||
281c281 | ||
< runtimeDirectory: "" | ||
--- | ||
> runtimeDirectory: "/tmp" | ||
456c456 | ||
< home: "" | ||
--- | ||
> home: "#delete_me#" | ||
471c471 | ||
< home: "" | ||
--- | ||
> home: "#delete_me#" |
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