Skip to content

Commit

Permalink
Add Proxy Auth to Multi Auth Options
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Aug 7, 2024
1 parent b66fdc2 commit c789299
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/jest_integration/proxy_auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ describe('start OpenSearch Dashboards server', () => {
beforeAll(async () => {
root = osdTestServer.createRootWithSettings(
{
server: {
xsrf: {
disableProtection: true,
},
},
plugins: {
scanDirs: [resolve(__dirname, '../..')],
},
opensearch: {
hosts: ['https://localhost:9200'],
xsrf: { disableProtection: true },
ignoreVersionMismatch: true,
ssl: { verificationMode: 'none' },
username: OPENSEARCH_DASHBOARDS_SERVER_USER,
Expand Down

0 comments on commit c789299

Please sign in to comment.