Skip to content

Commit

Permalink
adding admin to rolemapping
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Aug 14, 2024
1 parent 8c6ec73 commit 334b09d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/replication/replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ epilogues:
method: DELETE
status: [200, 404]
chapters:
- synopsis: Patch rolesmapping bulk.
path: /_plugins/_security/api/rolesmapping
method: PATCH
request:
payload:
- op: add
path: /all_access
value:
users: [admin]
- synopsis: Establish connection.
path: /_cluster/settings
method: PUT
Expand Down

0 comments on commit 334b09d

Please sign in to comment.