-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing "routes/custom-host" resource in ClusterRole #21
Closed
Comments
Yes, makes sense to me also |
@trumbaut could you please submit a PR with the proposed change? |
@fgiorgetti : I fixed this in trumbaut@ef56c2d but how can I submit it against the Skupper repository? |
@trumbaut you can send the operator PR, of course. |
This was referenced Nov 9, 2023
@fgiorgetti, please check the PR's above. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Skupper allows setting a hostname for routes using the
data:ingress-host
parameter in theskupper-site
ConfigMap. However, currently this doesn't work in OCP (skupper-operator.v1.2.2-74cbf46bbc
) due to missing ClusterRole permissions. As a result, setting thedata:ingress-host
parameter breaks initialising the site with following errors in the site controller pod:To fix this, we simply need to add
routes/custom-host
as a resource for the ClusterRole (https://github.com/skupperproject/skupper-operator/blob/main/bundle/manifests/1.3.0/skupper-operator.v1.3.0.clusterserviceversion.yaml#L68):Let me know if/where I can create a PR for this.
The text was updated successfully, but these errors were encountered: