File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
aws-sts-assume-role-with-web-identity Expand file tree Collapse file tree 2 files changed +4
-6
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.2.0
4
+ version : 1.2.1
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: mikesir87 /aws-cli
124
+ image: quay.io/codefreshplugins /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.1
4
+ version : 1.2.2
5
5
name : obtain-oidc-id-token
6
6
description : >-
7
7
Obtain ID token from Codefresh OIDC Provider
@@ -107,13 +107,11 @@ spec:
107
107
steps :
108
108
main :
109
109
name : obtain-oidc-id-token
110
- image : quay.io/curl /curl-base
110
+ image : quay.io/codefreshplugins /curl-jq
111
111
environment :
112
112
- ' AUDIENCE=${{AUDIENCE}}'
113
113
commands :
114
114
- |
115
- apk add jq
116
-
117
115
URL="$CF_OIDC_REQUEST_URL"
118
116
119
117
# This means that audience was provided by the user
You can’t perform that action at this time.
0 commit comments