Srdjan Grubor
Srdjan Grubor
### What does this PR do? Improvements/fixes for `retry_file_dump`: - Fixes outdated info in README - Fixes `TODO` linter rule exclusion - `go mod tidy` run - Adds protobuf files...
## Is your feature request related to a problem? Please describe Someone may want to compose multiple sections of secrets from a single file rather than wrapp summon into summon....
## Summary While the temp files are cleaned on exit of `summon`, the parent folder seems to not be part of that auto-clean. This folder contains no sensitive info but...
## Is your feature request related to a problem? Please describe `!file` handling may not be as explicit as we should have it so more documentation on how each OS...
Currently: - We don't have a way to notify the child process of changes to secrets - Summon has no way to poll secrets for those changes either Since not...
## Summary Some variables can be cleared after the child process is started since they are copied into the child process and do not need to remain in memory. AC:...
When using this codebase against a `go.mod` `GO111MODULES`-backed codebase that doesn't have code vendored, no license data for dependencies is returned as the path prefix for the packages is marked...
Problems attaching to an already-running (`No symbol "__pptop_start_injection" in current context`)
Setup: - Docker for Mac - Target: Running container with datadog-agent (Python 3.8 embedded process): ``` docker run --rm -d \ --name dd-agent \ --net host \ -e DD_API_KEY="fake" \...
## Is your feature request related to a problem? Please describe. Currently most of the matrix config testing is done manually so this would be good to automate for quality,...
## Summary When you install Docker on Linux without adding the current user to the Docker group (see here for more details) or run as root, the following line will...