summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/files/trustpolicy.json
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_aws/files/trustpolicy.json')
-rw-r--r--roles/openshift_aws/files/trustpolicy.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/openshift_aws/files/trustpolicy.json b/roles/openshift_aws/files/trustpolicy.json
new file mode 100644
index 000000000..87c7d7c42
--- /dev/null
+++ b/roles/openshift_aws/files/trustpolicy.json
@@ -0,0 +1,12 @@
+{
+ "Version": "2012-10-17",
+ "Statement": [
+ {
+ "Effect": "Allow",
+ "Principal": {
+ "Service": "ec2.amazonaws.com"
+ },
+ "Action": "sts:AssumeRole"
+ }
+ ]
+}