Open
Description
Kubernetes doesn't support mapping two secrets to the same directory... They're mounted as volumes and you can't put one volume inside another or merge the keys in any way.
In the meantime, is there something we can do with this container to make it easier to work with? Possible solutions:
- Make the auth secret location configurable, e.g.
AUTH_LOCATION
. - Put the auth secret in a different place, e.g.
/etc/auth/htpasswd
.
1 would be more backward compatible, but is anyone successfully utilizing the current configuration? 2 avoids adding an additional config parameter, and feels a little bit more aware of the present kubernetes limitations.
Metadata
Metadata
Assignees
Labels
No labels