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

[BUG] Operator is not Istio Servicemesh Bulletproof #804

Closed
Crazyigor1987 opened this issue May 6, 2024 · 1 comment
Closed

[BUG] Operator is not Istio Servicemesh Bulletproof #804

Crazyigor1987 opened this issue May 6, 2024 · 1 comment

Comments

@Crazyigor1987
Copy link

I am trying to get an Opensearch cluster running in combination with the Istio Servicemesh. The Servicemesh takes over the encryption for me. While pure TCP stream (i.e. port 9300) can be double-encrypted and thus has no effect on the transport layer, I fail at http port 9200. The operator generates a security configupdate job at bootstrap, which necessarily requests https://opensearch.{namespace}:9200. I have no option here to either set it to http or to set an annotation for this job.

@Crazyigor1987 Crazyigor1987 added bug Something isn't working untriaged Issues that have not yet been triaged labels May 6, 2024
@swoehrl-mw
Copy link
Collaborator

Hi @Crazyigor1987. The securityconfig-update-job uses client certificates, so it always needs to connect with its own https/tls connection.
As I see you've already filed a specific issues for the annotations, I'm closing this issue. If you have specific issues/ideas to make the operator work (better) with istio, please feel free to file separate issues for them.

@swoehrl-mw swoehrl-mw closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
@swoehrl-mw swoehrl-mw removed bug Something isn't working untriaged Issues that have not yet been triaged labels May 16, 2024
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

No branches or pull requests

2 participants