aws-ia / terraform-aws-mwaa

Terraform module for Amazon MWAA(Apache Airflow)
https://registry.terraform.io/modules/aws-ia/mwaa/
Apache License 2.0
41 stars 54 forks source link

Feature request: Allow additional principals to assume MWAA role #55

Closed calebAtIspot closed 4 months ago

calebAtIspot commented 5 months ago

In certain cases it may be desirable to allow additional principals to assume the MWAA role. For example, this can be useful in debugging. That way you can run a dag with the exact permissions that the dag has when run in MWAA.

calebAtIspot commented 5 months ago

I've asked @yuriy-kirb if they want to replicate https://github.com/Almenon/terraform-aws-mwaa/pull/1. If not I'll make a PR.