Skip to content

Commit

Permalink
link to documentation and clarify /main
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartnelson3 committed Oct 14, 2021
1 parent 08863b7 commit 57ca8b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/packages/good/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ icons:
title: system
size: 1000x1000
type: image/svg+xml
# /main is a specific action underneath the monitor privilege. Declaring
# "monitor/main" limits the provided privilege, "monitor", to only the "main"
# action.
elasticsearch.privileges.cluster: [monitor/main]
1 change: 1 addition & 0 deletions versions/1/manifest.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ spec:
additionalProperties: false
properties:
cluster:
# Available cluster privileges are available at https://www.elastic.co/guide/en/elasticsearch/reference/7.x/security-privileges.html#privileges-list-cluster
description: Elasticsearch cluster privilege requirements
type: array
items:
Expand Down

0 comments on commit 57ca8b8

Please sign in to comment.