Skip to content

Commit

Permalink
adding getting users and user detail
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Aug 15, 2024
1 parent bd92a0c commit 7803383
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/replication/replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ epilogues:
method: DELETE
status: [200, 404]
chapters:
- synopsis: Check role mapping.
path: /_plugins/_security/api/rolesmapping/admin
- synopsis: Get user bulk.
path: /_plugins/_security/api/user
method: GET
- synopsis: Get user.
path: /_plugins/_security/api/user/{username}
method: GET
parameters:
username: admin
- synopsis: Establish connection.
path: /_cluster/settings
method: PUT
Expand Down

0 comments on commit 7803383

Please sign in to comment.