@nsshunt/stsconfig 1.25.95 → 1.25.97

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.
@@ -1481,10 +1481,6 @@ function SetupConfig(envOptions2, logger) {
1481
1481
  rest01prometheusclusterport: process.env.REST01_PROM_CLUSTER_PORT === void 0 ? "3013" : process.env.REST01_PROM_CLUSTER_PORT,
1482
1482
  rest01servicename: process.env.REST01_SERVICE_NAME === void 0 ? "STSRest01" : process.env.REST01_SERVICE_NAME,
1483
1483
  rest01serviceversion: process.env.REST01_SERVICE_VERSION === void 0 ? "1.0.0" : process.env.REST01_SERVICE_VERSION,
1484
- rest01clientid: process.env.REST01_CLIENT_ID,
1485
- rest01clientidfile: process.env.REST01_CLIENT_ID_FILE,
1486
- rest01clientsecret: process.env.REST01_CLIENT_SECRET,
1487
- rest01clientsecretfile: process.env.REST01_CLIENT_SECRET_FILE,
1488
1484
  imendpoint: process.env.IM_ENDPOINT === void 0 ? "https://localhost" : process.env.IM_ENDPOINT,
1489
1485
  imhostport: process.env.IM_HOST_PORT === void 0 ? "3001" : process.env.IM_HOST_PORT,
1490
1486
  import: process.env.IM_PORT === void 0 ? "3001" : process.env.IM_PORT,
@@ -1519,10 +1515,6 @@ function SetupConfig(envOptions2, logger) {
1519
1515
  asprometheusclusterport: process.env.AS_PROM_CLUSTER_PORT === void 0 ? "3012" : process.env.AS_PROM_CLUSTER_PORT,
1520
1516
  asservicename: process.env.AS_SERVICE_NAME === void 0 ? "STSAuth" : process.env.AS_SERVICE_NAME,
1521
1517
  asserviceversion: process.env.AS_SERVICE_VERSION === void 0 ? "1.0.0" : process.env.AS_SERVICE_VERSION,
1522
- asclientid: process.env.AS_CLIENT_ID,
1523
- asclientidfile: process.env.AS_CLIENT_ID_FILE,
1524
- asclientsecret: process.env.AS_CLIENT_SECRET,
1525
- asclientsecretfile: process.env.AS_CLIENT_SECRET_FILE,
1526
1518
  asjwksjsonpath: process.env.AS_JWKS_JSON_PATH === void 0 ? "/.well-known/jwks.json" : process.env.AS_JWKS_JSON_PATH,
1527
1519
  asjwkskeyrotationtime: process.env.AS_JWKS_KEY_ROTATION_TIME === void 0 ? 86400 : parseInt(process.env.AS_JWKS_KEY_ROTATION_TIME),
1528
1520
  asjwkskeypurgetimeoffset: process.env.AS_JWKS_KEY_PURGE_TIME_OFFSET === void 0 ? 300 : parseInt(process.env.AS_JWKS_KEY_PURGE_TIME_OFFSET),
@@ -1651,8 +1643,6 @@ function SetupConfig(envOptions2, logger) {
1651
1643
  const fileconfig = [
1652
1644
  { fileprop: "dbpasswordfile", prop: "dbpassword" },
1653
1645
  // Client ID file processing
1654
- { fileprop: "asclientidfile", prop: "asclientid" },
1655
- { fileprop: "rest01clientidfile", prop: "rest01clientid" },
1656
1646
  { fileprop: "brokerclientidfile", prop: "brokerclientid" },
1657
1647
  { fileprop: "toclientidfile", prop: "toclientid" },
1658
1648
  { fileprop: "imclientidfile", prop: "imclientid" },
@@ -1660,8 +1650,6 @@ function SetupConfig(envOptions2, logger) {
1660
1650
  { fileprop: "trnclientidfile", prop: "trnclientid" },
1661
1651
  { fileprop: "lambdaclientidfile", prop: "lambdaclientid" },
1662
1652
  // Client secret file processing
1663
- { fileprop: "asclientsecretfile", prop: "asclientsecret" },
1664
- { fileprop: "rest01clientsecretfile", prop: "rest01clientsecret" },
1665
1653
  { fileprop: "brokerclientsecretfile", prop: "brokerclientsecret" },
1666
1654
  { fileprop: "toclientsecretfile", prop: "toclientsecret" },
1667
1655
  { fileprop: "imclientsecretfile", prop: "imclientsecret" },