/password

A repo to run a go http password generator

Primary LanguagePythonMIT LicenseMIT

password

A container to a http password generator

Requirements

Usage

  • Build and run container
$ make build
$ make up
  • Get password

plaintext

$ make get-pass
# or
$ curl http://127.0.0.1
HiEN-l0Dz-VQ8b-QdLu

json

$ make get-json
# or
$ curl http://127.0.0.1/json
{
  "password": "HiEN-l0Dz-VQ8b-QdLu"
}

Helm chart

NOTE depends on nginx-ingress, external-dns, and kube-lego

Deploy

$ make deploy

Delete

$ make delete