From 7f1ea97b1fc1e89ef9caad0cf3ad2677c6cd3f84 Mon Sep 17 00:00:00 2001 From: Tokesh Date: Sun, 10 Nov 2024 04:25:17 +0500 Subject: [PATCH] trying role mappings Signed-off-by: Tokesh --- tests/replication/replica.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/replication/replica.yaml b/tests/replication/replica.yaml index b004af21a..9ed27272a 100644 --- a/tests/replication/replica.yaml +++ b/tests/replication/replica.yaml @@ -74,6 +74,9 @@ chapters: payload: backend_roles: ["admin", "leader-role", "follower"] users: ["admin", "leader-role", "follower"] + - synopsis: Getting all role mappings. + path: /_plugins/_security/api/rolesmapping + method: GET - synopsis: Establish connection. path: /_cluster/settings method: PUT