mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
CE Update of vault-action from 2.5 to 2.74 (#24812)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -412,7 +412,7 @@ jobs:
|
|||||||
run: vault-auth
|
run: vault-auth
|
||||||
- id: secrets
|
- id: secrets
|
||||||
name: Fetch Vault Secrets
|
name: Fetch Vault Secrets
|
||||||
uses: hashicorp/vault-action@130d1f5f4fe645bb6c83e4225c04d64cfb62de6e
|
uses: hashicorp/vault-action@affa6f04da5c2d55e6e115b7d1b044a6b1af8c74
|
||||||
with:
|
with:
|
||||||
url: ${{ steps.vault-auth.outputs.addr }}
|
url: ${{ steps.vault-auth.outputs.addr }}
|
||||||
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
||||||
|
|||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -225,7 +225,7 @@ jobs:
|
|||||||
- id: secrets
|
- id: secrets
|
||||||
name: Fetch secrets
|
name: Fetch secrets
|
||||||
if: github.repository == 'hashicorp/vault-enterprise'
|
if: github.repository == 'hashicorp/vault-enterprise'
|
||||||
uses: hashicorp/vault-action@130d1f5f4fe645bb6c83e4225c04d64cfb62de6e
|
uses: hashicorp/vault-action@affa6f04da5c2d55e6e115b7d1b044a6b1af8c74
|
||||||
with:
|
with:
|
||||||
url: ${{ steps.vault-auth.outputs.addr }}
|
url: ${{ steps.vault-auth.outputs.addr }}
|
||||||
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
||||||
@@ -378,7 +378,7 @@ jobs:
|
|||||||
run: vault-auth
|
run: vault-auth
|
||||||
- id: secrets
|
- id: secrets
|
||||||
name: Fetch Vault Secrets
|
name: Fetch Vault Secrets
|
||||||
uses: hashicorp/vault-action@130d1f5f4fe645bb6c83e4225c04d64cfb62de6e
|
uses: hashicorp/vault-action@affa6f04da5c2d55e6e115b7d1b044a6b1af8c74
|
||||||
with:
|
with:
|
||||||
url: ${{ steps.vault-auth.outputs.addr }}
|
url: ${{ steps.vault-auth.outputs.addr }}
|
||||||
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
||||||
|
|||||||
4
.github/workflows/test-go.yml
vendored
4
.github/workflows/test-go.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
|||||||
- name: Fetch Secrets
|
- name: Fetch Secrets
|
||||||
id: secrets
|
id: secrets
|
||||||
if: github.repository == 'hashicorp/vault-enterprise'
|
if: github.repository == 'hashicorp/vault-enterprise'
|
||||||
uses: hashicorp/vault-action@130d1f5f4fe645bb6c83e4225c04d64cfb62de6e
|
uses: hashicorp/vault-action@affa6f04da5c2d55e6e115b7d1b044a6b1af8c74
|
||||||
with:
|
with:
|
||||||
url: ${{ steps.vault-auth.outputs.addr }}
|
url: ${{ steps.vault-auth.outputs.addr }}
|
||||||
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
||||||
@@ -228,7 +228,7 @@ jobs:
|
|||||||
- name: Fetch Secrets
|
- name: Fetch Secrets
|
||||||
id: secrets
|
id: secrets
|
||||||
if: github.repository == 'hashicorp/vault-enterprise'
|
if: github.repository == 'hashicorp/vault-enterprise'
|
||||||
uses: hashicorp/vault-action@130d1f5f4fe645bb6c83e4225c04d64cfb62de6e
|
uses: hashicorp/vault-action@affa6f04da5c2d55e6e115b7d1b044a6b1af8c74
|
||||||
with:
|
with:
|
||||||
url: ${{ steps.vault-auth.outputs.addr }}
|
url: ${{ steps.vault-auth.outputs.addr }}
|
||||||
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
caCertificate: ${{ steps.vault-auth.outputs.ca_certificate }}
|
||||||
|
|||||||
Reference in New Issue
Block a user