apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

Allows managing keys as secrets

Open nfrankel opened this issue 3 years ago • 3 comments

At the moment, the Apache APISIX Helm chart default values looks like:

admin:
  credentials:
    admin: edd1c9f034335f136f87ad84b625c8f1
    viewer: 4054f7cf07e344346cd3f287985e76a2

To override them, I need to set them "in clear".

It would be better to manage them as Kubernetes Secrets.

nfrankel avatar Sep 30 '22 06:09 nfrankel

Make sense.

tokers avatar Sep 30 '22 08:09 tokers

We need a way to fetch the secret data to the container, either from volume or environment variables. Let's leave it here and see others' ideas.

tokers avatar Sep 30 '22 09:09 tokers

Instead of a Config Map, you could use a Secret

nfrankel avatar Sep 30 '22 09:09 nfrankel