Skip to content

docs(mongodb): document inline TLS certificate fields for UI/Docker - #475

Open
krishanu7 wants to merge 150 commits into
datazip-inc:stagingfrom
krishanu7:docs/mongodb-inline-tls-certs
Open

docs(mongodb): document inline TLS certificate fields for UI/Docker#475
krishanu7 wants to merge 150 commits into
datazip-inc:stagingfrom
krishanu7:docs/mongodb-inline-tls-certs

Conversation

@krishanu7

Copy link
Copy Markdown

Document tls_ca_cert and tls_certificate_key in the MongoDB connector guide, including UI/CLI config tables, TLS setup notes, and troubleshooting for file-path cert errors in ephemeral containers.

nayanj98 and others added 30 commits March 16, 2026 09:50
* Optimisation docs (datazip-inc#387)

* Import iceberg maintenance docs from PR datazip-inc#386

* docs: add optimisation docs

* updated old benchmarks path

* updated run metrics

* updated optimisation names and fixed orphan links

* added screenshots, resolved comments and updated catalog flow as per new approach

* resolved comments, changed introduction page content, added fusion architecture, added success state info

* added release ui note, updated catalog definition

* added maintenance ui upgrade note

* moved install section to overview and resolved comments

* doc: added docs for docker compose of fusion (datazip-inc#392)

* doc: added docs for docker compose of fusion

* doc: updated components and note to remove kind cluster

---------

Co-authored-by: siddharth-chevella <siddharth@datazip.io>
Co-authored-by: Saptarshi Adhikari <253665537+saptarshi-datazip@users.noreply.github.com>
…fusion-config

docs: added optimization configuration in k8s intallation
* added cdc filter to docs

* updated the note for cdc filter

* updated version of release

* removed adoption of sources section from data filter

* added incremental along with cdc

* made the filter defenition more generic and remove db2 filter requirement

* mentioned normalisation to be true for data filter

* updated the version

* added the olake ui version

* correct versions ui and olake
* chore: add doc for cli testing in olake-ui

* chore: resolve comments

* chore: resolve comments

* chore: fix image name

* chore: resolve comment
* fix: sidebar issues

* fix: sidebar issue fix

* fix: resolve comment
* add api documentation

* added swagger img
* updated docs with arrow writer

* update the tables with proper parameters
* Removed optional parameter from wal_sender_timeout in postgres

* added ssl mode for postgres

* added the issue in troubleshooting section
* updated the cron with 7 field

* added cron examples in properties section
* update release notes with optimization section

* fix build

* update overview page for maintenance
…p-inc#407)

* docs:Bulk configuration section added in Ingestion Properties

* modified the edge case for data filter and cursor field

* corrected the bulk config definition and refurbished the edge cases
* blog:OLake Fusion vs Spark Compaction

* changed the blog title

* updated the image and cost modifications

* changed average to total time in conclusion

* updated image, modified the content

* updated the cost values in blog

* added disk size to the instance table

* update the title for the blog

* updated graphs for similar comparison

* updated the title image of the blog

* updated the bar graph with number of bars
* docs: Optimization Benchmarking Document

* removed parameter, redefined docc structure

* modified the slower by value

* updated the cost value after removing fusion pod

* update fusion definition

* updated the cloud storage to GCP

* updated the cost values

* update cost

* updated spark and fusion frequency of execution

* updated benchmark environment section
* updated the create first pipeline section

* updated the doc with resource first workflow

* updated images in the section

* updated the workflow overall content

* removed the parameter max-task-size-bytes from the blog fusion vs spark

* added note about max-task-size-bytes default value
…datazip-inc#409)

* improvement: renamed optimization to either maintenance or compaction

* updated product labels

* fixed link redirect issue, added driver upgrade warning
* docs: refactor compose quick start and upgrade tabs

* chore: resolved comments

* chore: removed a minor note

* chore: removed es and modified doc

* chore: move text in optimization

* chore: spell checks and command change

---------

Co-authored-by: hashcode-ankit <ankit@datazip.io>
* updated fusion setup links

* added helm upgrade link

* chore: updating some text

* chore: represent command better and also update text

---------

Co-authored-by: hashcode-ankit <ankit@datazip.io>
* added schema parameter to postgres docs

* updated UI table for schema parameter
* blog: Introducing OLake Fusion

* changes-01

* comments resolved

* updated links

* resolved comments -2

* chore: minor changes

* chore: resolved badal comments

* update: delete file image

* reolved: badal comments 2

* docs: add SEO keywords for OLake Fusion compaction content

* address comments

* address comments

* addressed review comments from Badal and Merlyn

* addressed review comments from Badal and Merlyn.

* fixed the cover image and added one FAQ.

* addressed the comments

* chore: minor changes

* minor changes to the cover image

* minor faq fix

* added OLake Fusion CTA tags for blogs

* chore: removed airflow, spark -> vanilla spark

* removed compaction strategies faqs

* removed the tags and fixed the cover image

* final comments resolved

---------

Co-authored-by: siddharth-chevella <siddharth@datazip.io>
anshika-oss and others added 29 commits July 15, 2026 13:07
…Q, Numbered each Question and turned OLake to OLake Go
…dding changes didn't effect other faqs present in the website
* Add blog post: How OLake Handles Schema Evolution

* Addressed the Blog comments

* fixed all minor comments

* slug issue
…tics-manual

Add Google Analytics tag and fix broken headTags config
* query engine compatibility doc update

* update the table and important notes

* update table to correct databricks compatibility with s3 tables

* update big query catalog

* change symbols and their definitions
…0.9.0

docs: update release notes olake go
…p-inc#465)

* style(tabs): bound, sticky, and depth-shaded nested TabViews

Long <Tabs> panels had no visual boundary, so once the tab bar scrolled
off-screen readers couldn't tell which tab they were in or where the tab
content ended. Nested tab-views made this worse.

- Wrap .tabs-container in a bordered card so tab content has a clear
  start and end.
- Make the tab label bar sticky under the navbar; nested bars stack
  directly below their parent using a deterministic bar-height variable
  so they never overlap the parent bar.
- Shade bars per nesting depth (light theme darkens, dark theme
  elevates) so up to ~4 levels of nesting are visually distinct.
- Style the active tab as a connected folder-tab that pops against its
  bar at every level.

CSS-only; applies globally to all Docusaurus tabs with no .mdx changes.

Co-authored-by: Cursor <cursoragent@cursor.com>

* style(tabs): remove per-depth color coding, use uniform bar color

Revert the depth-based bar shading; all nested tab bars now share the
same muted (light) / secondary (dark) background. Bounded card, sticky
stacking, and connected active tab behavior are unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
docs: Update rest catalog with biglake catalog
…ke_catalog

docs: fix the sidebar for biglake
* feat: new landing page, fusion page and go page

* fix: improve all three landing pages performance

* fix: improve performance

* fix: improve performance

* fix: resolve comments

* fix: resolve comments

* fix: resolve comment

* chore: add reo.dev
Document tls_ca_cert and tls_certificate_key in the MongoDB connector
guide, including UI/CLI config tables, TLS setup notes, and troubleshooting
for file-path cert errors in ephemeral containers.
@CLAassistant

CLAassistant commented Aug 9, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.