Document platform security plugins in kibana.json (#101965)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Larry Gregory 2021-06-14 12:23:28 -04:00 committed by GitHub
parent 970e9a037b
commit adda72edd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 0 deletions

View file

@ -1,5 +1,10 @@
{
"id": "securityOss",
"owner": {
"name": "Platform Security",
"githubTeam": "kibana-security"
},
"description": "This plugin exposes a limited set of security functionality to OSS plugins.",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["security"],

View file

@ -1,5 +1,10 @@
{
"id": "spacesOss",
"owner": {
"name": "Platform Security",
"githubTeam": "kibana-security"
},
"description": "This plugin exposes a limited set of spaces functionality to OSS plugins.",
"version": "kibana",
"server": false,
"ui": true,

View file

@ -1,5 +1,10 @@
{
"id": "encryptedSavedObjects",
"owner": {
"name": "Platform Security",
"githubTeam": "kibana-security"
},
"description": "This plugin provides encryption and decryption utilities for saved objects containing sensitive information.",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "encryptedSavedObjects"],

View file

@ -1,5 +1,10 @@
{
"id": "security",
"owner": {
"name": "Platform Security",
"githubTeam": "kibana-security"
},
"description": "This plugin provides authentication and authorization features, and exposes functionality to understand the capabilities of the currently authenticated user.",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "security"],

View file

@ -1,5 +1,10 @@
{
"id": "spaces",
"owner": {
"name": "Platform Security",
"githubTeam": "kibana-security"
},
"description": "This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories.",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "spaces"],