You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue I'm not sure is due to a bug in my CSV or an inconsistency in the CSV format. Basically my api service resource is defined like this:
- containerPort: 8443
deploymentName: api-server
description: A group of messaging addresses that can be accessed via the same
endpoint
displayName: Address Space
group: enmasse.io
kind: AddressSpace
name: addressspaces.enmasse.io
Notice the name has the group id at the end, which is the same as for CRDs. However, the generated clusterrole looks like this:
I'm facing an issue I'm not sure is due to a bug in my CSV or an inconsistency in the CSV format. Basically my api service resource is defined like this:
Notice the
name
has the group id at the end, which is the same as for CRDs. However, the generated clusterrole looks like this:As you can see the 'resources' contains the group id here as well, which prevents RBAC from working.
I will try to remove the group id for the
name
of the apiservice objects, which I expect will fix the issue. It would be good if:The text was updated successfully, but these errors were encountered: