Pass proxyUrl to LegacyCDS
This commit is contained in:
parent
dd12c4cba3
commit
dda21701c5
1 changed files with 2 additions and 0 deletions
|
@ -1129,6 +1129,7 @@ export function initialize({
|
||||||
path: `${URL_CALLS.attestation}/${directoryEnclaveId}`,
|
path: `${URL_CALLS.attestation}/${directoryEnclaveId}`,
|
||||||
user: auth.username,
|
user: auth.username,
|
||||||
password: auth.password,
|
password: auth.password,
|
||||||
|
proxyUrl,
|
||||||
responseType: 'jsonwithdetails',
|
responseType: 'jsonwithdetails',
|
||||||
data,
|
data,
|
||||||
timeout: 30000,
|
timeout: 30000,
|
||||||
|
@ -1156,6 +1157,7 @@ export function initialize({
|
||||||
path: `${URL_CALLS.discovery}/${directoryEnclaveId}`,
|
path: `${URL_CALLS.discovery}/${directoryEnclaveId}`,
|
||||||
user: auth.username,
|
user: auth.username,
|
||||||
password: auth.password,
|
password: auth.password,
|
||||||
|
proxyUrl,
|
||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
timeout: 30000,
|
timeout: 30000,
|
||||||
data: JSON.stringify(data),
|
data: JSON.stringify(data),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue