mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[console_extensions] update security overrides
This commit is contained in:
parent
e8254d5671
commit
5c0263b35e
8 changed files with 1 additions and 71 deletions
|
@ -5,7 +5,6 @@
|
|||
"password": "",
|
||||
"fullname": "",
|
||||
"roles": []
|
||||
},
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"xpack.security.authenticate": {
|
||||
"data_autocomplete_rules": {
|
||||
"password": ""
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"xpack.security.change_password": {
|
||||
"data_autocomplete_rules": {
|
||||
"password": ""
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"xpack.security.get_token": {
|
||||
"data_autocomplete_rules": {
|
||||
"grant_type": "",
|
||||
"password": "",
|
||||
"scope": "",
|
||||
"username": ""
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"xpack.security.invalidate_token": {
|
||||
"data_autocomplete_rules": {
|
||||
"token": ""
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"xpack.security.put_role": {
|
||||
"data_autocomplete_rules": {
|
||||
"cluster": [],
|
||||
"indices": [
|
||||
{
|
||||
"field_security": {},
|
||||
"names": [],
|
||||
"privileges": [],
|
||||
"query": ""
|
||||
}
|
||||
],
|
||||
"run_as": [],
|
||||
"metadata": {}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"xpack.security.put_role_mapping": {
|
||||
"data_autocomplete_rules": {
|
||||
"enabled": true,
|
||||
"metadata": {},
|
||||
"roles": [],
|
||||
"rules": {}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"xpack.security.put_user": {
|
||||
"data_autocomplete_rules": {
|
||||
"metadata": {},
|
||||
"password": "",
|
||||
"fullname": "",
|
||||
"roles": []
|
||||
},
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue