Skip to content
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

support kubectl auth reconcile like apply #784

Open
sebhoss opened this issue Oct 10, 2024 · 0 comments
Open

support kubectl auth reconcile like apply #784

sebhoss opened this issue Oct 10, 2024 · 0 comments
Labels
type/enhancement New feature or request

Comments

@sebhoss
Copy link

sebhoss commented Oct 10, 2024

SUMMARY

https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_reconcile/#synopsis says that kubectl auth reconcile is preferred to 'apply' for RBAC resources so that semantically-aware merging of rules and subjects is done.

It would be nice if the kubernetes.core.k8s (or a new one) allows to apply RBAC objects with the same logic as kubectl auth reconcile.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

k8s

ADDITIONAL INFORMATION

Depending on whether this is implemented in the existing k8s module or a new one, I would expect to handle all RBAC objects with either something like reconcile: true (in the existing k8s module) or use a complete new module that specifically handles RBAC objects only (maybe kubernetes.core.k8s_reconcile?)

@abikouo abikouo added the type/enhancement New feature or request label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants