Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
@af6140 we would promptly accept a PR for that. =) We do something similar here: https://github.com/cloudposse/terraform-aws-ssm-tls-ssh-key-pair
>I've been trying to deploy your application through the provided helm chart, but while it created all the users in my GitHub team on first run, they never get added...
CI/CD is still broken. While the root cause was fixed, looks like the code is no longer vetted =) https://travis-ci.org/cloudposse/github-authorized-keys/builds/402672514#L863 Open a new PR to fix the code so it...
We'll accept PRs, however, we're not actively using it. We are using https://github.com/gravitational/teleport
We've had good mileage with the following hack, which translates `"...":` to `"..." = ` (HCL). ```hcl hcl = replace(jsonencode(local.test), "/(\".*?\"):/", "$1 = ") ```
``` chamber exec kops -- sh -c 'codefresh auth create-context --api-key ${CODEFRESH_API_KEY} && codefresh create re --cluster ${CODEFRESH_KUBERNETES_CLUSTER} --namespace ${CODEFRESH_NAMESPACE} --kube-context ${CODEFRESH_KUBE_CONTEXT}' Created new context: default Switched to context: default...
We should switch to venona
You can use this pattern to import it: https://github.com/cloudposse/charts/pull/154/files#diff-0fa6756c0ad8c76b52d6de39a1eae178R2
3600 might be a bit extreme. We can start with 300 (5min); default is 60.
You can use this pattern to import it: https://github.com/cloudposse/charts/pull/154/files#diff-0fa6756c0ad8c76b52d6de39a1eae178R2