Erik Osterman (CEO @ Cloud Posse)

Results 248 issues of Erik Osterman (CEO @ Cloud Posse)

## what ``` resource "aws_rds_cluster" "example" { # ... other configuration ... master_password = "${data.aws_kms_secrets.example.plaintext["master_password"]}" master_username = "${data.aws_kms_secrets.example.plaintext["master_username"]}" } ``` ## why * More secure. No passwords in terraform statefile....

enhancement
help wanted

## use-case We're using `vendir` in a number of different ways to vendor configuration files in from a centralized source. 1) One way is to "layer" configurations from a centralized...

enhancement
carvel-accepted

https://gist.github.com/osterman/486f9b137fd807045890b58ef20ed2a8

First of all, I love the direction of this utility. It's a generalized approach to orchestrated complex, multi-phased applies for terraform. It's a nice alternative to terragrunt that's less opinionated....

## what * Attempting to follow the installation instructions to `go get -u github.com/uber/astro/astro/cli/astro` fails to produce binary ``` docker run -v /tmp/bin:/go/bin golang:1.11 go get -u github.com/uber/astro/astro/cli/astro ``` ```...

## what * I wish that we could specify the octal mode of the file download from the github release * I wish that we could specify the destination name...

enhancement

## what * Be able to restore an EBS Snapshot ID to EBS Volume used by a `StatefulSet` * I think we need to add support for some CRDs ##...

## what * Support passing a subpath (e.g. `/login`) ## why * We need it for kibana web UI with elastic search

enhancement

## what * Unable to use `0.8.2`, `0.8.1`, `0.8.0`, `0.7.0` on `alpine:3.8` with `python3` installed via `pip3` * Export was generated by running https://github.com/hfaran/slack-auto-export (successful!) ## output TypeError: string indices...

bug

## what * Update README ## why * Add known limitations for all the reasons why TTY session logging is easily circumvented * Closes #13