Skip to content

Commit

Permalink
Get secrets from Vault explicitly for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MormonJesus69420 committed May 23, 2024
1 parent 30e9952 commit c390a14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ jobs:
method: approle
roleId: ${{ secrets.VAULT_ROLE_ID }}
secretId: ${{ secrets.VAULT_SECRET_ID }}
secrets: secret/v1/application/k8s/mlt/proxy *
secrets: |
secret/v1/application/k8s/mlt/proxy HTTP_PROXY_HOST
secret/v1/application/k8s/mlt/proxy HTTP_PROXY_PORT
secret/v1/application/k8s/mlt/proxy HTTPS_PROXY_HOST
secret/v1/application/k8s/mlt/proxy HTTPS_PROXY_PORT
- name: Test the Project
run: |
Expand Down

0 comments on commit c390a14

Please sign in to comment.