Skip to content

Commit

Permalink
deleting not neccessary synopsis
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 e79cb97 commit fd4349c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/replication/replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ chapters:
index_permissions:
- index_patterns: ["*"]

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

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
allowed_actions: ["indices:data/read/*"]

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

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
response:
status: 200
- synopsis: Create follower role.
path: /_plugins/_security/api/roles/{role}
method: PUT
Expand All @@ -61,8 +59,6 @@ chapters:
index_permissions:
- index_patterns: ["*"]

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

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
allowed_actions: ["indices:data/write/*"]

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

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
response:
status: 200
- synopsis: Map leader role to user.
path: /_plugins/_security/api/rolesmapping/{role}
method: PUT
Expand All @@ -72,8 +68,6 @@ chapters:
payload:
backend_roles: ["admin"]

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

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar

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

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
users: ["admin"]

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

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
response:
status: 200
- synopsis: Map follower role to user.
path: /_plugins/_security/api/rolesmapping/{role}
method: PUT
Expand All @@ -83,8 +77,6 @@ chapters:
payload:
backend_roles: ["admin"]
users: ["admin"]
response:
status: 200
- synopsis: Establish connection.
path: /_cluster/settings
method: PUT
Expand Down

0 comments on commit fd4349c

Please sign in to comment.