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

cloudfoundry-incubator/quarks-secret

Repository files navigation

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.