openstack-k8s-operators / horizon-operator

Apache License 2.0
1 stars 26 forks source link

Enable HSTS on OCP route #328

Closed bshephar closed 5 months ago

bshephar commented 5 months ago

This change adds the required annotation to the OCP route to enable HSTS headers as per: https://access.redhat.com/documentation/en-us/openshift_container_platform/4.7/html/networking/configuring-routes\#nw-enabling-hsts_route-configuration

openshift-ci[bot] commented 5 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bshephar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openstack-k8s-operators/horizon-operator/blob/main/OWNERS)~~ [bshephar] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
bshephar commented 5 months ago

Implemented in: https://github.com/openstack-k8s-operators/openstack-operator/pull/819