ServiceAccount reconcile logic leads to authentication problems #428
Labels
enhancement
Adding additional functionality or improvements
stale
Marked as stale by stalebot
triage
This bug needs triage
From #417 (comment)
TL:DR When a SA has to be updated the current logic is to delete the old one and create a new sa with the desired configuration
Each time the SA is marked as changed it needs to be reconciled: add/delete new secrets on the rbd, restore default conf after a manual editing of the object, etc. This leads to some problems when using serviceaccount identity. Currently I have located 2 cases where this is a problem:
IMHO this behaviour should be changed so the rbac-manager edit the existing SA when possible instead of recreating it.
The text was updated successfully, but these errors were encountered: