-
Notifications
You must be signed in to change notification settings - Fork 70
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
Question: Is it possible to create objects in openshift namespace? #312
Comments
I think the primary hurdle that you will face is that the APB service account is using a My understanding is that the work on namespaced brokers in the service-catalog is meant to, in the future, support APBs of this kind. However, I am not aware of support from the broker to use As a workaround, your APB could accept credentials as parameters. Then, in your APB you could simply authenticate with the cluster using those credentials and proceed with administrator permissions. |
An example:
Then in your playbooks/roles
And then you can try out with this from the command line (if you need to):
|
@ruromero thanks. That might be a workaround in my case. |
I never got to work the following task:
When providing a token I get:
Same results, when having username and password. |
Quite a simple question: in my APB I need to create imageStreams and buildConfigs in OpenShift namespace. I failed to find any docs on how to grant APB service account admin privileges.
Currently I see this:
Is there any way to grant
system:serviceaccount:localregistry-test-prov-h8tmm:bundle-xxx
cluster-admin role?The text was updated successfully, but these errors were encountered: