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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
When stopping the secure store container the sigterm/sigkill etc will be passed to the secure store process and will terminate without waiting for the child process (the users app) to exit gracefully.
When stopping the secure store container the sigterm/sigkill etc will be passed to the secure store process and will terminate without waiting for the child process (the users app) to exit gracefully.
secure-store/cmd/secure-store/run/run.go
Line 27 in 3a51a23
Signal handlers should be added to pass the sigterm commands to the child process to allow graceful exit and to avoid data loss in the users app.
The text was updated successfully, but these errors were encountered: