Skip to content

Commit

Permalink
[Doc] authentication_mode doc update (#2788)
Browse files Browse the repository at this point in the history
[Doc] authentication_mode doc update

Summary of the Pull Request
Updating doc regarding latest changes for authentication_mode attribute
PR Checklist

 Refers to: #2784
 Tests added/passed.
 Documentation updated.
 Schema updated.
 Release notes added.

Reviewed-by: Artem Lifshits
  • Loading branch information
anton-sidelnikov authored Jan 16, 2025
1 parent bb89377 commit 3a8a0b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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>`_)

0 comments on commit 3a8a0b0

Please sign in to comment.