File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
aws-sts-assume-role-with-web-identity Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : ' 1.0'
2
2
kind : step-type
3
3
metadata :
4
- version : 1.1 .0
4
+ version : 1.0 .0
5
5
name : aws-sts-assume-role-with-web-identity
6
6
description : >-
7
7
Obtain AWS STS credentials using OIDC ID token and export them as environment variables
@@ -121,7 +121,7 @@ spec:
121
121
stepsTemplate : |-
122
122
main:
123
123
name: aws-sts-assume-role-with-web-identity
124
- image: quay.io/jland/ aws-cli:2.8.12
124
+ image: mikesir87/ aws-cli
125
125
environment:
126
126
[[ range $key, $val := .Arguments ]]
127
127
- '[[ $key ]]=[[ $val ]]'
Original file line number Diff line number Diff line change 1
1
version : ' 1.0'
2
2
kind : step-type
3
3
metadata :
4
- version : 1.2.0
4
+ version : 1.1.2
5
5
name : obtain-oidc-id-token
6
6
description : >-
7
7
Obtain ID token from Codefresh OIDC Provider
@@ -107,12 +107,13 @@ spec:
107
107
steps :
108
108
main :
109
109
name : obtain-oidc-id-token
110
- image : quay.io/ferdi/ci-utils:latest
110
+ image : quay.io/curl/curl-base
111
111
environment :
112
112
- ' AUDIENCE=${{AUDIENCE}}'
113
113
commands :
114
114
- |
115
-
115
+ apk add jq
116
+
116
117
URL="$CF_OIDC_REQUEST_URL"
117
118
118
119
# This means that audience was provided by the user
You can’t perform that action at this time.
0 commit comments