You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/02/11 17:32:06 UTC

[GitHub] [camel-k] astefanutti opened a new pull request #2027: chore(RBAC): Symmetrical RBAC setup between OLM and CLI

astefanutti opened a new pull request #2027:
URL: https://github.com/apache/camel-k/pull/2027


   This PR aligns the RBAC Roles and ClusterRoles created when the operator is deployed, either from OLM or the Kamel CLI:
   * Aggregated roles are installed automatically by OLM: https://github.com/operator-framework/olm-docs/blob/15cf01d3550e3ffc6861f9ade373081809276822/content/en/docs/Concepts/crds/operatorgroup.md#rbac, so this PR moves their creation from the operator to the Kamel CLI
   * The operator ClusterRole is now installed from the Kamel CLI, symmetrically with the OLM cluster permissions defined in the CSV
   * The above enables the OpenShift ConsoleCLIDownload resource to be only created by the operator, and not twice from the CLI.
   
   Symmetrical setup between OLM and CLI enables installation from resources: #1979.
   
   **Release Note**
   ```release-note
   NONE
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti merged pull request #2027: chore(RBAC): Symmetrical RBAC setup between OLM and CLI

Posted by GitBox <gi...@apache.org>.
astefanutti merged pull request #2027:
URL: https://github.com/apache/camel-k/pull/2027


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org