Skip to content

Commit

Permalink
trying role mappings
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Nov 9, 2024
1 parent aa70210 commit 7f1ea97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/replication/replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ chapters:
payload:
backend_roles: ["admin", "leader-role", "follower"]

Check failure on line 75 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar

Check failure on line 75 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote

Check failure on line 75 in tests/replication/replica.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
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
Expand Down

0 comments on commit 7f1ea97

Please sign in to comment.