Replies: 4 comments
-
Hello @shekarpcs ES6 doesn't support basic auth right now, you could switch to ES7 for support of that: https://github.com/Netflix/conductor/blob/main/es7-persistence/README.md |
Beta Was this translation helpful? Give feedback.
-
is there a way to make these credentials variables (es7) so to not need to hard-code them in the config.properties? |
Beta Was this translation helpful? Give feedback.
-
when running this in kubenetes we just lock it down with istio policies. we leave es open and limit traffic to only the conductor service and the instance. |
Beta Was this translation helpful? Give feedback.
-
When will ES7 will be part of main Repo?
We cannot we make ES7 default one. We have many limitations with ES 6 and
may be it is time to move to ES7
…On Mon, Mar 21, 2022, 12:57 PM Joseph Karp ***@***.***> wrote:
when running this in kubenetes we just lock it down with istio policies.
we leave es open and limit traffic to only the conductor service and the
instance.
—
Reply to this email directly, view it on GitHub
<#2838 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQ2C7UBZB345G6XPMYDFGLVBCTAJANCNFSM5QMMFYEQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
We are using conductors 3.5.2 and it uses ES6 implementation. How can we pass username and Password in ES6 ?
Conductor.elasticsearch.username is not working in ES6.
Beta Was this translation helpful? Give feedback.
All reactions