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

Conversation

jnschaeffer
Copy link
Contributor

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.

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 jnschaeffer requested review from a team as code owners September 7, 2023 19:20
mikemrm
mikemrm previously approved these changes Sep 7, 2023
@jnschaeffer jnschaeffer merged commit ca3f471 into infratographer:main Sep 7, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants