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

Deleting a namespace makes relationships referencing it undeletable #1535

Open
3 of 5 tasks
jonas-jonas opened this issue Jul 2, 2024 · 0 comments
Open
3 of 5 tasks
Labels
bug Something is not working.

Comments

@jonas-jonas
Copy link
Member

Preflight checklist

Ory Network Project

No response

Describe the bug

Deleting a namespace that is referenced in a relationship makes these relationships undeletable.

Reproducing the bug

  1. Create namespace
  2. Create relationship referencing the created namespace
  3. Delete the namespace
  4. Try to delete the relationship
  5. See error

Relevant log output

{
    "error": {
        "code": 404,
        "status": "Not Found",
        "request": "f14273cc-1a37-91f2-b556-80aead24212a",
        "reason": "Unknown namespace with name \"test\".",
        "message": "The requested resource could not be found"
    }
}

Relevant configuration

No response

Version

master

On which operating system are you observing this issue?

Ory Network

In which environment are you deploying?

Ory Network

Additional Context

No response

@jonas-jonas jonas-jonas added the bug Something is not working. label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant