Skip to content

Commit 472580b

Browse files
Revert "Cr 20802 (#667)" (#669)
This reverts commit 01a030d.
1 parent 01a030d commit 472580b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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.1.0
4+
version: 1.0.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: quay.io/jland/aws-cli:2.8.12
124+
image: mikesir87/aws-cli
125125
environment:
126126
[[ range $key, $val := .Arguments ]]
127127
- '[[ $key ]]=[[ $val ]]'

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

Lines changed: 4 additions & 3 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.2.0
4+
version: 1.1.2
55
name: obtain-oidc-id-token
66
description: >-
77
Obtain ID token from Codefresh OIDC Provider
@@ -107,12 +107,13 @@ spec:
107107
steps:
108108
main:
109109
name: obtain-oidc-id-token
110-
image: quay.io/ferdi/ci-utils:latest
110+
image: quay.io/curl/curl-base
111111
environment:
112112
- 'AUDIENCE=${{AUDIENCE}}'
113113
commands:
114114
- |
115-
115+
apk add jq
116+
116117
URL="$CF_OIDC_REQUEST_URL"
117118
118119
# This means that audience was provided by the user

0 commit comments

Comments
 (0)