Skip to content
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

service catalog does not have enough access to run #3

Closed
0xmichalis opened this issue Jun 25, 2018 · 3 comments · Fixed by #7
Closed

service catalog does not have enough access to run #3

0xmichalis opened this issue Jun 25, 2018 · 3 comments · Fixed by #7

Comments

@0xmichalis
Copy link
Contributor

I0625 13:48:41.747136       1 feature_gate.go:190] feature gates: map[OriginatingIdentity:true]
I0625 13:48:41.747270       1 hyperkube.go:192] Service Catalog version v3.10.0-rc.0+8d6748f-dirty (built 2018-06-23T19:27:11Z)
W0625 13:48:42.314600       1 authentication.go:232] Unable to get configmap/extension-apiserver-authentication in kube-system.  Usually fixed by 'kubectl create rolebinding -n kube-system ROLE_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA'
Error: configmaps "extension-apiserver-authentication" is forbidden: User "system:serviceaccount:hcp:default" cannot get configmaps in the namespace "kube-system": User "system:serviceaccount:hcp:default" cannot get configmaps in project "kube-system"
@0xmichalis
Copy link
Contributor Author

We need to duplicate configmap extension-apiserver-authentication in both the hcp and the ccp. :/

@jim-minter

@jim-minter
Copy link
Contributor

I was thinking we might be able to make it work whereby the HCP SC crashlooped until the addon manager added extension-apiserver-authentication.

@0xmichalis
Copy link
Contributor Author

Ah, we probably want to disable mounting the default service account token and mount a kubeconfig that can make the service catalog talk to the ccp.

openshift-merge-robot pushed a commit that referenced this issue Jul 24, 2019
…p-tests

Review gabors remove realrp tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants