Skip to content

Commit

Permalink
Update beat/agent doc with missing RBAC rules needed from 8.9.0 (#7161)
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr authored Sep 8, 2023
1 parent 69123fc commit c566638
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/orchestrating-elastic-stack-applications/agent-fleet.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,18 @@ rules:
- get
- create
- update
- apiGroups: ["apps"]
resources:
- replicasets
verbs:
- list
- watch
- apiGroups: ["batch"]
resources:
- jobs
verbs:
- list
- watch
---
apiVersion: v1
kind: ServiceAccount
Expand Down
14 changes: 14 additions & 0 deletions docs/orchestrating-elastic-stack-applications/beat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,20 @@ rules:
- get
- list
- watch
- apiGroups: ["apps"]
resources:
- replicasets
verbs:
- get
- list
- watch
- apiGroups: ["batch"]
resources:
- jobs
verbs:
- get
- list
- watch
----

[id="{p}-beat-deploying-beats-in-secured-clusters"]
Expand Down

0 comments on commit c566638

Please sign in to comment.