OpenSearch/x-pack/docs/en/security
Rory Hunter 2bd3a05892
Refactor environment variable processing for Docker (#50221)
Backport of #49612.

The current Docker entrypoint script picks up environment variables and
translates them into -E command line arguments. However, since any tool
executes via `docker exec` doesn't run the entrypoint, it results in
a poorer user experience.

Therefore, refactor the env var handling so that the -E options are
generated in `elasticsearch-env`. These have to be appended to any
existing command arguments, since some CLI tools have subcommands and
-E arguments must come after the subcommand.

Also extract the support for `_FILE` env vars into a separate script, so
that it can be called from more than once place (the behaviour is
idempotent).

Finally, add noop -E handling to CronEvalTool for parity, and support
`-E` in MultiCommand before subcommands.
2019-12-16 15:39:28 +00:00
..
auditing [DOCS] Rename auditing topic. Closes #49012 (#49013) 2019-11-22 14:16:58 -08:00
authentication [DOCS] Merges security overview pages (#49342) 2019-11-19 16:19:02 -08:00
authorization Correct the documentation for create_doc privilege (#49354) 2019-11-29 12:59:16 +11:00
ccs-clients-integrations [DOCS] Removes Beats security page (#49276) 2019-11-19 09:15:30 -08:00
images [7.x][DOCS] Copies security source files from stack-docs (#47534) 2019-10-04 08:19:10 -07:00
reference [DOCS] Merges duplicate pages for file realms (#49200) 2019-11-18 12:02:18 -08:00
securing-communications Refactor environment variable processing for Docker (#50221) 2019-12-16 15:39:28 +00:00
configuring-es.asciidoc [DOCS] Merges duplicate pages for Active Directory realms (#49205) 2019-11-19 13:18:01 -08:00
fips-140-compliance.asciidoc Remove limitation for SAML encryption in FIPS mode (#48948) (#49019) 2019-11-13 12:10:01 +02:00
get-started-builtin-users.asciidoc [7.x][DOCS] Copies security source files from stack-docs (#47534) 2019-10-04 08:19:10 -07:00
get-started-enable-security.asciidoc [7.x][DOCS] Copies security source files from stack-docs (#47534) 2019-10-04 08:19:10 -07:00
get-started-kibana-users.asciidoc [7.x][DOCS] Copies security source files from stack-docs (#47534) 2019-10-04 08:19:10 -07:00
get-started-security.asciidoc [DOCS] Removes Beats security page (#49276) 2019-11-19 09:15:30 -08:00
index.asciidoc [DOCS] Merges security overview pages (#49342) 2019-11-19 16:19:02 -08:00
limitations.asciidoc [7.x][DOCS] Copies security source files from stack-docs (#47534) 2019-10-04 08:19:10 -07:00
overview.asciidoc [DOCS] Merges security overview pages (#49342) 2019-11-19 16:19:02 -08:00
troubleshooting.asciidoc [DOCS] Merges duplicate pages for LDAP realms (#49203) 2019-11-18 14:09:24 -08:00
using-ip-filtering.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) (#46494) 2019-09-09 12:35:50 -04:00