Skip to content

Conversation

@tina-zimnicki
Copy link
Contributor

I added worker differentiation, and changed some of the setting defaults as requested by @tvandort .


This PR refactors the worker configuration, replacing the single worker pool with the ability to define multiple specialized worker deployments. I also added logic to auto-configure these specialized workers for Fidesplus deployments and updated some default settings, some of them might need to be changed later on though, like DSR 3.

Pre-merge Checklist

  • All CI Pipelines Succeeded
  • Documentation Updated
  • Increment Applicable Chart Versions
  • Relevant Follow-Up Issues Created
  • Update the Fides chart CHANGELOG.md
  • Update the Fides-minimal chart CHANGELOG.md

@tina-zimnicki tina-zimnicki requested a review from a team as a code owner September 22, 2025 21:24
@github-actions github-actions bot added helm/fides The Fides Helm Chart helm/fides-minimal labels Sep 22, 2025
- name: FIDES__REDIS__SSL_CERT_REQS # Accepted values include: none, optional and require.
value: "none"
- name: FIDES__EXECUTION__USE_DSR_3_0
value: "true"
Copy link
Contributor

@RobertKeyser RobertKeyser Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now deprecated (it only uses DSR 3.0) as of 2.70.0. That being said, it's not wrong to add it, but it will only take effect for those on <2.70.0.

https://github.com/ethyca/fides/blob/main/CHANGELOG.md#2700

Detect if fidesplus is being used based on the repository name
*/}}
{{- define "fides.isFidesplus" -}}
{{- if contains "fidesplus" (.Values.fides.image.repository | lower) -}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good idea, but if anyone is re-building the docker file to host on an internal image repo (e.g. ECR), it won't necessarily have fidesplus in the name.

It might make more sense to have an explicit variable? Then we could use that explicit variable to automatically set the default docker repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, good catch. Can I have an override instead?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You said this wouldn't be a problem for custom docker repos, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can go test. Give me a bit please.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, ready to merge I think.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 7, 2025
Copy link
Contributor

@RobertKeyser RobertKeyser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Feel free to merge when you're ready

@tina-zimnicki tina-zimnicki merged commit 5dadffb into main Oct 7, 2025
2 checks passed
@tina-zimnicki tina-zimnicki deleted the OPS-1069-add-worker-differentiation branch October 7, 2025 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation helm/fides The Fides Helm Chart helm/fides-minimal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants