Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] authentication_mode doc update #2788

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/resources/cce_cluster_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,14 @@ The following arguments are supported:

* `eni_subnet_cidr` - (Optional) Specifies the ENI network segment. Specified when creating a CCE Turbo cluster. Changing this parameter will create a new cluster resource.

* `authentication_mode` - (Optional) Authentication mode of the cluster, possible values are `rbac` and `authenticating_proxy`.
Defaults to `rbac`. Changing this parameter will create a new cluster resource.
* `authentication_mode` - (Optional) Cluster authentication mode.
* Clusters of Kubernetes v1.11 and earlier
Possible values: `x509`, `rbac`, and `authenticating_proxy`
* Clusters of Kubernetes v1.13 and later
Possible values: `rbac` and `authenticating_proxy`

Default value: `x509`
Changing this parameter will create a new cluster resource.

* `authenticating_proxy_ca` - (Optional) CA root certificate provided in the `authenticating_proxy` mode.
Deprecated, use `authenticating_proxy` instead.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
other:
- |
**[CCE]** Update ``authentication_mode`` description in ``resource/opentelekomcloud_cce_cluster_v3`` documentation (`#2788 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2788>`_)
Loading