-
Bug
-
Resolution: Done
-
Critical
-
None
-
2.6 GA, 2.7 GA, 2.8 GA, 2.9 GA
-
False
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Undefined
-
+
-
https://gitlab.cee.redhat.com/red-hat-3scale-documentation/3scale-documentation/-/merge_requests/523, https://gitlab.cee.redhat.com/red-hat-3scale-documentation/3scale-documentation/-/merge_requests/728, https://gitlab.cee.redhat.com/red-hat-3scale-documentation/3scale-documentation/-/merge_requests/729, https://gitlab.cee.redhat.com/red-hat-3scale-documentation/3scale-documentation/-/merge_requests/730, https://gitlab.cee.redhat.com/red-hat-3scale-documentation/3scale-documentation/-/merge_requests/731, https://gitlab.cee.redhat.com/red-hat-3scale-documentation/3scale-documentation/-/merge_requests/732, https://gitlab.cee.redhat.com/red-hat-3scale-documentation/3scale-documentation/-/merge_requests/733, https://gitlab.cee.redhat.com/red-hat-3scale-documentation/3scale-documentation/-/merge_requests/734
-
-
3scale-doc-2021-04-19, 3scale-doc-2021-05-10
In this paragraph we are referring to the zync pod but since 3scale 2.6 to add a custom CA to handle RH-SSO these same steps must be ran on zync-que.
This paragraph must be rewritten for zync-que instead of zync.
oc exec <zync-que-pod-id> cat /etc/pki/tls/cert.pem > zync.pem
oc set volume dc/zync-que --add --name=zync-ca-bundle --mount-path /etc/pki/tls/zync/zync.pem --sub-path zync.pem --source='{"configMap":{"name":"zync-ca-bundle","items":[{"key":"zync.pem","path":"zync.pem"}]}}'
oc exec <zync-que-pod-id> cat /etc/pki/tls/cert.pem
oc set env dc/zync-que SSL_CERT_FILE=/etc/pki/tls/zync/zync.pem
The following step can be removed as it is already part of one of the previous command:
oc patch dc/zync --type=json -p '[{"op": "add", "path": "/spec/template/spec/containers/0/volumeMounts/0/subPath", "value":"zync.pem"}]'
- account is impacted by
-
THREESCALE-6090 [DDF] This is the way it was before 3scale 2.5. Please refer to this KCS: https://access.redhat.com/solutions/3621611
- Closed
- is duplicated by
-
THREESCALE-5662 [DDF] The documentation is correct but you need to add that you need to repeat the same process for zync-que otherwise it does
- Closed
- relates to
-
THREESCALE-3537 Adding a customCA cert to zync should be added to dc/zync-que
- Closed