Skip to content

rishabhc32/mongodb-oidc-proxy

 
 

Repository files navigation

mongodb-oidc-proxy

OIDC-aware logging MongoDB wire protocol proxy.

Transparent proxy mode (default):

mongodb-wp-proxy [--ndjson] <remotehost:remoteport> <[localhost:]localport>

OIDC proxy mode:

mongodb-wp-proxy [--ndjson] [--tag <value>]... --oidc-mode --issuer <url> --client-id <id> --connection-string <uri> [--jwks-uri <url>] [--audience <aud>] <[localhost:]localport>

The --tag option can be specified multiple times to add multiple tags to log entries:

mongodb-wp-proxy --tag prod --tag us-east-1 --oidc-mode ...

LICENSE

Apache-2.0

About

OIDC‑aware logging MongoDB wire protocol proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • Other 0.9%