-
Notifications
You must be signed in to change notification settings - Fork 218
Generate Kubernetes Resource a.k.a. RBAC #1765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Personally, I think the SDK should focus on core functionality (and there's still a bit to do there) and leverage other tools fore additional support. Supporting RBAC/OLM generation at the SDK level would be quite an undertaking because none of the infrastructure needed for it exists. |
what do you mean by this exactly? I see couple of options:
|
I really like Quarkus, but I think it's not ideal that some very useful features require using Quarkus. In an ideal world (and I know that this completely neglects the required effort for this), rbac-generation would be available as an additional dependency, like the crd-generator. This way, it would not be part of the core-SDK, but as a 'plugin'. |
It's also worth noting that some of that functionality could be addressed at the operator-sdk plugin level. |
First we should investigate how complex this would be, since we would need a different approach that is now in Quarkus Operator SDK
The text was updated successfully, but these errors were encountered: