Hi, How do we setup a permission for any team with specific role? I am trying to do this on a document level security:
team:any/shipments-read
but it is not working.
As a test, I created another team with id: any (I already removed it) just to validate it, I was expecting to get an error because "any" keyword is supposed to be a wildcard, but I was able to create it, so this makes me wonder the usage for this permission.
this is one team with shipments-read role
I think it’s only a wildcard if it’s just ”any”
? Not a team called “any”
let me try that
didn't work
the "any" team, was already removed, that was an extra validation, I was expecting to have an error, but I was able to create a team with that Id (any)
this one is not working neither: team/shipments-read
You’re missing the team:
here
I already tried with team:, please see my first screenshot in first post
Oh, I see - were you expecting to be able to say “this role in any team”?
correct
No, as far as I’m aware,that’s not currently supported
ok, I will try to do it in other way, I will think about it, thanks for your help
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- Is there way to copy project (backup/res...
I think there is betterr way of fast back up / restore specified project
- Database setup
Hi everybody, I'm new to AppWrite and I need some help designing a database. I'm trying to set up a database where: 1. There are USERS 2. A USER can create an ...