Skip to content

Commit 35ff405

Browse files
authored
[occm] Update docs for default-tls-container-ref (kubernetes#2517)
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.
1 parent 8245f53 commit 35ff405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ Although the openstack-cloud-controller-manager was initially implemented with N
281281
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.
282282
283283
* `default-tls-container-ref`
284-
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.
284+
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.
285285
286-
Format for tls container ref: `https://{keymanager_host}/v1/containers/{uuid}`
286+
Accepted format for tls container ref are `https://{keymanager_host}/v1/containers/{uuid}` and `https://{keymanager_host}/v1/secrets/{uuid}`.
287287
Check `container-store` parameter if you want to disable validation.
288288
289289
* `container-store`

0 commit comments

Comments
 (0)