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

Don't convert certificates already in EBCDIC during init #4135

Merged
merged 4 commits into from
Jan 16, 2025

Conversation

MarkAckert
Copy link
Member

This fixes a test failure captured in external certificate verification. The certificate init scripts were setup to always convert keytool-exported certificates from ASCII to EBCDIC, however some newer versions of keytool export the certificate in EBCDIC.

This PR fixes the error where an EBCDIC cer was created and became unreadable due to conversion. If we can't recognize the certificate as EBCDIC, the conversion still happens, which matches the prior behavior.

@MarkAckert MarkAckert added Build: PAX Used in CI Test: None Used in CI labels Jan 15, 2025
Signed-off-by: MarkAckert <[email protected]>
Copy link

github-actions bot commented Jan 15, 2025

build 6742 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/12797284775

Copy link

github-actions bot commented Jan 15, 2025

build 6743 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/12797297167

Signed-off-by: MarkAckert <[email protected]>
Copy link

github-actions bot commented Jan 15, 2025

build 6744 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/12797340193

Copy link

github-actions bot commented Jan 16, 2025

Test workflow 5942 is started.
Running install test: Non-strict Verify External Certificate
The zowe artifact being used by this test workflow: libs-snapshot-local/org/zowe/3.1.0-PR-4135/zowe-3.1.0-pr-4135-6744-20250115213257.pax
Running on machine: zzow09
Result: SUCCESS
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/12811447221

@MarkAckert MarkAckert merged commit 95a7d61 into v3.x/rc Jan 16, 2025
13 checks passed
@MarkAckert MarkAckert deleted the user/markackert/extended-cert-debug branch January 16, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build: PAX Used in CI Test: None Used in CI
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants