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