Thomas Seliger

Results 7 comments of Thomas Seliger

Just stumbled over this. We use invokes like `task('options:parse').invoke([:release_tag, :project_name, :repo_url])` in our capistrano tasks (e.g. deploy). This invoke just checks for some required options from the rake command line....

We use double "-i" all the time and it works, e.g.: ``` kubetpl render deployment.yaml -i ../config-stage.yaml -i ../config/secrets-stage.yaml | kubectl apply -f - ``` Can you double check?

We encountered the same problem and are stuck with an old provider version - a merge and release of the PR would really be appreciated!

We encountered the same problem and are stuck with an old provider version - a merge and release of the PR would really be appreciated!

It is working for me, have you tried adding the scope to your profile? @FernandoMiguel I use it like this: ``` [sso-session XXXX-sso] sso_start_url = https://XXXX.awsapps.com/start sso_region = eu-central-1 sso_registration_scopes...

For me it works like expected: - takes me through SSO login process the first time, then forwards me to the account/role AWS console - with a valid session it...

The AWS SSO workflow always takes you to the browser for the login process. Running: ``` aws-vault exec --debug XXXX-backend-integration/Developer -- ``` runs me through the SSO login as I...