1
Read AWS Credentials from aws-sdk
Source: Kong/insomnia#3535 · opened by @kirbyjs
Is your feature request related to a problem? Please describe.
This stems from #1206, in where there might be a solution in where we can bake that feature requested into insomnia.
Describe the solution you'd like
So if the user doesn't define the access key, secret and/or session token we could just fallback to grabbing the credentials form the aws sdk.
So from the current code now:
We could just do add the following:
This would load whatever default credentials that the user has defined. It would also pick up a more complex setup like if they are using profiles or not.
Describe alternatives you've considered
Additional context
This stems from #1206, in where there might be a solution in where we can bake that feature requested into insomnia.
Describe the solution you'd like
So if the user doesn't define the access key, secret and/or session token we could just fallback to grabbing the credentials form the aws sdk.
So from the current code now:
We could just do add the following:
This would load whatever default credentials that the user has defined. It would also pick up a more complex setup like if they are using profiles or not.
Describe alternatives you've considered
Additional context
No pledges yet. Be the first to back this.
Comments
Similar requests
Local repository of credentials to use with "OAuth 2" with GRANT_TYPE = "Client Credentials"
2 votes · 0 comments
AWS IAM Authorization for Websocket connections
2 votes · 0 comments
Local credential repository for OAuth 2
1 vote · 0 comments
Use JMESPath instead of or in addition to JSONPath (JSONPath sucks.)
15 votes · 0 comments
[Usability] Stale OAuth access token used after switching environments
4 votes · 0 comments
No comments yet.