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

Remove relationship create/delete handlers #174

Merged

Commits on Sep 7, 2023

  1. Remove relationship create/delete handlers

    NATS is the interface being used for relationship management
    now. relationshipCreate and relationshipDelete are redundant and also
    hard to make secure, since this part of the API is more of a
    management of the SpiceDB graph itself instead of management of
    resources that are on the SpiceDB graph. This commit removes both of
    them and their respective API routes.
    
    Signed-off-by: John Schaeffer <[email protected]>
    jnschaeffer committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    46115b2 View commit details
    Browse the repository at this point in the history
  2. Remove unused types and functions

    Signed-off-by: John Schaeffer <[email protected]>
    jnschaeffer committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a206de7 View commit details
    Browse the repository at this point in the history