You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
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!
We are integrating vault with github action. We are getting the following error :
![image](https://user-images.githubusercontent.com/85473259/190975456-9fe78e04-71a3-41d1-bb29-ae8435a687fd.png)
Below is the implementation code:
- name: Import Secrets uses: hashicorp/[email protected] 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.
The text was updated successfully, but these errors were encountered: