Closed joachimweyl closed 1 year ago
same issue when I attempt to create a PostgreSQL container my user is forbidden to access imagestreams
and deploymentconfigs
.
@joachimweyl I'd like to take a look at this with you. Let me know when you're free.
Your user (joachimw@bu.edu
) is bound to the edit
role in the openshift-testing-fc27a77
, and that role definitely has access to both imagestream
and deploymentconfig
resources.
The output of oc project
you posted earlier seems suspicious; you should be using the openshift-testing-fc27a77
project. What if you run this; does it change the behavior?
oc project openshift-testing-fc27a77
Also, can you confirm that your authenticated user is in fact joachimw@bu.edu
by running:
oc whoami
@larsks I slacked you some times that would work for me. I also added you as a manager to my OpenShift project. I also added the output of oc whoami
to the description of this issue.
I was running version 1.x of oc command line tool. updated to 4.10.0-202302072301.p0.gdaed147.assembly.stream-daed147 and now everything is working as expected.
I can create a MySQL service and pods through the UI but not through the CL. Attempted to install mysql
When I try to see the verbose status of my project I have 3 warnings.
When I log into the oc with my token this is what I see, notice I apparently don't even have a default project I can access. I have to manually switch to my default project.
When trying to learn more about my user permissions/access
When I attempt to check my own user
When I log in using the login token command