Skip to content

Commit

Permalink
[occm] Update docs for default-tls-container-ref (#2517)
Browse files Browse the repository at this point in the history
Since eeba485, occm now accepts
barbican secrets (https://<keymanager_host>/v1/secrets/<uuid>) in
addition to container ref
(https://<keymanager_host>/v1/containers/<uuid>) for the
`default-tls-container-ref` option.

This commit updates the doc to reflect the change.
  • Loading branch information
mandre authored Jan 9, 2024
1 parent 8245f53 commit 35ff405
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ Although the openstack-cloud-controller-manager was initially implemented with N
This option is currently a workaround for the issue https://github.com/kubernetes/ingress-nginx/issues/3996, should be removed or refactored after the Kubernetes [KEP-1860](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1860-kube-proxy-IP-node-binding) is implemented.
* `default-tls-container-ref`
Reference to a tls container. This option works with Octavia, when this option is set then the cloud provider will create an Octavia Listener of type TERMINATED_HTTPS for a TLS Terminated loadbalancer.
Reference to a tls container or secret. This option works with Octavia, when this option is set then the cloud provider will create an Octavia Listener of type TERMINATED_HTTPS for a TLS Terminated loadbalancer.
Format for tls container ref: `https://{keymanager_host}/v1/containers/{uuid}`
Accepted format for tls container ref are `https://{keymanager_host}/v1/containers/{uuid}` and `https://{keymanager_host}/v1/secrets/{uuid}`.
Check `container-store` parameter if you want to disable validation.
* `container-store`
Expand Down

0 comments on commit 35ff405

Please sign in to comment.