Skip to content

feat(product-console): add MONGO_PARAMETERS env var for TLS/auth options#1157

Merged
ferr3ira-gabriel merged 1 commit intodevelopfrom
feat/product-console-mongo-parameters
Apr 1, 2026
Merged

feat(product-console): add MONGO_PARAMETERS env var for TLS/auth options#1157
ferr3ira-gabriel merged 1 commit intodevelopfrom
feat/product-console-mongo-parameters

Conversation

@ferr3ira-gabriel
Copy link
Copy Markdown
Member

Summary

Adds MONGO_PARAMETERS environment variable to product-console helm chart to support additional MongoDB connection string parameters.

Use Case

Allows configuring MongoDB TLS and authentication options:

configmap:
  MONGO_PARAMETERS: "tls=true & authSource=admin"

This will be appended to the MongoDB connection string in product-console.

Changes

  • Add MONGO_PARAMETERS to configmap in values.yaml (defaults to empty string)

Note

Product-console application code also needs to be updated to use this env var in the connection string. See related PR in product-console repo.

Add MONGO_PARAMETERS configmap entry to allow passing additional MongoDB
connection string parameters (e.g., tls=true, authSource=admin).

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@ferr3ira-gabriel ferr3ira-gabriel requested a review from a team as a code owner April 1, 2026 15:03
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 1, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: e9044c6f-4962-4b1d-b160-2e2fbdc4c683

📥 Commits

Reviewing files that changed from the base of the PR and between a52d702 and 164468c.

📒 Files selected for processing (1)
  • charts/product-console/values.yaml

Walkthrough

Added a new MongoDB environment variable MONGO_PARAMETERS to the Helm chart's configmap configuration with a default empty string value, alongside existing MongoDB-related configuration settings.

Changes

Cohort / File(s) Summary
Helm Configuration
charts/product-console/values.yaml
Added new MONGO_PARAMETERS environment variable to configmap section with empty string default value.

Comment @coderabbitai help to get the list of available commands and usage tips.

@ferr3ira-gabriel ferr3ira-gabriel merged commit 4c73434 into develop Apr 1, 2026
3 checks passed
@ferr3ira-gabriel ferr3ira-gabriel deleted the feat/product-console-mongo-parameters branch April 1, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant