Olivier Boukili

Results 10 issues of Olivier Boukili

Add the ability for silent rotation

enhancement

To manage preexisting account passwords through Terraform, the ArgoCD API does not allow (yet) the creation/deletion of accounts.

enhancement
help wanted
on-hold

Some targets may benefit from DNS SRV discovery, for example headless Kubernetes services, or any SaaS vendor regularly updating the topology of their exposed headless endpoints. The Boundary host object...

enhancement

fixes #1694

docs/getting-started
website
core

Hello, To allow for automatic private keys rotation in conjunction with the `time` provider, the `tls_private_key` attribute should support an arbitrary `keepers` map attribute that would trigger the resource recreation...

enhancement

### Suggestion First, thanks for all your work ! Terraform 1.6 introduced a new [built-in test framework](https://developer.hashicorp.com/terraform/language/tests#tests), it would be great if we could have a github action that supported...

enhancement

This explicitly breaks refreshes where the cached assume role attribute value is being used instead of the actual currently configured value. A typical broken example, in my case, would be...

kind/bug
area/credentials
awaiting/core

Hello, This PR introduces --tag and --tag-refresh parameters to the push command: ``` The `--tag` option will apply a given (non-annotated) tag to the specified subrepos' upstream HEAD, provided that...

Hello, I'm using sops 3.2.0 with gcp kms. I noticed that decrypting using json input type does not respect (decode) the keys and values' text encoding. It is easy to...