Skip to content

Commit

Permalink
Grant rights as admin via sso mode (#28)
Browse files Browse the repository at this point in the history
* Grant rights as admin via sso mode

* simplify RBAC
  • Loading branch information
enys authored Aug 9, 2024
1 parent d6e620d commit a56ef6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/memgraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ memgraph:
init-file.cypherl: |-
CREATE ROLE IF NOT EXISTS memadmin;
GRANT ALL PRIVILEGES TO memadmin;
GRANT CREATE_DELETE ON LABELS * TO memadmin;
GRANT CREATE_DELETE ON EDGE_TYPES * TO memadmin;
dataset:
Expand Down

0 comments on commit a56ef6b

Please sign in to comment.