I'm having trouble changing a user from a viewer r...
# dagster-plus
z
I'm having trouble changing a user from a viewer role to an editor role (or any other role) for any deployments. oddly I was able to grant a user Editor access to a code location with a deployment, even though they only have Viewer permissions on that deployment. here's the error I'm getting:
Copy code
Operation name: UpdateUserDeploymentGrantMutation

Message: Internal Server Error (Trace ID: 6739088964471951154)

Path: ["createOrUpdateUserPermissions"]

Locations: [{"line":2,"column":3}]
d
Hi Zach - I’ll look into the error here later today. Being able to give a Viewer Editor access for a single code location sounds like expected behavior to me though, is that different than what you were expecting?
z
hmm I guess that does make sense when I reflect on it a little more. kind of a way to limit which code locations a user can access.