vault-action icon indicating copy to clipboard operation
vault-action copied to clipboard

A GitHub Action that simplifies using HashiCorp Vault™ secrets as build variables.

Results 71 vault-action issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** My current problem is related with runners running inside isolated networks using proxy to connect to Internet. Node is not...

enhancement

**Describe the bug** 1. A job triggers an action X which call the vault-action. 2. New env variable Y is set and has value VALUE1. 3. Job triggers the action...

bug
good first issue

Bumps [got](https://github.com/sindresorhus/got) from 11.8.5 to 12.3.1. Release notes Sourced from got's releases. v12.3.1 Don't freeze signal when freezing Options (#2100) 43b1467 https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1 v12.3.0 Add .off() method for events (#2092) 88056be...

dependencies

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.9.0&new-version=1.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies

This PR is to address #352 - Optionally sets `vault_token` output to the action, so that we can use it in our workflows after authenticating in a scoped fashion.

**Is your feature request related to a problem? Please describe.** Our use case for this action in many scenarios is that we wish to authenticate to Vault via a JWT...

enhancement

**Is your feature request related to a problem? Please describe.** I'm using a kv2 store, with a key that had a dash: `foo-bar`. This produced errors that we difficult to...

enhancement

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.5.25 to 10.5.26. Release notes Sourced from jsrsasign's releases. CSRUtil class enhancement Changes from 10.5.25 to 10.5.26 (2022-Jul-14) src/asn1csr.js CSRUtil.verifySignature method added CSRUtil.getParam enhanced to support optional...

dependencies

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 28.1.1 to 28.1.3 Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when...

dependencies

**Is your feature request related to a problem? Please describe.** Currently we use GitLabCI and we export all keys of some paths in a json file. The arborescence in Vault...

enhancement
good first issue