akralj / docker-couchdb-jwt

A docker image for Couchdb that uses JWT for authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Image for CouchDB 1.6.1 with JWT Auth

What is it?

How do I use it?

To run it with your own JWT secret,

  • Replace local.ini with your own CouchDB settings, or use as-is. Note that the included file enables CORS.
  • Modify jwt_auth.ini to include your secret key (base64url encoded -- not plain base64). See softapalvelin/couch_jwt_auth for more information on what can go there.
  • Build it with docker build -t yourname/couchdb-jwt .
  • Run with run.sh or see couchdb on Dockerhub for more ways to run.

About

A docker image for Couchdb that uses JWT for authentication


Languages

Language:Shell 100.0%