Skip to content

Commit

Permalink
fix: backquote removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 30, 2023
1 parent aa878e5 commit d50fe78
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Gitlab credential helper for AWS
=================================
`The goal of the utility is to make it as easy as possible, to access AWS from a Gitlab CI/CD pipeline using the gitlab pipeline [id token](https://docs.gitlab.com/ee/ci/secrets/id_token_authentication.html).
You only need to specify the AWS account number and add the Gitlab ID token: it will use the pipeline id and the
The goal of the utility is to make it as easy as possible, to access AWS from a Gitlab CI/CD pipeline using the gitlab pipeline [id token](https://docs.gitlab.com/ee/ci/secrets/id_token_authentication.html). You only need to specify the AWS account number and add the Gitlab ID token: it will use the pipeline id and the
gitlab project path slug to determine the IAM role- and session name.
`
For instance, if your project path is "binxio/aws-credential-helper-demo", the IAM role it wants to assume is

For instance, if your project path is "binxio/aws-credential-helper-demo", the IAM role it wants to assume is
"gitlab-binxio-aws-credential-helper-demo". The ID token is expected to be in the environment
variable GITLAB_AWS_IDENTITY_TOKEN.

Expand Down

0 comments on commit d50fe78

Please sign in to comment.