File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ $ aws kms get-key-policy --key-id <key_id_or_arn> --policy-name default --output
7979 "Effect": "Allow",
8080 "Principal": {
8181 "AWS": [
82- "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-Support-Role",
82+ "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-Support-Role", <1>
8383 "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-Installer-Role",
8484 "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-Worker-Role",
8585 "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-ControlPlane-Role"
@@ -99,7 +99,7 @@ $ aws kms get-key-policy --key-id <key_id_or_arn> --policy-name default --output
9999 "Effect": "Allow",
100100 "Principal": {
101101 "AWS": [
102- "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-Support-Role",
102+ "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-Support-Role", <1>
103103 "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-Installer-Role",
104104 "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-Worker-Role",
105105 "arn:aws:iam::<aws-account-id>:role/ManagedOpenShift-ControlPlane-Role"
You can’t perform that action at this time.
0 commit comments