George L. Yermulnik

Results 126 comments of George L. Yermulnik

Okay.... https://mywiki.wooledge.org/BashPitfalls =)

> In #380 I discovered that `terraform-docs` now have a big config Me too 😂 > that, theoretically, can be used as a replacement for all or part of custom...

May worth sync'ing with @MaxymVlasov on this I think.

Is it any possible to run with this cmdline option specified using gcalcli v3.2? Or is it supported only >=3.4?

Probably `reset` is what you're looking for: ``` > aws-adfs reset --help Usage: aws-adfs reset [OPTIONS] removes stored profile Options: --profile TEXT AWS cli profile that will be removed --help...

@venth Yes, **exactly**. Another consequent use case: ``` arn:aws:iam::11111111:role/ReadonlyRole arn:aws:iam::22222222:role/SomeOtherRole arn:aws:iam::33333333:role/AwsomeRole arn:aws:iam::33333333:role/ReadonlyRole arn:aws:iam::77777777:role/AwsomeRole arn:aws:iam::55555555:role/AwsomeRole ``` And use `aws-adfs login --role-name AwsomeRole --role-name SomeOtherRole ...` to be authenticated in accounts: 22222222,...

Oh, I mentioned that in another issue, though not sure I did it with proper details: I'm using your tool (and it's a brilliant tool!) with some _homemade_ patches of...

The main goal for me is to be able to authenticate simultaneously multiple AWS accounts which share the same Role name. To authenticate simultaneously multiple AWS Roles which share the...

Looks like Okta offers free accounts for developers. Hope this links would help: - https://developer.okta.com/code/python/ - https://developer.okta.com/code/python/pysaml2/ - https://developer.okta.com/docs/guides/customize-authz-server/overview/