Skip to content

Harden mongo#555

Open
tvdijen wants to merge 3 commits into
OpenConext:mainfrom
tvdijen:patch-1
Open

Harden mongo#555
tvdijen wants to merge 3 commits into
OpenConext:mainfrom
tvdijen:patch-1

Conversation

@tvdijen

@tvdijen tvdijen commented Oct 16, 2025

Copy link
Copy Markdown
Contributor

This disables legacy TLS-protocols and server-side javascript processing which is enabled by default.
Taken from CIS hardening guidelines for Mongo

This disables legacy TLS-protocols and server-side javascript processing which is enabled by default
@tvdijen

tvdijen commented Oct 16, 2025

Copy link
Copy Markdown
Contributor Author

To consider:

Add:

security:
  clusterIpSourceAllowlist:
    - 10.x.x.x/28

To restrict the clients that can communicate with the Mongo server.

@crosmuller

Copy link
Copy Markdown
Contributor

Thank you for this, I haven't had time to test and merge but will soon as possible, same for the mariadb PR

@tvdijen

tvdijen commented Nov 14, 2025

Copy link
Copy Markdown
Contributor Author

Sure @crosmuller, no worries! It's just something I'm returning to the community. All fine if you don't accept it

@phavekes phavekes requested a review from crosmuller February 27, 2026 08:38
@phavekes

Copy link
Copy Markdown
Member

@phavekes phavekes added the Do not merge Work in progress, or other blocking reasons label Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Do not merge Work in progress, or other blocking reasons

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants