Skip to content

Conversation

zhoujoetan
Copy link
Contributor

What

add IAM permissions for supporting feature service running in satellite region

Why

Tecton requires extra IAM permissions to set up feature serving stack running in satellite region

Copy link

@yan-lgtm yan-lgtm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bunch of nits as I usually get the same comments from @scottames.

}

# CROSS ACCOUNT SATELLITE SERVING
resource "aws_iam_policy" "emr_cross_account_satellite_region_policy" {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: rename this to emr_cross_account_satellite_region since this is aws_iam_policy already

})
tags = local.tags
}
resource "aws_iam_role_policy_attachment" "emr_cross_account_satellite_region_policy_attachment" {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here rename to emr_cross_account_satellite_region since it's already policy_attachment by resource

role = local.spark_role_name
}

resource "aws_iam_policy" "satellite_region_policy" {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

})
tags = local.tags
}
resource "aws_iam_role_policy_attachment" "satellite_region_policy_attachment" {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

Copy link

TihoElek commented Dec 3, 2024

@zhoujoetan any progress here?

Copy link
Contributor Author

I'll get on it. It's been way too long lol

@zhoujoetan zhoujoetan marked this pull request as draft December 6, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants