OpenSearch/x-pack/docs/en/security
Luca Cavanna 00a6ad0e9e
Remove aliases resolution limitations when security is enabled (#31952)
Resolving wildcards in aliases expression is challenging as we may end
up with no aliases to replace the original expression with, but if we
replace with an empty array that means _all which is quite the opposite.
Now that we support and serialize the original requested aliases,
whenever aliases are replaced we will be able to know what was
initially requested. `MetaData#findAliases` can then be updated to not
return anything in case it gets empty aliases, but the original aliases
were not empty. That means that empty aliases are interpreted as _all
only if they were originally requested that way.

Relates to #31516
2018-07-20 09:23:32 +02:00
..
auditing [DOCS] Replace CONFIG_DIR with ES_PATH_CONF (#31635) 2018-06-28 08:27:04 -07:00
authentication [DOCS] Replace CONFIG_DIR with ES_PATH_CONF (#31635) 2018-06-28 08:27:04 -07:00
authorization [DOCS] Replace CONFIG_DIR with ES_PATH_CONF (#31635) 2018-06-28 08:27:04 -07:00
ccs-clients-integrations [DOCS] Fixes kibana security file location 2018-05-30 07:47:20 -07:00
images Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
reference [DOCS] Replace CONFIG_DIR with ES_PATH_CONF (#31635) 2018-06-28 08:27:04 -07:00
securing-communications [DOCS] Update TLS on Docker for 6.3 (#32114) 2018-07-18 17:07:31 +10:00
ccs-clients-integrations.asciidoc [DOCS] Fix more edit URLs in Stack Overview (#30704) 2018-05-23 09:37:55 -07:00
configuring-es.asciidoc [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
limitations.asciidoc Remove aliases resolution limitations when security is enabled (#31952) 2018-07-20 09:23:32 +02:00
reference.asciidoc [DOCS] Fix more edit URLs in Stack Overview (#30704) 2018-05-23 09:37:55 -07:00
securing-communications.asciidoc [DOCS] Fix more edit URLs in Stack Overview (#30704) 2018-05-23 09:37:55 -07:00
troubleshooting.asciidoc [DOCS] Replace CONFIG_DIR with ES_PATH_CONF (#31635) 2018-06-28 08:27:04 -07:00
using-ip-filtering.asciidoc [DOCS] Fixes title capitalization in security content 2018-05-14 15:36:03 -07:00