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

Latest commit

 

History

History
25 lines (16 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.38 KB

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.