OpenSearch/x-pack/qa/rolling-upgrade
Albert Zaharovits 990be1f806
Security Tokens moved to a new separate index (#40742)
This commit introduces the `.security-tokens` and `.security-tokens-7`
alias-index pair. Because index snapshotting is at the index level granularity
(ie you cannot snapshot a subset of an index) snapshoting .`security` had
the undesirable effect of storing ephemeral security tokens. The changes
herein address this issue by moving tokens "seamlessly" (without user
intervention) to another index, so that a "Security Backup" (ie snapshot of
`.security`) would not be bloated by ephemeral data.
2019-05-01 14:53:56 +03:00
..
src/test Security Tokens moved to a new separate index (#40742) 2019-05-01 14:53:56 +03:00
build.gradle Security Tokens moved to a new separate index (#40742) 2019-05-01 14:53:56 +03:00