You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/main' into synthetics-params
* origin/main: (23 commits)
Regenerate Kibana client (elastic#1189)
Addressing feedback on elastic#1178 (elastic#1180)
Bump github.com/getkin/kin-openapi from 0.127.0 to 0.131.0 (elastic#1190)
Remove explicit misspell (elastic#1182)
Move tools to go.mod managed tools (elastic#1185)
fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.22.0 (elastic#1188)
Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 in /tools (elastic#1187)
Migrate the System User resource to the plugin framework. (elastic#1154)
Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /tools (elastic#1184)
Bump golang.org/x/net from 0.36.0 to 0.38.0 in /libs/go-kibana-rest (elastic#1183)
chore(deps): update golang:1.24.4 docker digest to 20a022e (elastic#1177)
Bump github.com/getkin/kin-openapi from 0.127.0 to 0.131.0 in /tools (elastic#1181)
Add basic docs around the current kbapi generation (elastic#1178)
chore(deps): update module github.com/golangci/golangci-lint to v2.2.1 (elastic#1176)
chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.0.3 (elastic#1170)
chore(deps): update docker.elastic.co/kibana/kibana docker tag to v9.0.3 (elastic#1171)
chore(deps): update dependency go to v1.24.4 (elastic#1159)
fix(deps): update module github.com/elastic/go-elasticsearch/v8 to v8.18.1 (elastic#1168)
chore(deps): update golang docker tag to v1.24.4 (elastic#1161)
fix(deps): update module github.com/goreleaser/goreleaser/v2 to v2.10.2 (elastic#1162)
...
-`elasticsearch_connection` (Block List, Max: 1, Deprecated) Elasticsearch connection configuration block. This property will be removed in a future provider version. Configure the Elasticsearch connection via the provider configuration instead. (see [below for nested schema](#nestedblock--elasticsearch_connection))
44
+
-`elasticsearch_connection` (Block List, Deprecated) Elasticsearch connection configuration block. (see [below for nested schema](#nestedblock--elasticsearch_connection))
45
45
-`enabled` (Boolean) Specifies whether the user is enabled. The default value is true.
46
-
-`password` (String, Sensitive) The user’s password. Passwords must be at least 6 characters long.
47
-
-`password_hash` (String, Sensitive) A hash of the user’s password. This must be produced using the same hashing algorithm as has been configured for password storage (see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html#hashing-settings).
46
+
-`password` (String, Sensitive) The user's password. Passwords must be at least 6 characters long.
47
+
-`password_hash` (String, Sensitive) A hash of the user's password. This must be produced using the same hashing algorithm as has been configured for password storage (see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html#hashing-settings).
0 commit comments