You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Kubernetes IAM policy and update role attachment logic base… (#27)
* feat: add Kubernetes IAM policy and update role attachment logic based on deploy type
* fix: remove unnecessary S3 ListBucket action from IAM policy template
* feat: add IAM roles and policies for AutoMQ BYOC node deployment in Kubernetes
* feat: add documentation links for IAM role policies in aws.tf
description="AutoMQ BYOC is bound to the role arn of the Console."
33
+
value=aws_iam_role.automq_byoc_role.arn
34
+
}
35
+
36
+
output"automq_byoc_eks_node_role_arn" {
37
+
description="AutoMQ BYOC requires this role to be bound to the EKS Node group."
38
+
value=aws_iam_role.automq_byoc_role.arn
39
+
}
40
+
31
41
/*
32
42
output "automq_byoc_data_bucket_name" {
33
43
description = "The object storage bucket for that used to store message data generated by applications. The message data Bucket must be separate from the Ops Bucket."
0 commit comments