Ben Kehoe

Results 225 comments of Ben Kehoe

Your idea of including a command that doesn't work, but recommends another tool is interesting, I'll think about it. There is [`aws-sso-util run-as`](https://github.com/benkehoe/aws-sso-util/blob/master/docs/run-as.md) that covers some of this use case....

I also realized I hadn't covered something in here: `aws-sso-util credential-process` can be used with direct AWS SSO configuration—it does not need to reference a profile (that's for convenience when...

You are looking for `MaxResourcesPerTemplate`. `MaxAssignmentsAllocation` is intended to be the maximum number of assignments you ever expect to create, which, when divided by `MaxResourcesPerTemplate` (which defaults to the CloudFormation...

Yes. In general I recommend choosing a fixed number of stacks (or max allocation) for a given template, as it prevents assignments from being moved between substacks when the number...

I'm not sure why that's happening. Along with #12, the macro isn't handling CloudFormation intrinsic functions correctly in all cases.

The docs cover [how the AWS SSO instance can be specified](https://github.com/benkehoe/aws-sso-util/blob/master/docs/configure.md#aws-sso-instance), and that [a region is required](https://github.com/benkehoe/aws-sso-util/blob/master/docs/configure.md#aws-sso-util-configure-populate). It also states the `--verbose` flag can be used to display the details...

You have to iterate over all available accounts, and iterate over the roles in each account. In theory, it's possible that making the role-getting for a page of accounts concurrent...

These are all good requests. Currently, `aws-sso-util configure profile` delegates to [`aws configure sso`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/sso.html) if not all the [required information](https://github.com/benkehoe/aws-sso-util/blob/c585f28ee6af4a89ea7ba48dd54322e16954fb82/cli/src/aws_sso_util/configure_profile.py#L161) is provided, and there isn't a way to provide any...

Also, you can use [`AWS_CONFIGURE_DEFAULT_REGION`](https://github.com/benkehoe/aws-sso-util/blob/c585f28ee6af4a89ea7ba48dd54322e16954fb82/cli/src/aws_sso_util/configure_profile.py#L37) to set the default region (though again, this won't help if it gets delegated to `aws configure sso`). I hear you on the format, though.

AWS SSO support has been added to the v2 SDK as of version 2.1093.0