Hide Forgot
Document URL: https://access.redhat.com/documentation/en/openshift-enterprise/3.1/architecture/chapter-3-core-concepts#edge-termination Section Number and Name: 3.7.7. Secured Routes Edge Termination Example 3.11. A Secured Route Using Edge Termination Describe the issue: parameters have these numbers: termination: edge 1 key: |- 2 ... certificate: |- 3 ... caCertificate: |- 4 annotations are mismatched for key and certificate: 1 The termination field is edge for edge termination. 2 The certificate field is the contents of the PEM format certificate file. 3 The key field is the contents of the PEM format key file. 4 An optional CA certificate may be required to establish a certificate chain for validation. Suggestions for improvement: annotations 2 and 3 are mixed up, this has to be fixed Additional information:
Evgheni, This is a simple fix. I've made a PR: https://github.com/openshift/openshift-docs/pull/1924 It should be ok to merge by one of the other docs writers, but let me know if there's anything else. Thanks!
Commit pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/dd2f9787b7ce77c07b7ca020401910d4ff3f8cd4 Merge pull request #1924 from bfallonf/bz1312237 Bug 1312237 : Switched values in the edge termination example
Verified to be in the 3.2 docs: https://access.redhat.com/documentation/en/openshift-enterprise/version-3.2/architecture/#secured-routes