Skip to content

Commit

Permalink
Add security API commands for aggregation view feature test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Oct 19, 2022
1 parent 653c9d4 commit 3e538e8
Show file tree
Hide file tree
Showing 16 changed files with 265 additions and 352 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"securitytenant": ["test"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"cluster_permissions": [
"cluster_all"
],
"index_permissions": [{
"index_patterns": [
"*"
],
"dls": "",
"fls": [],
"masked_fields": [],
"allowed_actions": [
"indices_all"
]
}],
"tenant_permissions": [{
"tenant_patterns": [
"test"
],
"allowed_actions": [
"kibana_all_write"
]
}]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"cluster_permissions": [
"cluster_all"
],
"index_permissions": [{
"index_patterns": [
"*"
],
"dls": "",
"fls": [],
"masked_fields": [],
"allowed_actions": [
"indices_all"
]
}],
"tenant_permissions": [{
"tenant_patterns": [],
"allowed_actions": []
}]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"backend_roles" : [ "kibanauser" ],
"users" : [ "test1", "test2" ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"users" : [ "test1" ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"users" : [ "test2" ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"description": "This test tenant for aggregation view feature testing."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"password": "password"
}
Loading

0 comments on commit 3e538e8

Please sign in to comment.