- Notifications
You must be signed in to change notification settings - Fork915
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Actual result: an error form with the below messages
This is 'fixable' by allocating the 'Organization User Admin' to user2. We don't document this Role in the docs pages, can somebody confirm what is the appropriate 'Coder way' to enable a user, and how/why adding ALL permissions (except three dormant ones that cannot be added to a Custom role) does still not allow the new Role privileges to read the org users?
Relevant Log Output
"user" must be an existing uuid or usernamequeried user="user1"
Expected Behavior
Expected result: user2 is able to see the details of workspace1 and navigate to all coder apps defined in workspace1
Steps to Reproduce
- Have user1 with the role of Member create a workspace (let's say workspace1)
- Create a role "Support" and give the role all available permissions (in the end we want to scope this down to the must have permissions for accessing someone else's workspace - but for simplicity sake let's just assign everything)
- Assign the Support role to user2
- user2 lists all workspaces in the environment and clicks on workspace1
Environment
- Host OS:
- Coder version:
Additional Context
No response