-
Task
-
Resolution: Done
-
Major
-
1.3.0
Need to add the following to the 1.3 RNs known issues (ENTMQMAAS-1469):
(From Ulf)
When installing via OLM, some permissions required for AMQ Online to function are missing.
To resolve:
Save the following to a file (permissions.yaml) and modify
-f permissions.yaml:
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
labels:
app: enmasse
name: enmasse.io:configmap-finalizer
rules:
- apiGroups: [ "" ]
resources: [ "configmaps/finalizers" ]
verbs: [ "create", "update", "patch", "get", "list", "watch", "delete" ]
—
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: "configmap-finalizer"
labels:
app: enmasse
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: enmasse.io:configmap-finalizer
subjects: - kind: Group
name: system:serviceaccounts: {ProductNamespace}