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

Use CRDB instead of SpiceDB for getting role resource #280

Merged

Commits on Aug 22, 2024

  1. Use CRDB instead of SpiceDB for getting role resource

    Roles created with no actions are not able to be retrieved or deleted
    in permissions-api as a result of fetching the role's resource ID from
    SpiceDB rather than CRDB. This commit updates the storage engine to
    use CRDB instead.
    
    Signed-off-by: John Schaeffer <[email protected]>
    jnschaeffer committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    43fc679 View commit details
    Browse the repository at this point in the history