You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/08/14 16:56:48 UTC

[GitHub] [couchdb-docker] wohali commented on issue #188: COUCHDB_JWT environment variable

wohali commented on issue #188:
URL: https://github.com/apache/couchdb-docker/issues/188#issuecomment-674167919


   No. CouchDB would still take this and write it out to the `ini` file, so what's the point?
   
   If you want this, write your own Dockerfile that injects it, subclassed from ours.
   
   You could also do a bring-up that POSTs the key into each node after startup via the `/_node/_local/_config` endpoint, but keep in mind this will rewrite the `ini` file and store the key in there.
   
   If you want to change the CouchDB behaviour, and have a way to specify the key only at runtime, never stored in the ini file, you'll need to raise an issue over on the main repository, not here. However, nothing in CouchDB is done this way today, so you'd be creating an entirely new mechanism for this.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org