Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make example-zowe.yaml certificate scenarios more accurate #3652

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6a3742a
upgrade APIML to version 2.12.0
pj892031 Oct 10, 2023
7bf3b78
trigger actions
pj892031 Oct 10, 2023
be33fed
Zowe changes for 2.12
traeok Oct 10, 2023
c4844dd
Update Zowe Explorer version to latest
traeok Oct 11, 2023
4f1a3ac
Merge pull request #3599 from zowe/traeok-patch-1
ojcelis Oct 11, 2023
e64778b
Merge branch 'v2.x/rc' into reboot/apiml/2.12.0
ojcelis Oct 11, 2023
91b7a5c
WebUI v2.12.0 RC1
Oct 11, 2023
ddd59a9
add missing tn
Oct 12, 2023
78ac28f
Merge pull request #3597 from zowe/reboot/apiml/2.12.0
ojcelis Oct 12, 2023
7da89fa
bump explorer apis 2.12 RC1
AmandaDErrico Oct 12, 2023
1e2a468
add zss and launcher
Oct 16, 2023
da7412a
Merge branch 'v2.x/rc' into users/jstruga/rc1-v2.12
ojcelis Oct 16, 2023
7075071
update vscode and zowe-launch-script version
ojcelis Oct 16, 2023
1f4d7b2
Merge branch 'v2.x/rc' into users/oscar/merge2.12stagingtoRC
ojcelis Oct 16, 2023
1301b82
Merge pull request #3607 from zowe/users/jstruga/rc1-v2.12
ojcelis Oct 16, 2023
3ae728b
Merge branch 'v2.x/rc' into users/oscar/merge2.12stagingtoRC
ojcelis Oct 16, 2023
e9badba
Merge branch 'v2.x/rc' into users/amanda/bump-explorer-apis-2.12-RC1
ojcelis Oct 16, 2023
d931afb
Merge pull request #3609 from zowe/users/amanda/bump-explorer-apis-2.…
ojcelis Oct 16, 2023
91ffe51
Merge branch 'v2.x/rc' into users/oscar/merge2.12stagingtoRC
ojcelis Oct 16, 2023
ef8cb59
Merge pull request #3612 from zowe/users/oscar/merge2.12stagingtoRC
ojcelis Oct 16, 2023
5996cfc
Upgrade APIML to version 2.12.2 (#3616)
pj892031 Oct 19, 2023
a37bcc8
bump explorer apis for 2.12 RC2
AmandaDErrico Oct 19, 2023
d1f735d
upgraded tomcat, another release for jobs and data-sets
AmandaDErrico Oct 19, 2023
170f714
Merge pull request #3618 from zowe/users/amanda/bump-explorer-apis-2.…
ojcelis Oct 20, 2023
2dbc88e
update lincenses to latest version
ojcelis Oct 20, 2023
8f823ab
Merge pull request #3621 from zowe/users/oscar/updatelicensesto2.12.0
ojcelis Oct 20, 2023
d5c495e
Update launcher
Oct 23, 2023
7140520
Merge pull request #3625 from zowe/users/jstruga/rc1-v2.12
ojcelis Oct 23, 2023
ef65947
Merge pull request #3630 from zowe/users/oscar/merge2.12rctoMaster
ojcelis Oct 24, 2023
a6e53e9
Update example-zowe.yaml
DivergentEuropeans Nov 14, 2023
c7dc477
Update example-zowe.yaml
DivergentEuropeans Nov 14, 2023
f52a70c
Merge branch 'v2.x/staging' into DivergentEuropeans-patch-1
DivergentEuropeans Nov 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ zowe:
# - ""

# # >>>> Certificate setup scenario 3
# # z/OS Keyring with Zowe generated certificates.
# # Zowe generated z/OS Keyring with Zowe generated certificates.
# certificate:
# # Type of certificate storage. Valid values are: PKCS12, JCEKS, JCECCAKS, JCERACFKS, JCECCARACFKS, or JCEHYBRIDRACFKS
# type: JCERACFKS
Expand Down Expand Up @@ -209,7 +209,7 @@ zowe:
# # - 12.34.56.78

# # >>>> Certificate setup scenario 4
# # z/OS Keyring and connect to existing certificate
# # Zowe generated z/OS Keyring and connect to existing certificate
# certificate:
# # Type of certificate storage. Valid values are: PKCS12, JCEKS, JCECCAKS, JCERACFKS, JCECCARACFKS, or JCEHYBRIDRACFKS
# type: JCERACFKS
Expand All @@ -233,7 +233,7 @@ zowe:
# - ""

# # >>>> Certificate setup scenario 5
# # z/OS Keyring with importing certificate stored in data set
# # Zowe generated z/OS Keyring with importing certificate stored in data set
# certificate:
# # Type of certificate storage. Valid values are: PKCS12, JCEKS, JCECCAKS, JCERACFKS, JCECCARACFKS, or JCEHYBRIDRACFKS
# type: JCERACFKS
Expand Down
Loading
Loading