-
Story
-
Resolution: Obsolete
-
Major
-
None
-
None
-
False
-
False
-
Undefined
-
User Story: As the owner of a core OpenShift component that includes a route, I would like to have a library that allows me to easily consume the route configuration from the openshift-config/cluster ingresses.config.openshift.io CR.
Acceptance Criteria:
The library should allow users to easily consume information about routes from the openshift-config/cluster ingresses.config.openshift.io CR. The library should allow a user to:
- Retrieve information for a componentRoute with a specific namespace and name present in the openshift-config/cluster ingresses.config.openshift.io resource
- Update the status of the openshift-config/cluster ingresses.config.openshift.io resource
The library should also help users configure Routes based on the spec of the openshift-config/cluster ingresses.config.openshift.io CR in the following ways:
- Configure a Route's hostname
- Configure a Route's serving certificate
- Mount the Cluster-Admin provide secret into the openshift-authentication pod.
- relates to
-
AUTH-13 API for Custom Route Name and Certificates for all OCP Cluster Components - oauth implementation
- Closed
- links to