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

fix: update messages after docs review #3032

Merged
merged 4 commits into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
12 changes: 6 additions & 6 deletions gateway-service/src/main/resources/gateway-log-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,13 @@ messages:
SSL Misconfiguration, z/OSMF is not accessible.
Message: %s
Please verify the following:
- CN (Common Name) and z/OSMF hostname have to match.
- Certificate is expired
- TLS version match
- CN (Common Name) and z/OSMF hostname match.
- The certificate is valid
- TLS version matches
- z/OSMF server certificate is trusted in Zowe's truststore
Enable debugging to see further details in stack trace
reason: "z/OSMF connection has an incorrect configuration."
action: "Verify z/OSMF connection details. Verify z/OSMF can be accessed with HTTPS"
Enable debugging to see further details in stack trace.
reason: "The z/OSMF connection is incorrectly configured."
action: "Verify z/OSMF connection details. Verify z/OSMF can be accessed with HTTPS."

- key: org.zowe.apiml.security.auth.zosmf.jwt.internalError
number: ZWEAG183
Expand Down
15 changes: 9 additions & 6 deletions gateway-service/src/test/resources/gateway-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,13 @@ messages:
number: ZWEAG182
type: ERROR
text: >
SSL Misconfiguration, z/OSMF is not accessible. Please verify the following: \n
- CN (Common Name) and z/OSMF hostname match\n
- The certificate is expired\n
- TLS version matches\n
Enable debugging to see further details in stack trace
reason: "z/OSMF connection has an incorrect configuration"
SSL Misconfiguration, z/OSMF is not accessible.
Message: %s
Please verify the following:
- CN (Common Name) and z/OSMF hostname match.
- The certificate is valid
- TLS version matches
- z/OSMF server certificate is trusted in Zowe's truststore
Enable debugging to see further details in stack trace.
pablocarle marked this conversation as resolved.
Show resolved Hide resolved
reason: "The z/OSMF connection is incorrectly configured."
action: "Verify z/OSMF connection details. Verify z/OSMF can be accessed with HTTPS."
Loading