Commit 70f3eb4a authored by Evan Read's avatar Evan Read Committed by Russell Dickenson

Fix indentation for list and copy edit

parent dfff1518
...@@ -94,12 +94,12 @@ the provisioning actions. The following resources must be present: ...@@ -94,12 +94,12 @@ the provisioning actions. The following resources must be present:
- A service account with permissions to assume the provisioning - A service account with permissions to assume the provisioning
role in the `Customer` account above. role in the `Customer` account above.
- Credentials for this service account configured in GitLab via - Credentials for this service account configured in GitLab via
the `kubernetes` section of `gitlab.yml` the `kubernetes` section of `gitlab.yml`.
The process for creating a cluster is as follows: The process for creating a cluster is as follows:
1. Using the :provision_role_external_id, GitLab assumes the role provided 1. Using the `:provision_role_external_id`, GitLab assumes the role provided
by :provision_role_arn and stores a set of temporary credentials on the by `:provision_role_arn` and stores a set of temporary credentials on the
provider record. By default these credentials are valid for one hour. provider record. By default these credentials are valid for one hour.
1. A CloudFormation stack is created, based on the 1. A CloudFormation stack is created, based on the
[`AWS CloudFormation EKS template`](https://gitlab.com/gitlab-org/gitlab/blob/master/vendor/aws/cloudformation/eks_cluster.yaml). [`AWS CloudFormation EKS template`](https://gitlab.com/gitlab-org/gitlab/blob/master/vendor/aws/cloudformation/eks_cluster.yaml).
...@@ -114,9 +114,9 @@ The process for creating a cluster is as follows: ...@@ -114,9 +114,9 @@ The process for creating a cluster is as follows:
1. Credentials that are no longer required are removed. This deletes the following 1. Credentials that are no longer required are removed. This deletes the following
attributes: attributes:
- `access_key_id` - `access_key_id`
- `secret_access_key` - `secret_access_key`
- `session_token` - `session_token`
## Security ## Security
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment