This repository was archived by the owner on Nov 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
title : Vault Plugin
2
2
image : codefresh/cf-vault-plugin:latest
3
3
description : The plugin exports KV pairs from Hashicorp Vault to Codefresh pipeline ENV variables
4
- Category :
4
+ category :
5
5
- Featured
6
- source : https://github.com/codefresh-io/cf-vault-plugin
6
+ source : ' https://github.com/codefresh-io/cf-vault-plugin'
7
7
logo : ' https://raw.githubusercontent.com/docker-library/docs/fab4b16599d1424cee888d47af850e0ba07e6a37/vault/logo.svg?sanitize=true'
8
8
maintainers :
9
9
- name : Alexander Aladov
10
10
envs :
11
11
- name : VAULT_ADDR
12
- description : " Vault server URI. Example: https://vault.testdomain.io:8200 (required)"
12
+ description : ' Vault server URI. Example: https://vault.testdomain.io:8200 (required)'
13
13
- name : VAULT_PATH
14
- description : " Path to secrets in vault. Example: secret/codefreshsecret (required)"
14
+ description : ' Path to secrets in vault. Example: secret/codefreshsecret (required)'
15
15
- name : VAULT_AUTH_TOKEN
16
- description : " Vault authentication token (required)"
16
+ description : ' Vault authentication token (required)'
17
17
- name : VAULT_CLIENT_CERT_BASE64
18
- description : " Base64 encoded client cerificate"
18
+ description : ' Base64 encoded client cerificate'
19
19
- name : VAULT_CLIENT_KEY_BASE64
20
- description : " Base64 encoded client key"
20
+ description : ' Base64 encoded client key'
You can’t perform that action at this time.
0 commit comments