Expected Behavior
COUCHDB_USER=YWRtaW4=
shall give
[admins]
YWRtaW4= = -pbkdf2-3202582cea5a342e5a7f94d12475f55e0ff53545,ac28cb29b8c4fe48d16bf5e2a76cdc8a,10
in
/opt/couchdb/etc/local.d/docker.ini
Current Behavior
gets
[admins]
YWRtaW4 = -pbkdf2-3202582cea5a342e5a7f94d12475f55e0ff53545,ac28cb29b8c4fe48d16bf5e2a76cdc8a,10
// NOTE the = in the end of original "YWRtaW4="
in
/opt/couchdb/etc/local.d/docker.ini
Possible Solution
Steps to Reproduce (for bugs)
- passing env var,
COUCHDB_USER=YWRtaW4= the point is with an equal sign at the end, and other necessary values e.g. your password
- start the docker, and your couch db docker image shall be running, and can be access outside the docker image
- go to admin console from browser, and you find you cannot log in with the username
Context
Tried to deploy inside kubernetes with base64 encoding, it the = hurts
Your Environment
Expected Behavior
COUCHDB_USER=YWRtaW4=shall give
in
/opt/couchdb/etc/local.d/docker.ini
Current Behavior
gets
in
/opt/couchdb/etc/local.d/docker.ini
Possible Solution
Steps to Reproduce (for bugs)
COUCHDB_USER=YWRtaW4=the point is with an equal sign at the end, and other necessary values e.g. your passwordContext
Tried to deploy inside kubernetes with base64 encoding, it the = hurts
Your Environment