-
Story
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
We currently require the user to provide all operator-roles manually through the `ROSAControlPlane` API.
While the current cluster template makes it possible to generate a cluster manifest providing only a prefix, the operator-roles names are limited to 64 characters, This means the role names should be truncated which is not possible using templates.
We should consider requiring only the prefix through the API, and use that to fetch the operator-roles automatically in the controller.