OpenSearch/x-pack/plugin/security
Gordon Brown ff9b8bda63
Implement hidden aliases (#52547)
This commit introduces hidden aliases. These are similar to hidden
indices, in that they are not visible by default, unless explicitly
specified by name or by indicating that hidden indices/aliases are
desired.

The new alias property, `is_hidden` is implemented similarly to
`is_write_index`, except that it must be consistent across all indices
with a given alias - that is, all indices with a given alias must
specify the alias as either hidden, or all specify it as non-hidden,
either explicitly or by omitting the `is_hidden` property.
2020-03-06 16:02:38 -07:00
..
cli Update BouncyCastle to 1.64 (#52185) (#52464) 2020-02-18 14:11:34 +02:00
forbidden Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00
licenses Update oauth2-oidc-sdk to 7.0 (#52489) (#52806) 2020-02-26 16:02:10 +02:00
qa [7.x] Smarter copying of the rest specs and tests (#52114) (#52798) 2020-02-26 08:13:41 -06:00
src Implement hidden aliases (#52547) 2020-03-06 16:02:38 -07:00
build.gradle Update commons-collections test dependency to 3.2.2 (#52808) (#52817) 2020-02-26 17:03:45 +02:00