No description
Find a file
2024-07-16 19:20:30 +02:00
src Fixed query parameters and dynamic Client ID 2024-07-16 19:20:30 +02:00
.dockerignore initial 2024-07-13 21:06:27 +02:00
.gitignore initial 2024-07-13 21:06:27 +02:00
Cargo.lock Redis cache 2024-07-14 14:34:01 +02:00
Cargo.toml Redis cache 2024-07-14 14:34:01 +02:00
Dockerfile initial 2024-07-13 21:06:27 +02:00
LICENSE.md Update LICENSE.md 2024-07-16 16:41:53 +00:00
README.md Redis cache 2024-07-14 14:34:01 +02:00

CouchDB Keycloak Proxy

This is a proxy to authenticate on CouchDB using Keycloak to provide the roles

Environment variables

  • KEYCLOAK_CLIENT_ID
  • KEYCLOAK_CLIENT_SECRET
  • KEYCLOAK_TOKEN_URL
  • COUCHDB_HOST
  • COUCHDB_PORT
  • COUCHDB_SECRET
  • REDIS_HOST