Skip to content

Releases: youknowforsearch/mongo-compass-web-helm

v1.1.0 — Native auth & compass-web 0.5.0 features

Choose a tag to compare

@youknowforsearch youknowforsearch released this 05 Jun 11:13

mongo-compass chart v1.1.0

Updates the chart to compass-web 0.5.0 (appVersion 0.4.2 → 0.5.0) and surfaces the new app capabilities as first-class chart options. Sensitive values are managed through a chart-created Secret (or your own via secret.existingSecret).

Added

  • Native OIDC/OAuth authentication (Authorization Code + PKCE) built into compass-web — no oauth2-proxy sidecar required. Auto-derives the /auth/callback redirect URI from httpRoute/ingress and baseRoute.
  • Native Basic auth (auth.basic.*).
  • Mongo Shell toggle (shell.enabledCW_ENABLE_SHELL).
  • GenAI query/aggregation options: OpenAI key, model, sample documents and custom prompts (genAI.*).
  • Edit connections in the UI with optional master-password encryption (editConnections.*).
  • App name (appName) and base route (baseRoute) configuration.
  • Chart-managed Secret for sensitive settings, plus secret.existingSecret support.

Changed

  • Bumped appVersion to 0.5.0 and chart version to 1.1.0.
  • Container now binds 0.0.0.0 on the service port via CW_HOST/CW_PORT.
  • Documentation (README, NOTES) and architecture diagrams updated for native auth.

Notes

  • Native OIDC (auth.oidc.enabled) and the legacy oauth2Proxy.enabled sidecar are mutually exclusive (enforced at render time).
  • auth.sessionSecret (>= 32 chars) is required when OIDC is enabled.

Install

```bash
helm repo add mongo-compass-web-secure https://youknowforsearch.github.io/mongo-compass-web-secure-helm
helm repo update
helm install mongo-compass mongo-compass-web-secure/mongo-compass --version 1.1.0
```

Full Changelog: v1.0.0...v1.1.0

Init: Mongo Compass web with Oauth Capablitiy

Choose a tag to compare

@youknowforsearch youknowforsearch released this 05 Jun 10:40
0da3438