Nathan Guse

Results 2 comments of Nathan Guse

Lacking sh support makes asdf very hard to use in some places (like in CI environments or in Docker containers), it would be really great if it were supported!

One can work around this issue by creating a shell alias that wraps sops and injects temporary credentials. ``` sops() { session=$(aws sts assume-role --profile $(aws configure get source_profile) --role-arn...