localsecrets

command
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2022 License: MIT Imports: 17 Imported by: 0

README

Local Secrets Injector

This tool injects working secrets into a running Acyl environment in a local k8s cluster (minikube, etc).

This is intended to allow full end-to-end tests in a local Acyl environment with real working secrets such as GitHub API token, Slack API token, image pull secret, etc.

Usage

$ GO111MODULE=off go build
$ export GITHUB_TOKEN=xxx
$ export SLACK_TOKEN=yyy # optional
$ kubectx minikube # make sure minikube is up and running, and there is a running Acyl DQA in it
$ ./localsecrets --image-pull-secret-path /tmp/image-pull-secret.json --dockercfg-path /tmp/dockercfg.json

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL