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

Commit 3d444b4

Browse files
metadata update
1 parent cce102a commit 3d444b4

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

plugins/google-kms/example.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
google_kms:
2+
image: codefresh/google-kms
3+
commands:
4+
- kms encrypt VALUE_1 VALUE_n

plugins/google-kms/plugin.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
title: Use Google KMS
2+
image: codefresh/google-kms:latest
3+
description: Facilitates work with Google Key Management Service for such operations as encrypting and decrypting
4+
category:
5+
- Featured
6+
source: 'https://github.com/codefresh-io/plugins/blob/master/plugins/google-kms'
7+
logo: 'https://raw.githubusercontent.com/codefresh-io/plugins/new-pipeline/plugins/vault/logo.jpg'
8+
maintainers:
9+
- name: Will Malone
10+
envs:
11+
- name: KMS_PROJECT
12+
description: GCP project name in which your KMS entities are present
13+
- name: KMS_LOCATION
14+
description: Google KMS location
15+
- name: KMS_KEYRING
16+
description: Google KMS keyring
17+
- name: KMS_KEY
18+
description: Google KMS key
19+
- name: GCP_SA_KEY
20+
description: Google Service Account Key (JSON)

plugins/release-to-NPM/plugin.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
title: release-to-npm plugin
1+
title: Publish on NPM
22
image: codefresh/release-to-npm:latest
3-
description: The release-to-npm can be used to publish images to npm
3+
description: Publishes a nodejs package to NPM registry
44
category:
55
- Featured
6-
source: 'https://github.com/codefresh-io/'
6+
source: 'https://github.com/codefresh-io/plugins/blob/master/plugins/release-to-NPM'
77
logo: 'https://authy.com/wp-content/uploads/npm-logo.png'
88
maintainers:
9-
- name: NA
9+
- name: Jakob Stuart
1010
envs:
1111
- name: NPM_TOKEN
1212
description: 'token of npm account (required)'

0 commit comments

Comments
 (0)