Skip to content

Commit 01a030d

Browse files
Cr 20802 (#667)
* move aws-sts-role-with-web-identity to use quay image * obtain oidc token to use quay image * obtain oidc token to use quay image bump
1 parent 36fba8d commit 01a030d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

incubating/aws-sts-assume-role-with-web-identity/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '1.0'
22
kind: step-type
33
metadata:
4-
version: 1.0.0
4+
version: 1.1.0
55
name: aws-sts-assume-role-with-web-identity
66
description: >-
77
Obtain AWS STS credentials using OIDC ID token and export them as environment variables
@@ -121,7 +121,7 @@ spec:
121121
stepsTemplate: |-
122122
main:
123123
name: aws-sts-assume-role-with-web-identity
124-
image: mikesir87/aws-cli
124+
image: quay.io/jland/aws-cli:2.8.12
125125
environment:
126126
[[ range $key, $val := .Arguments ]]
127127
- '[[ $key ]]=[[ $val ]]'

incubating/obtain-oidc-id-token/step.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '1.0'
22
kind: step-type
33
metadata:
4-
version: 1.1.2
4+
version: 1.2.0
55
name: obtain-oidc-id-token
66
description: >-
77
Obtain ID token from Codefresh OIDC Provider
@@ -107,13 +107,12 @@ spec:
107107
steps:
108108
main:
109109
name: obtain-oidc-id-token
110-
image: quay.io/curl/curl-base
110+
image: quay.io/ferdi/ci-utils:latest
111111
environment:
112112
- 'AUDIENCE=${{AUDIENCE}}'
113113
commands:
114114
- |
115-
apk add jq
116-
115+
117116
URL="$CF_OIDC_REQUEST_URL"
118117
119118
# This means that audience was provided by the user

0 commit comments

Comments
 (0)