Fernando Carletti

Results 15 comments of Fernando Carletti

I believe it should support dynamic usernames as well so it could be used with [Hashicorp Vault](https://www.vaultproject.io/docs/secrets/databases).

Hello! Is there anyone working on this? I need to manipulate the `details` field in a policy, but I can't find it. I noticed it was removed due to a...

Your Yaml is not correctly formatted. ``` yaml choice1: type: choice options: choices: - One - Two ``` The `options` field must be inside `choice1`, not `type`.

I believe this is more about the UI: maybe a nested selector with the annotations, labels, and "custom". In the end, it is all about the path.

Hi @SolomonHD. This gem does not manage the any credentials to access AWS. This is done directly through the AWS SDK (as you can see here: https://github.com/aws/aws-sdk-ruby#configuration). It does not...

Showing the ip always bothered me a bit. In my use case, we do not have a hostname for each server in Route53. Ansible allow us to set a name...

I'm having the exact same issue as described by @NicoForce. It feels off this is the default behavior, I get that it will be a breaking change, but it seems...

I was looking for the same thing, I'm not sure if it fits your use case (it did to mine), but the labels that are set in the `OpenTelemetryCollector` CRD...

I'm not sure if [my suggestion](https://github.com/aptakube/aptakube/issues/379) is feasible, but it is something that can be accomplished when using [hl](https://github.com/pamburus/hl).