Tags: mtsfoni/construct
Tags
security: clean up secrets dir on SIGINT/SIGTERM and guard .construct… …/.env from git os.Exit bypasses deferred calls, so the signal handler now explicitly removes the secrets temp dir before exiting. secretsDir is also created before dind starts so its path is always in scope for the handler. Adds .construct/.env to .gitignore as a defence against accidental credential commits.