mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
This change introduces a CLI tool that can be used to create enrollment tokens. It doesn't require credentials, but simply write access to the local filesystem of a node. It uses an auto-generated user in the file-realm with superuser role. For this purpose, this change also introduces a base class for a CLI tool that can be used by any CLI tool needs to perform actions against an ES node as a superuser without requiring credentials from the user. It is worth noting that this doesn't change our existing thread model, because already an actor with write access to the fs of an ES node, can become superuser (again, by adding a superuser to the file realm, albeit manually). |
||
---|---|---|
.. | ||
certgen.asciidoc | ||
certutil.asciidoc | ||
create-enrollment-token.asciidoc | ||
croneval.asciidoc | ||
index.asciidoc | ||
keystore.asciidoc | ||
node-tool.asciidoc | ||
reset-elastic-password.asciidoc | ||
saml-metadata.asciidoc | ||
service-tokens-command.asciidoc | ||
setup-passwords.asciidoc | ||
shard-tool.asciidoc | ||
syskeygen.asciidoc | ||
users-command.asciidoc |