Commit Graph

2 Commits

Author SHA1 Message Date
Yang Wang 221c31be3c
[Test] Bump password length to meet FIPS requirement (#74662)
Resolves: #74641
2021-06-29 22:23:04 +10:00
Jay Modi d4afd6a216
Protect newly introduced system indices fully (#74186)
This change updates the way we handle net new system indices, which are
those that have been newly introduced and do not require any BWC
guarantees around non-system access. These indices will not be included
in wildcard expansions for user searches and operations. Direct access
to these indices will also not be allowed for user searches.

The first index of this type is the GeoIp index, which this change sets
the new flag on.

Closes #72572
2021-06-24 14:13:57 -04:00