Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(kuma-cp): handle external services with permissive mtls #7179

Conversation

jakubdyszkiewicz
Copy link
Contributor

Checklist prior to review

While technically it's not an issue on master I want to have test/code parity between master an release-2.3 branch.

On the release branch we have .Dataplanes.Total which we don't fill anymore, therefore we had to switch to Offline + Online.
On the release branch Service Insight for some reason increment number of Total DP, but does not increment Offline nor Offline so we end up with false on
insight.IssuedBackends[backend.Name] == insight.Dataplanes.Total condition.

Fix #7140

  • Link to relevant issue as well as docs and UI issues --
  • This will not break child repos: it doesn't hardcode values (.e.g "kumahq" as a image registry) and it will work on Windows, system specific functions like syscall.Mkfifo have equivalent implementation on the other OS --
  • Tests (Unit test, E2E tests, manual test on universal and k8s) --
  • Do you need to update UPGRADE.md? --
  • Does it need to be backported according to the backporting policy? --
  • Do you need to explicitly set a > Changelog: entry here or add a ci/ label to run fewer/more tests?

@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner July 5, 2023 13:42
@jakubdyszkiewicz jakubdyszkiewicz requested review from bartsmykla and lobkovilya and removed request for a team July 5, 2023 13:42
@jakubdyszkiewicz jakubdyszkiewicz merged commit 6e228b7 into kumahq:master Jul 6, 2023
@jakubdyszkiewicz jakubdyszkiewicz deleted the fix/external-services-permissive-mtls-master branch July 6, 2023 07:25
@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2023

backporting to release-2.2 with action

backporting to release-2.3 with action
backporting to release-2.1 with action
backporting to release-1.8 with action

kumahq bot pushed a commit that referenced this pull request Jul 6, 2023
kumahq bot pushed a commit that referenced this pull request Jul 6, 2023
kumahq bot pushed a commit that referenced this pull request Jul 6, 2023
kumahq bot pushed a commit that referenced this pull request Jul 6, 2023
kumahq bot pushed a commit that referenced this pull request Jul 6, 2023
jakubdyszkiewicz added a commit that referenced this pull request Jul 6, 2023
… of #7179) (#7187)

* fix(kuma-cp): handle external services with permissive mtls (#7179)

Signed-off-by: Jakub Dyszkiewicz <[email protected]>

* chore: resolve conflict

Signed-off-by: Jakub Dyszkiewicz <[email protected]>

---------

Signed-off-by: Jakub Dyszkiewicz <[email protected]>
Co-authored-by: Jakub Dyszkiewicz <[email protected]>
jakubdyszkiewicz added a commit that referenced this pull request Jul 6, 2023
… of #7179) (#7185)

* fix(kuma-cp): handle external services with permissive mtls (#7179)

Signed-off-by: Jakub Dyszkiewicz <[email protected]>

* chore: resolve conflict

Signed-off-by: Jakub Dyszkiewicz <[email protected]>

---------

Signed-off-by: Jakub Dyszkiewicz <[email protected]>
Co-authored-by: Jakub Dyszkiewicz <[email protected]>
jakubdyszkiewicz added a commit that referenced this pull request Jul 7, 2023
jakubdyszkiewicz added a commit that referenced this pull request Jul 7, 2023
… of #7179) (#7188)

* fix(kuma-cp): handle external services with permissive mtls (#7179)

Signed-off-by: Jakub Dyszkiewicz <[email protected]>

* chore: resolve conflict

Signed-off-by: Jakub Dyszkiewicz <[email protected]>

---------

Signed-off-by: Jakub Dyszkiewicz <[email protected]>
Co-authored-by: Jakub Dyszkiewicz <[email protected]>
jakubdyszkiewicz added a commit that referenced this pull request Jul 7, 2023
… of #7179) (#7186)

* fix(kuma-cp): handle external services with permissive mtls (#7179)

Signed-off-by: Jakub Dyszkiewicz <[email protected]>

* chore: resolve conflict

Signed-off-by: Jakub Dyszkiewicz <[email protected]>

---------

Signed-off-by: Jakub Dyszkiewicz <[email protected]>
Co-authored-by: Jakub Dyszkiewicz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExternalServices don't seem to work when MTLS mode is set to PERMISSIVE
2 participants