-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
Copy pathccoctl-provider-permissions-requirements.adoc
182 lines (168 loc) · 6.51 KB
/
ccoctl-provider-permissions-requirements.adoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
// Text snippet included in the following modules:
//
// * modules/cco-ccoctl-configuring.adoc (ifevals for aws-sts, azure-workload-id, google-cloud-platform)
// * modules/rotating-bound-service-keys.adoc (ifevals for rotate-aws, rotate-azure, rotate-gcp)
//
// There is almost certainly a better reuse strategy for the rotation perms but the content needs to go in and this is functional.
//AWS permissions needed when running ccoctl during installation and key rotation.
ifdef::aws-sts[]
* You have created an {aws-short} account for the `ccoctl` utility to use with the following permissions:
+
--
**Required `iam` permissions**
* `iam:CreateOpenIDConnectProvider`
* `iam:CreateRole`
* `iam:DeleteOpenIDConnectProvider`
* `iam:DeleteRole`
* `iam:DeleteRolePolicy`
* `iam:GetOpenIDConnectProvider`
* `iam:GetRole`
* `iam:GetUser`
* `iam:ListOpenIDConnectProviders`
* `iam:ListRolePolicies`
* `iam:ListRoles`
* `iam:PutRolePolicy`
* `iam:TagOpenIDConnectProvider`
* `iam:TagRole`
**Required `s3` permissions**
* `s3:CreateBucket`
* `s3:DeleteBucket`
* `s3:DeleteObject`
* `s3:GetBucketAcl`
* `s3:GetBucketTagging`
* `s3:GetObject`
* `s3:GetObjectAcl`
* `s3:GetObjectTagging`
* `s3:ListBucket`
* `s3:PutBucketAcl`
* `s3:PutBucketPolicy`
* `s3:PutBucketPublicAccessBlock`
* `s3:PutBucketTagging`
* `s3:PutObject`
* `s3:PutObjectAcl`
* `s3:PutObjectTagging`
**Required `cloudfront` permissions**
* `cloudfront:ListCloudFrontOriginAccessIdentities`
* `cloudfront:ListDistributions`
* `cloudfront:ListTagsForResource`
--
* If you plan to store the OIDC configuration in a private S3 bucket that is accessed by the IAM identity provider through a public CloudFront distribution URL, the {aws-short} account that runs the `ccoctl` utility requires the following additional permissions:
+
--
* `cloudfront:CreateCloudFrontOriginAccessIdentity`
* `cloudfront:CreateDistribution`
* `cloudfront:DeleteCloudFrontOriginAccessIdentity`
* `cloudfront:DeleteDistribution`
* `cloudfront:GetCloudFrontOriginAccessIdentity`
* `cloudfront:GetCloudFrontOriginAccessIdentityConfig`
* `cloudfront:GetDistribution`
* `cloudfront:TagResource`
* `cloudfront:UpdateDistribution`
--
+
[NOTE]
====
These additional permissions support the use of the `--create-private-s3-bucket` option when processing credentials requests with the `ccoctl aws create-all` command.
====
endif::aws-sts[]
ifdef::rotate-aws[]
* You have created an {aws-short} account for the `ccoctl` utility to use with the following permissions:
+
--
* `s3:GetObject`
* `s3:PutObject`
* `s3:PutObjectTagging`
* For clusters that store the OIDC configuration in a private S3 bucket that is accessed by the IAM identity provider through a public CloudFront distribution URL, the {aws-short} account that runs the `ccoctl` utility requires the `cloudfront:ListDistributions` permission.
--
endif::rotate-aws[]
//Azure permissions needed when running ccoctl during installation and key rotation.
ifdef::azure-workload-id[]
* You have created a global {azure-short} account for the `ccoctl` utility to use with the following permissions:
+
--
* `Microsoft.Resources/subscriptions/resourceGroups/read`
* `Microsoft.Resources/subscriptions/resourceGroups/write`
* `Microsoft.Resources/subscriptions/resourceGroups/delete`
* `Microsoft.Authorization/roleAssignments/read`
* `Microsoft.Authorization/roleAssignments/delete`
* `Microsoft.Authorization/roleAssignments/write`
* `Microsoft.Authorization/roleDefinitions/read`
* `Microsoft.Authorization/roleDefinitions/write`
* `Microsoft.Authorization/roleDefinitions/delete`
* `Microsoft.Storage/storageAccounts/listkeys/action`
* `Microsoft.Storage/storageAccounts/delete`
* `Microsoft.Storage/storageAccounts/read`
* `Microsoft.Storage/storageAccounts/write`
* `Microsoft.Storage/storageAccounts/blobServices/containers/delete`
* `Microsoft.Storage/storageAccounts/blobServices/containers/read`
* `Microsoft.Storage/storageAccounts/blobServices/containers/write`
* `Microsoft.ManagedIdentity/userAssignedIdentities/delete`
* `Microsoft.ManagedIdentity/userAssignedIdentities/read`
* `Microsoft.ManagedIdentity/userAssignedIdentities/write`
* `Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/read`
* `Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/write`
* `Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/delete`
* `Microsoft.Storage/register/action`
* `Microsoft.ManagedIdentity/register/action`
--
endif::azure-workload-id[]
ifdef::rotate-azure[]
* You have created a global {azure-short} account for the `ccoctl` utility to use with the following permissions:
+
--
* `Microsoft.Storage/storageAccounts/listkeys/action`
* `Microsoft.Storage/storageAccounts/read`
* `Microsoft.Storage/storageAccounts/write`
* `Microsoft.Storage/storageAccounts/blobServices/containers/read`
* `Microsoft.Storage/storageAccounts/blobServices/containers/write`
--
endif::rotate-azure[]
//GCP permissions needed when running ccoctl during installation and key rotation.
ifdef::google-cloud-platform[]
* You have added one of the following authentication options to the {gcp-short} account that the `ccoctl` utility uses:
** The **IAM Workload Identity Pool Admin** role
** The following granular permissions:
+
--
* `compute.projects.get`
* `iam.googleapis.com/workloadIdentityPoolProviders.create`
* `iam.googleapis.com/workloadIdentityPoolProviders.get`
* `iam.googleapis.com/workloadIdentityPools.create`
* `iam.googleapis.com/workloadIdentityPools.delete`
* `iam.googleapis.com/workloadIdentityPools.get`
* `iam.googleapis.com/workloadIdentityPools.undelete`
* `iam.roles.create`
* `iam.roles.delete`
* `iam.roles.list`
* `iam.roles.undelete`
* `iam.roles.update`
* `iam.serviceAccounts.create`
* `iam.serviceAccounts.delete`
* `iam.serviceAccounts.getIamPolicy`
* `iam.serviceAccounts.list`
* `iam.serviceAccounts.setIamPolicy`
* `iam.workloadIdentityPoolProviders.get`
* `iam.workloadIdentityPools.delete`
* `resourcemanager.projects.get`
* `resourcemanager.projects.getIamPolicy`
* `resourcemanager.projects.setIamPolicy`
* `storage.buckets.create`
* `storage.buckets.delete`
* `storage.buckets.get`
* `storage.buckets.getIamPolicy`
* `storage.buckets.setIamPolicy`
* `storage.objects.create`
* `storage.objects.delete`
* `storage.objects.list`
--
endif::google-cloud-platform[]
ifdef::rotate-gcp[]
* You have added one of the following authentication options to the {gcp-short} account that the `ccoctl` utility uses:
** The **IAM Workload Identity Pool Admin** role
** The following granular permissions:
+
--
* `storage.objects.create`
* `storage.objects.delete`
--
endif::rotate-gcp[]