You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lauri Võsandi 3b3b5cdb1b
continuous-integration/drone Build is passing Details
Add bcrypt hashing
4 months ago
crds Add Helm chart 4 months ago
templates Add Helm chart 4 months ago
.drone.yml Enable multiarch builds 4 months ago
Chart.yaml Add Helm chart 4 months ago
Dockerfile Add bcrypt hashing 4 months ago
README.md Initial commit 5 months ago
generated-secret-operator.py Add bcrypt hashing 4 months ago

README.md

Generated secret operator

This operator can be used to provision secrets easily

To instantiate secret:

apiVersion: codemowers.io/v1alpha1
kind: GeneratedSecret
metadata:
  name: my-secret
spec:
  mapping:
    - key: SECRET
      value: "%(password)s"