Loren Gordon

Results 184 comments of Loren Gordon

You could check out [`granted`](https://github.com/common-fate/granted)... It offers `assume -c ` to launch a console with a given profile, it works for all types of profiles, and it will manage the...

Thankfully `granted` recently implemented a `credential_process` option, so now I use that. That way, the profile works fine with pretty much every SDK these days, and it doesn't clutter the...

It might help to implement something upstream, either in terraform (a new argument `init -from-module -module-version `) or in go-getter (a query arg `?version=`).

Unfortunately this is not actually working correctly. While with this config, it no longer prompts for a password for the file-based cred-store, it authenticates to SSO every time instead of...

`shellcheck` is often good at finding these kinds of issues. It's basically static analysis linter for shell scripts. I often run it in CI and let it pass/fail the PR.

> Closing this issue as this PR was merged: #6743 > > Parameter added here: [awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/sso.html](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/sso.html) [awscli.amazonaws.com/v2/documentation/api/latest/reference/sso/login.html](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sso/login.html) > > > `--no-browser` (boolean) Disables automatically opening the verfication URL in the...

> Hi @matiu2 , thank you for following up on this issue! I don't believe there is a current workaround when using an apply-time Computed key/value pair like `CreatedAt =...

I see a pr was merged, but for some reason I'm not seeing docs....? * https://github.com/terraform-providers/terraform-provider-aws/pull/11958

I was finally able to avoid this problem using this setup: ``` recreate_missing_package = false ignore_source_code_hash = true source_path = [ { path = "${path.module}/{{path/to/src}}" pip_requirements = true patterns =...

Installing the app to the repo requires that the repo owner have their own slack workspace. That is a big leap for public repos. Please make this work without requiring...