opensearch-project / opensearch-dashboards-functional-test

Maintains functional tests for OpenSearch Dashboards and Dashboards plugins
Apache License 2.0
12 stars 112 forks source link

[FEATURE] support dynamically disabling security features for bundle artifact #66

Open tianleh opened 2 years ago

tianleh commented 2 years ago

Is your feature request related to a problem? A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]

What solution would you like? A clear and concise description of what you want to happen.

What alternatives have you considered? A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context? Add any other context or screenshots about the feature request here.

tianleh commented 2 years ago

Currently after the bundle artifact is downloaded, it has security by default. We need a mechanism to disable it.

tianleh commented 2 years ago

See this reference https://github.com/opensearch-project/opensearch-build/blob/50552294f6830d7412d66831798fe15acf89e43d/src/test_workflow/integ_test/service_opensearch_dashboards.py#L53

tianleh commented 2 years ago

OpenSearch reference https://github.com/opensearch-project/opensearch-build/blob/main/src/test_workflow/integ_test/service_opensearch.py#L37