Skip to content

Commit

Permalink
ALBO ROSA
Browse files Browse the repository at this point in the history
  • Loading branch information
mletalie committed Sep 29, 2023
1 parent 7b7c7d1 commit 0c6beec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/aws-installing-an-aws-load-balancer-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ $ aws iam create-role --role-name albo-operator --assume-role-policy-document fi
$ OPERATOR_ROLE_ARN=$(aws iam get-role --role-name albo-operator --output json | jq -r '.Role.Arn')
$ echo $OPERATOR_ROLE_ARN
----
+
For more information on creating AWS IAM roles, see link:https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create.html[Creating IAM roles].
+
.. Attach the operator's permission policy to the role:
Expand All @@ -156,6 +157,7 @@ For more information on creating AWS IAM roles, see link:https://docs.aws.amazon
$ curl -o albo-operator-permission-policy.json https://raw.githubusercontent.com/alebedev87/aws-load-balancer-operator/aws-cli-commands-for-sts/hack/operator-permission-policy.json
aws iam put-role-policy --role-name albo-operator --policy-name perms-policy-albo-operator --policy-document file://albo-operator-permission-policy.json
----
+
For more information on adding AWS IAM permissions to AWS IAM roles, see link:https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html[Adding and removing IAM identity permissions].
+
.. Generate the operator's AWS credentials:
Expand All @@ -171,6 +173,7 @@ EOF
----
+
For more information about formatting credentials files, see link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/authentication_and_authorization/managing-cloud-provider-credentials#cco-mode-sts[Using manual mode with Amazon Web Services Security Token Service].
+
.. Create the operator's credentials secret with the generated AWS credentials:
+
[source, terminal]
Expand Down

0 comments on commit 0c6beec

Please sign in to comment.