Does Ory Network have subject set rewrites or is i...
# ory-network
h
Does Ory Network have subject set rewrites or is it unimplemented for Self-Hosted and Cloud?
m
Hello, it is the same for self-hosted Ory Keto and Ory Permissions. AFAIK it is implemented Is that correct @steep-lamp-91158 ?
s
yes
h
So, if I create a role that wants to inherit another role, I can do so like this? user role
Copy code
namespace:"*"#LIST@(authz:{group_uuid}#user)
namespace:{obj_uuid}#GET@(authz:{group_uuid}#user)
admin role inherits user role
Copy code
authz:{group_uuid}#user@(authz:{group_uuid}#admin)
s
and you'd nee the corresponding rewrites
h
Let me take a look.
I found an example for rewrites, but it says it isn't supported yet: https://www.ory.sh/docs/keto/guides/expand-api-display-who-has-access
Copy code
// the following tuples are defined implicitly through subject set rewrites (not supported yet)