awslabs / aws-cloudformation-stacks-graph

Generate a network diagram of the CloudFormation stacks using the import/export dependencies that exist amongst them.
Apache License 2.0
30 stars 5 forks source link

Trying to use STS tokens exports could not load credentials error is thrown #6

Open jaywala opened 1 year ago

jaywala commented 1 year ago
➜  ~ cfn-stacks-graph --region ap-southeast-2
Getting Stack Information
Could not load credentials from any providers

but I can see I can authenticate using aws sts get-caller-identity. Is it possible to make it accept STS tokens (so loading credentials isn't required in that case)