-
Story
-
Resolution: Done
-
High
-
OSC 1.8.0
-
None
After trustee is installed, a route (edge or passthrough) needs to be created
The trustee host needs be be captured and provided for peer-pods-cm. Idealy, it is created directly
TRUSTEE_HOST=$(oc get route -n trustee-operator-system kbs-service \
-o jsonpath={.spec.host})
To be added to peer-pods-cm
AA_KBC_PARAMS: "cc_kbc::https://${TRUSTEE_HOST}"