Add credential_process support
See original GitHub issueIs your feature request related to a problem? Please describe. For Enterprises using SAML based authentication against AWS through services like Okta there is no seamless fully integrated way to assume a role in AWS using AWS VS Toolkit.
Describe the solution you’d like
Support for interpreting a profile’s credential_process parameter in ~/.aws/credentials
Please see:
Describe alternatives you’ve considered
Using a scheduled task to run external process for refreshing session token and injecting a static profile into ~/.aws/credentials.
I did a cursory glance but did not identify if this is built on top of aws-sdk-net. If so I’ll submit the appropriate feature request there as well.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Add Credential support to PowerShell functions
How to add credential parameters to your PowerShell scripts, functions, and cmdlets.
Read more >Add command to export credentials #7388 - aws/aws-cli
The command will support outputting credentials in the output required by the credential process feature. This enables the AWS CLI to be used ......
Read more >Configuration and credential file settings - AWS Documentation
You can save your frequently used configuration settings and credentials in files that are maintained by the AWS CLI.
Read more >Bureau of Credentialing | Department of Education
Credentialing is responsible for the initial licensure and renewal of all licensed credential holders from Superintendents through paraeducators. Credentialing ...
Read more >Credential Process - Leapp - Docs
Credential Process is perfect if you have a way to generate or look up credentials that isn't directly supported by the AWS CLI...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Today version 1.1.0 of the Toolkit has been released, which includes credential_process support.
Just wanted to ping that
credential_processwas released with v2.429.0 this week.