Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

adobe/helix-param-checker

Helix Parameter Checker

Computes a SHA256 of all package parameter whose names are uppercase, which are usually reserved for secrets. This can be used to setup a monitoring job that checks whether an OpenWhisk credential update has been applied consistently in all regions.

Status

codecov CircleCI GitHub license GitHub issues LGTM Code Quality Grade: JavaScript semantic-release

Installation

Usage

curl https://adobeioruntime.net/api/v1/web/helix/helix-services/param-checker@v1

For more, see the API documentation.

Development

Deploying Helix Parameter Checker

Deploying Helix Parameter Checker requires the wsk command line client, authenticated to a namespace of your choice. For Project Helix, we use the helix namespace.

All commits to main that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as /helix-services/service@ci<num> and tagged with the CI build number.