-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osadm policy remove-user doesn't have any effect #2785
Comments
Please include the output from
|
wondering if step 4 didn't specify the correct project to remove joe from |
At what point in the process? Here is the output after removing joe:
|
and you ran |
Step 4 was performed as alice when she was logged into and using the project in question. I ran |
If I have to specify "-n demo" then it appears that "osadm policy remove-user" doesn't behave like other tools in that:
|
Or, worse, it did something somewhere else and didn't tell me what it was doing. |
Output of |
|
As what user in what namespace? |
whereever you you tried to do the |
It does use your current namespace, I just wanted to make sure you were operating on the project you thought you were. I agree that policy commands should be explicit about what happened in response to your command ("Role admin added to user foo in project baz", "User joe removed from project baz", "User joe does not have any roles in project baz", etc) |
The last one is alice's and was how the remove was run. |
make another issue about this path
|
I'm betting you don't have e2529e6 |
That bug prevented remove-users from actually removing users (yes, that sounds ridiculous). I'll fix up output so @liggitt can complain about my messages. |
+1 |
@sdodson looks like we need a particular commit (see #2785 (comment) ) |
Steps to recreate:
joe can still view and edit
I would expect that after joe is removed he should have no permissions on the project.
The text was updated successfully, but these errors were encountered: