You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make GetTermVersionAction internal
GetTermVersion action has been added to check if cluster state needs to
be updated as a performance improvement on all cluster state checks.
The Authorization systems in the Security Plugin check all actions that
do not start with `internal:` for permissions causing users without
`cluster:monitor/*` permissions to start getting 403 exceptions.
This change signals that this action does not require an authorization
check by any security systems since it cannot be called via REST APIs.
Signed-off-by: Peter Nied <petern@amazon.com>
* Move TermVerson action outside of admin/cluster namespace
Signed-off-by: Peter Nied <petern@amazon.com>
---------
Signed-off-by: Peter Nied <petern@amazon.com>
Copy file name to clipboardexpand all lines: server/src/internalClusterTest/java/org/opensearch/action/support/clustermanager/term/FetchByTermVersionIT.java
Copy file name to clipboardexpand all lines: server/src/test/java/org/opensearch/action/support/clustermanager/TransportClusterManagerTermCheckTests.java
0 commit comments