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
{{ message }}
This repository was archived by the owner on Nov 10, 2019. It is now read-only.
Use Codefresh [Vault](https://www.vaultproject.io) plugin to make key-value pairs stored in a vault available as environment variables for further steps.
4
+
5
+
NOTE: this plugin currently supports token authentication and Key/Value secrets engine only.
6
+
7
+
8
+
## Usage
9
+
10
+
Set required and optional environment variables and add the following step to your Codefresh pipeline:
11
+
12
+
Example Variables:
13
+
14
+
The example below will authenticate to vault server `https://vault.testdomain.io:8200` using token `s.4wtaMJuZ7dv0c4XuRaasLUOG` and export all secrets found in path `secret/codefreshsecret` as ENV variables available for further steps.
0 commit comments