Skip to content

Commit

Permalink
docs: Include note on revoked privileges (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Mar 14, 2024
1 parent 38bab63 commit 8dff598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how-to/how-to-generate-a-secret.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How to generating a secret
# How to generate a secret

## Process
1. Generate a new secret using a random password generator, such as 1Password
Expand Down
2 changes: 2 additions & 0 deletions doc/how-to/how-to-grant-metabase-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ When adding a new view, you will need to grant the `metabase_read_only` role `SE
```sql
GRANT SELECT ON public.YOUR_NEW_VIEW TO metabase_read_only;
```

⚠️ Please note - when views are dropped and re-created, associated privileges are revoked. Be sure to re-grant `SELECT` permissions when updating views via Hasura migrations.

0 comments on commit 8dff598

Please sign in to comment.