Skip to content

Commit

Permalink
chore: update gitlab ci docs for id token
Browse files Browse the repository at this point in the history
Signed-off-by: Said Sef <[email protected]>
  • Loading branch information
saidsef committed Aug 3, 2024
1 parent 3546911 commit 9b932cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ Please see [TERRAFORM.md](./TERRAFORM.md)
Retrieve temporary credentials via [GitLab Runner](https://github.com/saidsef/terraform-aws-gitlab-oidc/blob/a9f7cf02fd5789b41f2aca5978c752b8fc843977/.gitlab-ci.yml#L16-L28)

## JWT

https://github.com/saidsef/terraform-aws-gitlab-oidc/blob/a9f7cf02fd5789b41f2aca5978c752b8fc843977/.gitlab-ci.yml#L16-L28

> `CI_JOB_JWT` and `CI_JOB_JWT_V2` were [deprecated in GitLab 15.9](https://docs.gitlab.com/ee/update/deprecations.html#old-versions-of-json-web-tokens-are-deprecated) and are scheduled to be removed in GitLab 17.0. Use [ID tokens](https://docs.gitlab.com/ee/ci/yaml/index.html#id_tokens) instead.
## ID Tokens

https://github.com/saidsef/terraform-aws-gitlab-oidc/blob/3546911a7b0563e95ed9502a5f63ab52efcfee63/.gitlab-ci.yml#L16-L32

## Source

Our latest and greatest source of `terraform-aws-gitlab-oidc` can be found on [GitHub](https://github.com/saidsef/terraform-aws-gitlab-oidc/). Fork us!
Expand Down

0 comments on commit 9b932cd

Please sign in to comment.