Skip to content

Commit

Permalink
Merge pull request #3 from emqx/add-privilege-info
Browse files Browse the repository at this point in the history
docs: add extra info about required privileges
  • Loading branch information
thalesmg authored Jul 13, 2023
2 parents 3dfc0db + 9839929 commit 3ba09b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
3. Have an user with a role that has the sufficient privileges on all relevant objects.
- Such role must have:
- `USAGE` on the database.
- `CREATE STREAM` and `USAGE` on the schema.
- `INSERT` on the table(s).
4. Set up a key pair for the user.
- Create a key pair
```sh
Expand Down

0 comments on commit 3ba09b2

Please sign in to comment.