You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am noticing a potential problem. If a config map (or secret) is deleted before the actual resource gets deleted, the deletion of the resource fails, because it cannot get the required credentials to execute.
How is this typically solved in k8s? One way would be to capture the credentials used at creation time as part of the status of the resource. But is this a secure approach?
I am noticing a potential problem. If a config map (or secret) is deleted before the actual resource gets deleted, the deletion of the resource fails, because it cannot get the required credentials to execute.
How is this typically solved in k8s? One way would be to capture the credentials used at creation time as part of the status of the resource. But is this a secure approach?
@HenryWelborn @AnbazhaganMani
The text was updated successfully, but these errors were encountered: