[console_extensions] update security overrides

This commit is contained in:
Jonathan Budzenski 2019-01-28 13:12:01 -06:00
parent e8254d5671
commit 5c0263b35e
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292
8 changed files with 1 additions and 71 deletions

View file

@ -5,7 +5,6 @@
"password": "",
"fullname": "",
"roles": []
},
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html"
}
}
}

View file

@ -1,7 +0,0 @@
{
"xpack.security.authenticate": {
"data_autocomplete_rules": {
"password": ""
}
}
}

View file

@ -1,7 +0,0 @@
{
"xpack.security.change_password": {
"data_autocomplete_rules": {
"password": ""
}
}
}

View file

@ -1,10 +0,0 @@
{
"xpack.security.get_token": {
"data_autocomplete_rules": {
"grant_type": "",
"password": "",
"scope": "",
"username": ""
}
}
}

View file

@ -1,7 +0,0 @@
{
"xpack.security.invalidate_token": {
"data_autocomplete_rules": {
"token": ""
}
}
}

View file

@ -1,17 +0,0 @@
{
"xpack.security.put_role": {
"data_autocomplete_rules": {
"cluster": [],
"indices": [
{
"field_security": {},
"names": [],
"privileges": [],
"query": ""
}
],
"run_as": [],
"metadata": {}
}
}
}

View file

@ -1,10 +0,0 @@
{
"xpack.security.put_role_mapping": {
"data_autocomplete_rules": {
"enabled": true,
"metadata": {},
"roles": [],
"rules": {}
}
}
}

View file

@ -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"
}
}