Replies: 1 comment
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
insomnia/packages/insomnia-app/app/network/network.js
Lines 581 to 585 in cb715f9
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
Beta Was this translation helpful? Give feedback.
All reactions