Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github actions integration error #364

Closed
ankitaaswal9 opened this issue Sep 19, 2022 · 2 comments
Closed

Github actions integration error #364

ankitaaswal9 opened this issue Sep 19, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@ankitaaswal9
Copy link

We are integrating vault with github action. We are getting the following error :
image

Below is the implementation code:
- name: Import Secrets uses: hashicorp/vault-action@v2.4.0 id: secrets with: url: **url** tlsSkipVerify: true exportEnv: false secrets: secret/data/ci npmToken token: ${{ secrets.VAULT_TOKEN }} method: token

NOte: Our vault is behind VPN in kubernetes cluster.

@hsimon-hashicorp hsimon-hashicorp added the bug Something isn't working label Sep 19, 2022
@fairclothjm
Copy link
Contributor

@ankitaaswal9 Hello, are you still encountering this error on our newest release? If yes, are there any more details you can share to reproduce this issue?

One question I have is: can you confirm that you are using the correct path to the secret? secret/data/ci?

@fairclothjm
Copy link
Contributor

Due to inactivity, we will close this issue. Please feel free to reopen if you feel this was a mistake, or if there is additional information to add. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants