Results 79 comments of Balazs Zachar

Let me also add our use case: We would like to use the AWS secrets engine in Vault to provide temporary credentials to our colleagues to an AWS playground account....

Well as this is the oldest ticket, let me link here all the tickets that I found so far about the same subject: * https://github.com/argoproj/argo-cd/issues/5826 (this seems to have someone...

Please note that Istio [is about to switch](https://github.com/istio/istio/issues/10724) to use the labels [recommended by kubernetes](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/). Based on the latest comment it is already working with those so the PR is...

Hmm... seems I got kustomize3... I will downgrade to 2 and will commit the fixes required.

@jannfis would you need any more information to get this reviewed/merged?

> I just noticed that changing the service names would be a breaking change for many that refer to service names in their ingress. > > Maybe it would make...

We run into this with the latest vault server and provider as of today. I wonder if anyone is really using and/or testing terraform to configure vault if creating a...

Hi @byarbrough, Nice work. Have you had the chance to come up with the final policy?

We are using Control Tower which creates resources in each of our AWS accounts using Cloud Formation stacks. As we have no possibility to change the name of the resources...

A Dockerfile which does the job for a temporary image: ``` FROM docker-pull.ctbto.org/hashicorp/terraform:0.14.2 ENTRYPOINT ["/usr/bin/env", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"] ```