-
Notifications
You must be signed in to change notification settings - Fork 51
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
update safkeyring schema to allow safkeyringjce:// #3928
Conversation
Signed-off-by: MarkAckert <[email protected]>
build 5712 SUCCEEDED. |
Test workflow 5103 is started. |
* install command step optional Signed-off-by: pz636264 <[email protected]> * Minor changes Signed-off-by: Martin Zeithaml <[email protected]> * Minor update Signed-off-by: Martin Zeithaml <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> * fix component abstract/description language Signed-off-by: Andrew Jandacek <[email protected]> * fix abstract lengths Signed-off-by: Andrew Jandacek <[email protected]> * Promote PTF after release v2.17.0 Signed-off-by: zowe-robot <[email protected]> * update manifest to create 2.18 staging builds Signed-off-by: MarkAckert <[email protected]> * Switch launcher path to point to staging Signed-off-by: James Struga <[email protected]> * Backport fixes in v2.x/master to v2.x/staging (#3923) * Rename ssh host name (#3927) Signed-off-by: ManjuVNair133 <[email protected]> * Clean up for crashing java (#3931) Signed-off-by: Martin Zeithaml <[email protected]> * update safkeyring schema (#3928) Signed-off-by: MarkAckert <[email protected]> * add sleep buffer to uss test Signed-off-by: MarkAckert <[email protected]> --------- Signed-off-by: pz636264 <[email protected]> Signed-off-by: Martin Zeithaml <[email protected]> Signed-off-by: Andrew Jandacek <[email protected]> Signed-off-by: zowe-robot <[email protected]> Signed-off-by: MarkAckert <[email protected]> Signed-off-by: James Struga <[email protected]> Signed-off-by: ManjuVNair133 <[email protected]> Signed-off-by: Martin Zeithaml <[email protected]> Co-authored-by: pz636264 <[email protected]> Co-authored-by: Martin Zeithaml <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> Co-authored-by: zowe-robot <[email protected]> Co-authored-by: James Struga <[email protected]> Co-authored-by: James Struga <[email protected]> Co-authored-by: ManjuVNair133 <[email protected]> Co-authored-by: Martin Zeithaml <[email protected]>
* Remove deprecated commented value for createZosmfTrust Signed-off-by: Joe Winchester <[email protected]> * Change path to home (#3896) Signed-off-by: Martin Zeithaml <[email protected]> Co-authored-by: 1000TurquoisePogs <[email protected]> * install command step optional Signed-off-by: pz636264 <[email protected]> * fix (#3897) Signed-off-by: Pavel Jares <[email protected]> * Backport fixes in the v2.x/rc branch to staging (#3907) * Fix default schema validation error when using keyrings (#3901) Signed-off-by: 1000TurquoisePogs <[email protected]> * Respect "import" option on pkcs12 certificate setup (#3905) Signed-off-by: 1000TurquoisePogs <[email protected]> --------- Signed-off-by: 1000TurquoisePogs <[email protected]> Co-authored-by: 1000TurquoisePogs <[email protected]> * Minor changes Signed-off-by: Martin Zeithaml <[email protected]> * Minor update Signed-off-by: Martin Zeithaml <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> * fix component abstract/description language Signed-off-by: Andrew Jandacek <[email protected]> * fix abstract lengths Signed-off-by: Andrew Jandacek <[email protected]> * Promote PTF after release v2.17.0 Signed-off-by: zowe-robot <[email protected]> * update manifest to create 2.18 staging builds Signed-off-by: MarkAckert <[email protected]> * Switch launcher path to point to staging Signed-off-by: James Struga <[email protected]> * Backport fixes in v2.x/master to v2.x/staging (#3923) * Rename ssh host name (#3927) Signed-off-by: ManjuVNair133 <[email protected]> * Clean up for crashing java (#3931) Signed-off-by: Martin Zeithaml <[email protected]> * update safkeyring schema (#3928) Signed-off-by: MarkAckert <[email protected]> * Use correct parameters (#3929) Signed-off-by: Martin Zeithaml <[email protected]> * NONRLS vsam mode if variable not initialized (#3935) Signed-off-by: pz636264 <[email protected]> * update licenses Signed-off-by: MarkAckert <[email protected]> --------- Signed-off-by: Joe Winchester <[email protected]> Signed-off-by: Martin Zeithaml <[email protected]> Signed-off-by: pz636264 <[email protected]> Signed-off-by: Pavel Jares <[email protected]> Signed-off-by: 1000TurquoisePogs <[email protected]> Signed-off-by: Andrew Jandacek <[email protected]> Signed-off-by: zowe-robot <[email protected]> Signed-off-by: MarkAckert <[email protected]> Signed-off-by: James Struga <[email protected]> Signed-off-by: ManjuVNair133 <[email protected]> Signed-off-by: Martin Zeithaml <[email protected]> Co-authored-by: Joe Winchester <[email protected]> Co-authored-by: Martin Zeithaml <[email protected]> Co-authored-by: 1000TurquoisePogs <[email protected]> Co-authored-by: pz636264 <[email protected]> Co-authored-by: Pavel Jareš <[email protected]> Co-authored-by: Martin Zeithaml <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> Co-authored-by: zowe-robot <[email protected]> Co-authored-by: James Struga <[email protected]> Co-authored-by: James Struga <[email protected]> Co-authored-by: ManjuVNair133 <[email protected]> Co-authored-by: pavelzlatnik <[email protected]>
Address #3926
Updates the zowe-yaml-schema.json to allow additional safkeyring types which are supported by Java 11+. These include values like
safkeyringjcecca
,safkeyringjcehybrid
, andsafkeyringjce
.In the issue comment, Sean confirmed zss and app-server would tolerate the additional safkeyring types.