diff --git a/.github/workflows/performance_testing.yml b/.github/workflows/performance_testing.yml index a4b78a1cabff..3b2d8ac19afb 100644 --- a/.github/workflows/performance_testing.yml +++ b/.github/workflows/performance_testing.yml @@ -88,7 +88,7 @@ jobs: - name: Process Lighthouse Results uses: treosh/lighthouse-ci-action@v10 with: - configPath: './lighthouserc.js' # Your LHCI config file + configPath: './.lighthouserc.js' # Your LHCI config file uploadArtifacts: true # Uploads reports to GitHub Actions temporaryPublicStorage: true # Stores reports temporarily diff --git a/config/opensearch_dashboards.yml b/config/opensearch_dashboards.yml index 861ac78faace..a31b73d05541 100644 --- a/config/opensearch_dashboards.yml +++ b/config/opensearch_dashboards.yml @@ -380,3 +380,4 @@ # Set the value to true to enable the new UI for savedQueries in Discover # data.savedQueriesNewUI.enabled: true opensearch.ignoreVersionMismatch: true +opensearch_security.enabled: false