Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make guardian multi-tenant using postgres RLS #389

Merged
merged 2 commits into from
Sep 3, 2023
Merged

Commits on Aug 30, 2023

  1. feat: adding multi-tenancy in the application

    - using namespace_id in the database to shard different tenants
    - default namespace id will be a nil id, this will ensure if this
    app is not used in multi-tenant envs, it still works as usual
    
    Signed-off-by: Kush Sharma <[email protected]>
    kushsharma committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    59b7c5a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. fixed postgres repositories to use namespace id

    Signed-off-by: Kush Sharma <[email protected]>
    kushsharma committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1446951 View commit details
    Browse the repository at this point in the history