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
In #631, logic was introduced in the CI to pass in a different credential based on the version. If the version of opensearch is 2.12 or later, the demo configuration needs a strong password. Prior to that, the defualt "admin" was used. However, this was done in a sub-optimal way, which needed if - else blocks in .sh files. Ideally, this should be done with github env variables (at the top level), with no other changes within the scripting files.
What solution would you like?
Clean up of the conditional code passing in different creds
What alternatives have you considered?
None
Do you have any additional context?
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
In #631, logic was introduced in the CI to pass in a different credential based on the version. If the version of opensearch is 2.12 or later, the demo configuration needs a strong password. Prior to that, the defualt "admin" was used. However, this was done in a sub-optimal way, which needed if - else blocks in .sh files. Ideally, this should be done with github env variables (at the top level), with no other changes within the scripting files.
What solution would you like?
Clean up of the conditional code passing in different creds
What alternatives have you considered?
None
Do you have any additional context?
None
The text was updated successfully, but these errors were encountered: