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
Migrate the System User resource to the plugin framework. (elastic#1154)
* Migrate system user to plugin fw
* Move the resource to it's own package
* Add missing conflict validators
* Add missing elasticsearch connection block
make docs-generate
* Use elasticsearch_connection when provided
* Don't keep this one comment though
* Add acctest to cover sdk->pf migration
* Update system user client funcs to use fw diags
* Address PR feedback
* Changelog
-`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