Skip to content

A docker image for Couchdb that uses JWT for authentication

Notifications You must be signed in to change notification settings

dgoeke/docker-couchdb-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages