In https://github.com/aerogear/mobile-developer-console-operator/blob/master/deploy/mobiledeveloper_role.yaml#L67, the resource type is set to `keycloaks`, but is should be `keycloakrealms`.
This is causing the following permission error when logged in as a normal user in MDC and see detail of an app.
{code:javascript} { "kind": "Status", "apiVersion": "v1", "metadata": { }, "status": "Failure", "message": "keycloakrealms.aerogear.org is forbidden: User \"evals01\" cannot list keycloakrealms.aerogear.org in the namespace \"mobile-developer-console\": no RBAC policy matched", "reason": "Forbidden", "details": { "group": "aerogear.org", "kind": "keycloakrealms" }, "code": 403 } {code}
Can not rename existing applications |
|