[Bug]: Role deletion/update fails when role key contains a slash (/) – returns 404
The API should handle URL-encoded role keys (e.g., keys containing /) correctly. When a role key like test/abc/app is encoded as test%2Fabc%2Fapp in the URL, the server should correctly decode and process it.
2 Replies
@Rajat @fabienne
I have try to fix above bug, can you validate the PR?
https://github.com/zitadel/zitadel/pull/9958
GitHub
Fix BUG: Role deletion/update fails when role key contains a slash ...
Which Problems Are Solved
Role deletion or update API returns 404 Not Found when the role key contains a slash (/), even if URL encoded.
This breaks management of hierarchical role keys like admin...
hey @Masum thanks for the PR, I will take this to my engineers :gigilove: