OpenSearch/x-pack/plugin
Albert Zaharovits 697b2fbe52
Remove implicit index monitor privilege (#37774)
Restricted indices (currently only .security-6 and .security) are special
internal indices that require setting the `allow_restricted_indices` flag
on every index permission that covers them. If this flag is `false`
(default) the permission will not cover these and actions against them
will not be authorized.
However, the monitoring APIs were the only exception to this rule.

This exception is herein forfeited and index monitoring privileges have to be
granted explicitly, using the `allow_restricted_indices` flag on the permission,
as is the case for any other index privilege.
2019-01-29 21:10:03 +02:00
..
ccr Use `CcrRepository` to init follower index (#35719) 2019-01-29 11:47:29 -07:00
core Remove implicit index monitor privilege (#37774) 2019-01-29 21:10:03 +02:00
deprecation Remove obsolete deprecation checks (#37510) 2019-01-18 14:24:34 -07:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Use `CcrRepository` to init follower index (#35719) 2019-01-29 11:47:29 -07:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml ML: ignore unknown fields for JobTaskState (#37982) 2019-01-29 12:51:34 -06:00
monitoring Deprecate xpack.watcher.history.cleaner_service.enabled (#37782) 2019-01-24 15:31:31 -07:00
rollup Switch mapping/aggregations over to java time (#36363) 2019-01-23 10:40:05 +01:00
security Remove implicit index monitor privilege (#37774) 2019-01-29 21:10:03 +02:00
sql Rename security audit.log to _audit.json (#37916) 2019-01-29 14:53:55 +01:00
src/test Use `CcrRepository` to init follower index (#35719) 2019-01-29 11:47:29 -07:00
upgrade Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
watcher Remove test only SearchShardTarget constructor (#37912) 2019-01-29 14:58:11 +01:00
build.gradle Simplify integ test distribution types (#37618) 2019-01-21 12:37:17 -08:00