Skip to content

Commit

Permalink
[Doc] authentication_mode doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-sidelnikov committed Jan 16, 2025
1 parent bb89377 commit feee17e
Showing 1 changed file with 8 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

0 comments on commit feee17e

Please sign in to comment.