Unauthorized error when project's domain is not default
Bug #1847233 reported by
Niels van Huijstee
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ospurge |
New
|
Undecided
|
Unassigned |
Bug Description
In the main module, you are using connect_as_project using the given project name_or_id from the command line: https:/
You can resolve this by replacing the connect_
To post a comment you must log in.
There's more that needs to be changed, as the role assignment of the admin user on the target project also fails. I've added a quick (and not so beautiful) solution in another patch, which sets the admin cloud's user_id to self.user_id and sets self.project_id with the id from the project munch. Sorry I didn't catch this before.