Skip to content

Commit

Permalink
checking current user info
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 334b09d commit 018be31
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: Get current user info.
path: /_plugins/_security/whoami
method: GET
response:
status: 200
payload:
dn: null
is_admin: false
is_node_certificate_request: false
- synopsis: Patch rolesmapping bulk.
path: /_plugins/_security/api/rolesmapping
method: PATCH
Expand Down

0 comments on commit 018be31

Please sign in to comment.