mirror of
https://github.com/balena-io/open-balena.git
synced 2025-03-23 12:35:45 +00:00
patch: Add missing session token to use ephemeral AWS creds.
This commit is contained in:
parent
c447305a9b
commit
025e120ac8
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -390,6 +390,10 @@ jobs:
|
||||
--service cert-manager \
|
||||
--device '${{ steps.register-test-device.outputs.balena_device_uuid }}'
|
||||
|
||||
with_backoff balena env add AWS_SESSION_TOKEN '${{ env.AWS_SESSION_TOKEN }}' \
|
||||
--service cert-manager \
|
||||
--device '${{ steps.register-test-device.outputs.balena_device_uuid }}'
|
||||
|
||||
- name: provision balenaOS ephemeral SUT
|
||||
id: balena-sut
|
||||
if: matrix.target == 'balena-public-pki'
|
||||
|
@ -1,4 +1,4 @@
|
||||
# https://github.com/balena-io/cert-manager
|
||||
FROM balena/cert-manager:0.3.1
|
||||
FROM balena/cert-manager:0.3.2
|
||||
|
||||
COPY *.json /opt/
|
||||
|
Loading…
x
Reference in New Issue
Block a user