-
Hello, I'm looking for information regarding the following scenario. kubectl create secret generic secrets-store-creds Still, I wonder what will happen when I create a new secret for this SPN and then I update the secret k8s object. Will the autorotation still works? I mean, it will read the updated SPN's k8s secret everytime for each check againt azure kv? thx!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
that's right! the secret value is read by |
Beta Was this translation helpful? Give feedback.
that's right! the secret value is read by
kubelet
and passed to driver at every mount and autorotation call, so it will always be the latest.