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
Describe the bug
For an app I deployed in EKS, I am mounting a ssm parameter as a file and I activated the autorotate feature provided in https://secrets-store-csi-driver.sigs.k8s.io/topics/secret-auto-rotation to miror the changes I do in the ssm console. the mounted file seems to work and changes seems to be reflected and visible by printing the text file inside the docker image. However, in order to automatize and react on file changes I am trying to use the inotifywait -e modify /path/to/file for that. but this latter command seems to return before any changes occurs. are we aware of any shortcoming of the csi driver that would not enable the ionotifywait command to work properly
To Reproduce
mount a ssm file parameter as a text in a eks pod (simple ubuntu for example)
use the inotifywait -e modify /path/to/file
Do you also notice this bug when using a different secrets store provider (Vault/Azure/GCP...)? No
If yes, the issue is likely with the k8s Secrets Store CSI driver, not the AWS provider. Open an issue in that repo.
Expected behavior
the command 2) above should return only when the file is really changed
Environment:
ubuntu docker
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
For an app I deployed in EKS, I am mounting a ssm parameter as a file and I activated the autorotate feature provided in https://secrets-store-csi-driver.sigs.k8s.io/topics/secret-auto-rotation to miror the changes I do in the ssm console. the mounted file seems to work and changes seems to be reflected and visible by printing the text file inside the docker image. However, in order to automatize and react on file changes I am trying to use the
inotifywait -e modify /path/to/file
for that. but this latter command seems to return before any changes occurs. are we aware of any shortcoming of the csi driver that would not enable the ionotifywait command to work properlyTo Reproduce
inotifywait -e modify /path/to/file
Do you also notice this bug when using a different secrets store provider (Vault/Azure/GCP...)? No
If yes, the issue is likely with the k8s Secrets Store CSI driver, not the AWS provider. Open an issue in that repo.
Expected behavior
the command 2) above should return only when the file is really changed
Environment:
ubuntu docker
Additional context
N/A
The text was updated successfully, but these errors were encountered: