dynamic-secret-operator

command module
v0.0.0-...-5e0a0ca Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: GPL-3.0 Imports: 11 Imported by: 0

README

dynamic-secret-operator

How to install

make deploy

Apply CRD

apiVersion: secret.linhng98.com/v1alpha1
kind: Plaintext
metadata:
  name: dynamic-secret
  namespace: default
spec:
  secrets:
    - key: password
      len: 64
      whitelist: "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
      prefix: "pass_"
      postfix: "_word"
      backend: "kubernetes"

Roadmap

  • (support binary secret)
  • (support RSA secret)
  • (support ECDSA secret)
  • (support TLS)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the secret v1alpha1 API group +kubebuilder:object:generate=true +groupName=secret.linhng98.com
Package v1alpha1 contains API Schema definitions for the secret v1alpha1 API group +kubebuilder:object:generate=true +groupName=secret.linhng98.com

Jump to

Keyboard shortcuts

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