[arvados] updated: 2.6.0-151-gd73105e0d
git repository hosting
git at public.arvados.org
Wed May 10 22:10:12 UTC 2023
Summary of changes:
tools/salt-install/terraform/aws/services/main.tf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d73105e0d13de878c2452983dd1680f5cb28f179 (commit)
from e799bb8585802ac37c197e9a29011f5b4eeba7bf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d73105e0d13de878c2452983dd1680f5cb28f179
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Wed May 10 19:09:39 2023 -0300
20482: Fixes PassRole's target to point to the newly created compute node role.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/tools/salt-install/terraform/aws/services/main.tf b/tools/salt-install/terraform/aws/services/main.tf
index a253ae26e..fbbcabab3 100644
--- a/tools/salt-install/terraform/aws/services/main.tf
+++ b/tools/salt-install/terraform/aws/services/main.tf
@@ -128,7 +128,7 @@ resource "aws_iam_policy" "cloud_dispatcher_ec2_access" {
Action: [
"iam:PassRole",
],
- Resource: "arn:aws:iam::*:role/${aws_iam_instance_profile.keepstore_instance_profile.name}"
+ Resource: "arn:aws:iam::*:role/${aws_iam_instance_profile.compute_node_instance_profile.name}"
}]
})
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list