try accepting self signed cert
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m2s
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m2s
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
- name: Auth with gitea for vault
|
||||
id: gitea_vault_jwt
|
||||
run: |
|
||||
curl https://ssl-ca.arcodange.lab:8443/roots.pem -ks > /usr/local/share/ca-certificates/arcodange-root.crt && update-ca-certificates 2>/dev/null >/dev/null
|
||||
echo -n "${{ secrets.vault_oauth__sh_b64 }}" | base64 -d | bash
|
||||
|
||||
tofu:
|
||||
@@ -49,6 +50,8 @@ jobs:
|
||||
OPENTOFU_VERSION: 1.8.2
|
||||
TERRAFORM_VAULT_AUTH_JWT: ${{ needs.gitea_vault_auth.outputs.gitea_vault_jwt }}
|
||||
steps:
|
||||
- run: |
|
||||
curl https://ssl-ca.arcodange.lab:8443/roots.pem -ks > /usr/local/share/ca-certificates/arcodange-root.crt && update-ca-certificates 2>/dev/null >/dev/null
|
||||
- *vault_step
|
||||
- uses: actions/checkout@v4
|
||||
- name: terraform apply
|
||||
|
||||
Reference in New Issue
Block a user