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 1, 2024
1 parent ed1fdde commit d648c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jest_integration/proxy_auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import {
PROXY_USER,
PROXY_ROLE,
PROXY_ADMIN_ROLE,
AUTHORIZATION_HEADER_NAME, ADMIN_CREDENTIALS,
AUTHORIZATION_HEADER_NAME,
ADMIN_CREDENTIALS,
} from '../constant';
import wreck from '@hapi/wreck';

Expand Down Expand Up @@ -71,7 +72,6 @@ describe('start OpenSearch Dashboards server', () => {
await root.setup();
await root.start();


const getConfigResponse = await wreck.get(
'https://localhost:9200/_plugins/_security/api/securityconfig',
{
Expand Down

0 comments on commit d648c60

Please sign in to comment.