Feature request -- Enable AWS OIDC connections as well as secret and access key
Hi currently this task requires a secret and access key setup in the service connection. Would you be able to extend it to grab temporary credentials from OIDC from the aws tool kit connection please?
The aws tool kit does return a OIDC param looks of things so think adding in some conditional flow and returning a set of credentials would sort this.
https://github.com/aws/aws-toolkit-azure-devops/blob/master/src/lib/awsConnectionParameters.ts
In the toolkit of use OIDC is enabled it returns a set of temporary parameter for access.
@piizei Thoughts?
Hi, I would love to have this functionality supported :rocket: since I cannot use long-term AWS credentials for security reasons (it's not recommended by AWS docs as well).
It looks like this feature was implemented but not merged (PR #411). Does anyone know why? 💯
BTW This feature is also not supported by the Microsoft DevLabs extension (not implemented since 2022): https://github.com/microsoft/azure-pipelines-terraform/issues/70 https://github.com/microsoft/azure-pipelines-terraform/issues/87
Hi, I would love to have this functionality supported 🚀 since I cannot use long-term AWS credentials for security reasons (it's not recommended by AWS docs as well).
It looks like this feature was implemented but not merged (PR #411). Does anyone know why? 💯
BTW This feature is also not supported by the Microsoft DevLabs extension (not implemented since 2022): microsoft/azure-pipelines-terraform#70 microsoft/azure-pipelines-terraform#87
Having the exact same issue atm, would be nice to see this feature added.
Hey team .....It would be great to have this feature added, as I'm currently dealing with the same problem.
Is there an update on this feature request?
I am also interested in seeing this feature request implemented.