Gabriele Fedi

Results 7 issues of Gabriele Fedi

Skip pg configuration reconciliation if the pod image differs from the one declared in the cluster spec. During an image upgrade, the pg configuration of the cluster may be tight...

risk :boom:
backport-requested :arrow_backward:
release-1.19
release-1.20
release-1.21

Looks like that the bucket update API is not yet supported. From the `docs` it should be a PUT method on path `/b/{bucketName}`. I can try to provide an implementation...

enhancement

I'd like to use this tool to test if the main process of a docker image can start successfully, without issues. The fact is that the process is meant to...

Instead of relying on the legacy `BaseClientAPI`, we can get a KeyVault key client through the `NewClient` function in the `azkeys` package. This method accept a parameter containing the actual...

Currently, only the authentication through configuration from Azure Cli 2.0 is supported (configured from Azure CLI 2.0). It would be useful to leverage the Chained Credential strategy, where multiple type...

The profile should not be enforced as `default` if not passed through the `--profile` flag. This could break the [session creation](https://github.com/VirtusLab/crypt/blob/d2920e3b32cf00db25074e6e8fb02256c636c56d/aws/session.go#L23) on environments where the authentication is not managed with...

Removing the default value of the `--profile` flag used to create the AWS session. The value, if not passed, should be retrieved from the environment variable `AWS_PROFILE` (already done by...