Chris Norman
Chris Norman
@rbreslow I had some success with Django 3 and CRA by adding the following to my Django settings.py file: ```python # ROOT_DIR is a Path which points to the root...
To improve discoverability here I'd propose we default to the active role if `AWS_PROFILE` is set and no profile name is provided (which will eliminate the need for the -ar...
Good points @JoshuaWilkes, I hadn't considered that it would be a breaking change. Let's introduce the change via an opt-in feature flag in the Granted config as you've mentioned. ```...
I had some similar error messages using an outdated SDK version - they were solved for me by updating the SDK with `go get github.com/aws/aws-sdk-go-v2`. Not sure if this is...
@tuxofil I also ran into this issue - thanks for your PR, I used your fork of this package and was able to generate code into a separate types package....
Hey @b44rawat, thanks for the issue! Just to confirm - were you running IAM Zero on an EC2 instance configured with an [EC2 instance role](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html)? We'll add a test around...
Thanks for opening this issue @sosheskaz. Agreed there is a long way to go in improving the exec functionality. Can I ask about your use case for `--exec`? Are you...
@sosheskaz I've opened a discussion on this for feedback: #219
@sosheskaz thank you for sharing your context here around how you're using `exec` - it's extremely helpful. Good point on the positional arguments. In hindsight my example command `assume exec`...
I've raised #222 to track the environment variable issue too.