You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using OpenSearch as document store it's not currently possible to utilize secret management and easily pick credentials for HTTP basic auth from environment.
It can definitely be instrumented along the lines of:
However, there's also a somewhat bigger problem when trying to use YAML to override pipeline architecture (or just load pipeline definitions from YAML), because it would currently look like:
When using OpenSearch as document store it's not currently possible to utilize secret management and easily pick credentials for HTTP basic auth from environment.
It can definitely be instrumented along the lines of:
while managing
settings
separately.However, there's also a somewhat bigger problem when trying to use YAML to override pipeline architecture (or just load pipeline definitions from YAML), because it would currently look like:
which isn't ideal for any serious deployment scenarios.
If would be great to have an option to use secret management and consequently
env_vars
supported for YAML for OpenSearch.The text was updated successfully, but these errors were encountered: