Skip to content

Commit

Permalink
fix: docs (#768)
Browse files Browse the repository at this point in the history
* fix: gateway and sensor service name

* docs: update service account wiki
  • Loading branch information
VaibhavPage authored Jul 24, 2020
1 parent 4763820 commit fa85a96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/tutorials/09-service-account.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## Service Account for EventSources

Most of the event-sources can be run with a service account with no roles associated, expect the ones which require
access to secrets to read auth related configuration. Make sure to grant `get` and `list` permission for secrets to the service account used in
such event-sources.

For `Resource` event-source, you need to associate the `get`, `list` and `watch` permissions for the resource being watched, and assign that role to the service account.
Most of the event-sources can be run with a service account with no roles associated, expect `Resource` event-source.
You need to associate the `get`, `list` and `watch` permissions for the resource being watched, and assign that role to the service account.

## Service Account for Triggers

Expand Down

0 comments on commit fa85a96

Please sign in to comment.