cloudfoundry-incubator / quarks-secret

Generate k8s secrets with an operator

Home Page:https://quarks.suse.dev/docs/quarks-secret/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuarksSecret

godoc go report card


A QuarksSecret allows the developers to deal with the management of credentials.

  • QuarksSecret can be used to generate passwords, certificates and keys
  • The generated credentials can be rotated by specifying its quarkssecret’s name in a configmap.
  • When a certificate is generated, QuarksSecret ensures that a certificate signing request is generated and is approved by the Kubernetes API server

See the official documentation for more information.


About

Generate k8s secrets with an operator

https://quarks.suse.dev/docs/quarks-secret/

License:Apache License 2.0


Languages

Language:Go 97.8%Language:Shell 1.0%Language:Mustache 0.7%Language:Dockerfile 0.3%Language:Makefile 0.3%