Skip to content

Commit 08b9042

Browse files
authored
Update es_client_authentication description (elastic#982)
* Update es_client_auth description * docs-generate
1 parent a6131cd commit 08b9042

25 files changed

+26
-26
lines changed

docs/data-sources/elasticsearch_index_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Optional:
6060
- `cert_data` (String) PEM encoded certificate for client auth
6161
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
6262
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
63-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
63+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
6464
- `insecure` (Boolean) Disable TLS certificate validation
6565
- `key_data` (String, Sensitive) PEM encoded private key for client auth
6666
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/data-sources/elasticsearch_security_role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Optional:
6161
- `cert_data` (String) PEM encoded certificate for client auth
6262
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
6363
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
64-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
64+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
6565
- `insecure` (Boolean) Disable TLS certificate validation
6666
- `key_data` (String, Sensitive) PEM encoded private key for client auth
6767
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/data-sources/elasticsearch_security_role_mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Optional:
5858
- `cert_data` (String) PEM encoded certificate for client auth
5959
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
6060
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
61-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
61+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
6262
- `insecure` (Boolean) Disable TLS certificate validation
6363
- `key_data` (String, Sensitive) PEM encoded private key for client auth
6464
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/data-sources/elasticsearch_security_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Optional:
5858
- `cert_data` (String) PEM encoded certificate for client auth
5959
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
6060
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
61-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
61+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
6262
- `insecure` (Boolean) Disable TLS certificate validation
6363
- `key_data` (String, Sensitive) PEM encoded private key for client auth
6464
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/data-sources/elasticsearch_snapshot_repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Optional:
8686
- `cert_data` (String) PEM encoded certificate for client auth
8787
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
8888
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
89-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
89+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
9090
- `insecure` (Boolean) Disable TLS certificate validation
9191
- `key_data` (String, Sensitive) PEM encoded private key for client auth
9292
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Optional:
158158
- `cert_data` (String) PEM encoded certificate for client auth
159159
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
160160
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
161-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
161+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
162162
- `insecure` (Boolean) Disable TLS certificate validation
163163
- `key_data` (String, Sensitive) PEM encoded private key for client auth
164164
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/resources/elasticsearch_cluster_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Optional:
7171
- `cert_data` (String) PEM encoded certificate for client auth
7272
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
7373
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
74-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
74+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
7575
- `insecure` (Boolean) Disable TLS certificate validation
7676
- `key_data` (String, Sensitive) PEM encoded private key for client auth
7777
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/resources/elasticsearch_component_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Optional:
9696
- `cert_data` (String) PEM encoded certificate for client auth
9797
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
9898
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
99-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
99+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
100100
- `insecure` (Boolean) Disable TLS certificate validation
101101
- `key_data` (String, Sensitive) PEM encoded private key for client auth
102102
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/resources/elasticsearch_data_stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Optional:
102102
- `cert_data` (String) PEM encoded certificate for client auth
103103
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
104104
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
105-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
105+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
106106
- `insecure` (Boolean) Disable TLS certificate validation
107107
- `key_data` (String, Sensitive) PEM encoded private key for client auth
108108
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

docs/resources/elasticsearch_data_stream_lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Optional:
9393
- `cert_data` (String) PEM encoded certificate for client auth
9494
- `cert_file` (String) Path to a file containing the PEM encoded certificate for client auth
9595
- `endpoints` (List of String, Sensitive) A list of endpoints where the terraform provider will point to, this must include the http(s) schema and port number.
96-
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the bearer token
96+
- `es_client_authentication` (String, Sensitive) ES Client Authentication field to be used with the JWT token
9797
- `insecure` (Boolean) Disable TLS certificate validation
9898
- `key_data` (String, Sensitive) PEM encoded private key for client auth
9999
- `key_file` (String) Path to a file containing the PEM encoded private key for client auth

0 commit comments

Comments
 (0)