@nsshunt/stsconfig 1.25.97 → 1.25.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/stsconfig.mjs
CHANGED
|
@@ -1544,10 +1544,6 @@ function SetupConfig(envOptions2, logger) {
|
|
|
1544
1544
|
trnprometheusclusterport: process.env.TRN_PROM_CLUSTER_PORT === void 0 ? "3017" : process.env.TRN_PROM_CLUSTER_PORT,
|
|
1545
1545
|
trnservicename: process.env.TRN_SERVICE_NAME === void 0 ? "STSTestRunnerNode" : process.env.TRN_SERVICE_NAME,
|
|
1546
1546
|
trnserviceversion: process.env.TRN_SERVICE_VERSION === void 0 ? "1.0.0" : process.env.TRN_SERVICE_VERSION,
|
|
1547
|
-
trnclientid: process.env.TRN_CLIENT_ID,
|
|
1548
|
-
trnclientidfile: process.env.TRN_CLIENT_ID_FILE,
|
|
1549
|
-
trnclientsecret: process.env.TRN_CLIENT_SECRET,
|
|
1550
|
-
trnclientsecretfile: process.env.TRN_CLIENT_SECRET_FILE,
|
|
1551
1547
|
trncallbackuri: process.env.TRN_CALLBACK_URI === void 0 ? "https://localhost:3007/ststrn/v1.0/" : process.env.TRN_CALLBACK_URI,
|
|
1552
1548
|
trnautostartdelay: process.env.TRN_AUTO_START_DELAY === void 0 ? 0 : parseInt(process.env.TRN_AUTO_START_DELAY),
|
|
1553
1549
|
trnautostartconfig: process.env.TRN_AUTO_START_CONFIG === void 0 ? "" : process.env.TRN_AUTO_START_CONFIG,
|
|
@@ -1647,14 +1643,12 @@ function SetupConfig(envOptions2, logger) {
|
|
|
1647
1643
|
{ fileprop: "toclientidfile", prop: "toclientid" },
|
|
1648
1644
|
{ fileprop: "imclientidfile", prop: "imclientid" },
|
|
1649
1645
|
{ fileprop: "trclientidfile", prop: "trclientid" },
|
|
1650
|
-
{ fileprop: "trnclientidfile", prop: "trnclientid" },
|
|
1651
1646
|
{ fileprop: "lambdaclientidfile", prop: "lambdaclientid" },
|
|
1652
1647
|
// Client secret file processing
|
|
1653
1648
|
{ fileprop: "brokerclientsecretfile", prop: "brokerclientsecret" },
|
|
1654
1649
|
{ fileprop: "toclientsecretfile", prop: "toclientsecret" },
|
|
1655
1650
|
{ fileprop: "imclientsecretfile", prop: "imclientsecret" },
|
|
1656
1651
|
{ fileprop: "trclientsecretfile", prop: "trclientsecret" },
|
|
1657
|
-
{ fileprop: "trnclientsecretfile", prop: "trnclientsecret" },
|
|
1658
1652
|
{ fileprop: "lambdaclientsecretfile", prop: "lambdaclientsecret" },
|
|
1659
1653
|
// JWKS secret file processing
|
|
1660
1654
|
{ fileprop: "tsjwksstorepathfile", prop: "tsjwksstorepath" },
|