Hi, I have configured Openshift Origin (version 18 of May 2016) with an external identoty provider. The user (admin/admin) can be authenticated and I get an openshift token that I can use with the oc client
Example : oc login https://192.168.99.100:8443 --token=g-4GsryPAdD6kttH6JV295xr3exXr46IsKtZjLt0gx4 Logged into "https://192.168.99.100:8443" as "admin" using the token provided. You don't have any projects. You can try to create a new project, by running $ oc new-project <projectname> As we can see, I'm connected and authenticated to the platform but no projects are assigned to the user 'admin' If I try to access the project default or create it, then that fails ./oc project default error: You are not a member of project "default". ./oc new-project default Error from server: project "default" already exists What should I do to get/access the projects ? Regards, Charles
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
