Skip to content
This repository was archived by the owner on Nov 10, 2019. It is now read-only.

Commit 22c84e1

Browse files
metadata update
1 parent 5ccfb64 commit 22c84e1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

plugins/vault/plugin.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
title: Vault Plugin
22
image: codefresh/cf-vault-plugin:latest
33
description: The plugin exports KV pairs from Hashicorp Vault to Codefresh pipeline ENV variables
4-
Category:
4+
category:
55
- Featured
6-
source: https://github.com/codefresh-io/cf-vault-plugin
6+
source: 'https://github.com/codefresh-io/cf-vault-plugin'
77
logo: 'https://raw.githubusercontent.com/docker-library/docs/fab4b16599d1424cee888d47af850e0ba07e6a37/vault/logo.svg?sanitize=true'
88
maintainers:
99
- name: Alexander Aladov
1010
envs:
1111
- 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)'
1313
- 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)'
1515
- name: VAULT_AUTH_TOKEN
16-
description: "Vault authentication token (required)"
16+
description: 'Vault authentication token (required)'
1717
- name: VAULT_CLIENT_CERT_BASE64
18-
description: "Base64 encoded client cerificate"
18+
description: 'Base64 encoded client cerificate'
1919
- name: VAULT_CLIENT_KEY_BASE64
20-
description: "Base64 encoded client key"
20+
description: 'Base64 encoded client key'

0 commit comments

Comments
 (0)