-
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
Certificate issue after update to version 2.16 #3872
Comments
Hi,
|
Hi Martin Thanks! That was it, now it works. |
The I'd like to see a compatibility fix here, but for now you should also just remove the |
Another issue will address this moving forward: zowe/zowe-common-c#458 . Since the initial question was resolved, I'll close this. |
We are using SAF keyrings, yaml section:
certificate:
keystore:
type: JCERACFKS
file: "safkeyring:////STCZOWE/ZOWE"
password: "password"
alias: "ZOWE25"
truststore:
type: JCERACFKS
file: "safkeyring:////STCZOWE/ZOWE"
password: "password"
pem:
key:
certificate:
certificateAuthorities:
- "safkeyring:////STCZOWE/CA1"
- "safkeyring:////STCZOWE/CA2"
I updated ZOWE today to version 2.16 and startup fails with:
Validity Exceptions(s) with object at
Validity Exceptions(s) with object at /zowe
Schema at '/zowe/certificate' invalid
not oneOf schemas at '/zowe/certificate' are valid, 0 are
Validity Exceptions(s) with object at /zowe/certificate
Validity Exceptions(s) with object at /zowe/certificate/keystore
unequal constant value at /zowe/certificate/keystore/type; expecting value 'PKCS12' of type 'string'
Validity Exceptions(s) with object at /zowe/certificate/truststore
unequal constant value at /zowe/certificate/truststore/type; expecting value 'PKCS12' of type 'string'
Validity Exceptions(s) with object at /zowe/certificate/pem
type 'null' not permitted at /zowe/certificate/pem/key; expecting type 'string'
type 'null' not permitted at /zowe/certificate/pem/certificate; expecting type 'string'
Validity Exceptions(s) with object at /zowe/certificate
Validity Exceptions(s) with object at /zowe/certificate/pem
type 'null' not permitted at /zowe/certificate/pem/key; expecting type 'string'
type 'null' not permitted at /zowe/certificate/pem/certificate; expecting type 'string'
Can someone help?
The text was updated successfully, but these errors were encountered: