Workspace AWS role access?

I checked in GH and searched in discord, not finding anything. I'm looking for a way (similar to the github external auth) for a user of a workspace to automatically have aws role assumption inside their workspace. I'm assuming it'd have similar user experience to GH external auth, where you click a button exposed in the template->workspace creation step and from there your workspace is "aws" potent (ie. you could issue an aws sts get-caller-identity after entering the workspace) Thoughts?
Is this feasible? Would it work with AWS OIDC/IAM or AWS Identity Center?
2 Replies
Codercord
Codercord2mo ago
<#1351221503093506068>
Category
Feature request
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Phorcys
Phorcys4w ago
hey, your message flew under our radar, were you able to figure this out? you'd want to use the OpenID Connect/OAuth provider for AWS, then use that token to log in to the AWS CLI

Did you find this page helpful?