Luca Corrieri
Luca Corrieri
Hi, how about statistics on the iteration level? An iteration is a single execution of a plan/scenario composed of one or more actions, it might represent a real world scenario,...
## Description of the bug External Secrets v0.9.9 installed in EKS does not work with the new [EKS Pod Identity Agent](https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html) feature (alternative to IRSA). EKS Pod Identity Agent injects...
**To merge after #192**
As stated in PR https://github.com/padok-team/burrito/pull/144, CLI flags are not unit tested. They should take precedence over configuration files, but not over environment variables.
**Is your feature request related to a problem? Please describe.** When a problem happens on the API side (network error, rate limiting, version not found...) a generic message `unexpected value...
Goreleaser creates GitHub releases alongside compiling multi platform binaries. These binaries are not the recommended way to use Burrito, the Docker image is recommended instead. We could use a better...
Burrito expects repository secrets ([documented here](https://padok-team.github.io/burrito/operator-manual/git-authentication/)) to respect a specific schema (e.g. if `username` is defined `password` must also be defined and not another method). An admission webhook could be...