Skip to content

Commit

Permalink
Mention no user and modulePermissions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed May 7, 2019
1 parent 9d5cd89 commit b1b6562
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2749,6 +2749,10 @@ The snippet below is an example of a module that gets `POST /testb` every 5 minu
}
```

Note that the call made by Okapi will call auth-token to get a token
for the tenant this module is enabled for. No user is involved in this.
Use `modulePermissions` to grant permissions for the token.

### Instrumentation

Okapi pushes instrumentation data to a Carbon/Graphite backend, from which
Expand Down

0 comments on commit b1b6562

Please sign in to comment.