@techdocs/cli 1.9.3-next.0 → 1.9.3-next.2

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/embedded-app/.config-schema.json +525 -104
  3. package/dist/embedded-app/index.html +1 -1
  4. package/dist/embedded-app/index.html.tmpl +1 -1
  5. package/dist/embedded-app/static/2177.d7152699.chunk.js +4 -0
  6. package/dist/embedded-app/static/2177.d7152699.chunk.js.map +1 -0
  7. package/dist/embedded-app/static/{3308.32b2351d.chunk.js → 3308.61cd83f7.chunk.js} +4 -4
  8. package/dist/embedded-app/static/{3308.32b2351d.chunk.js.map → 3308.61cd83f7.chunk.js.map} +1 -1
  9. package/dist/embedded-app/static/{4036.255f68ab.chunk.js → 4036.4a93e66b.chunk.js} +1 -1
  10. package/dist/embedded-app/static/4036.4a93e66b.chunk.js.map +1 -0
  11. package/dist/embedded-app/static/{5724.6bdfca76.chunk.js → 5724.80feefdb.chunk.js} +3 -3
  12. package/dist/embedded-app/static/5724.80feefdb.chunk.js.map +1 -0
  13. package/dist/embedded-app/static/{8803.34dd38ce.chunk.js → 8803.fa94a950.chunk.js} +1 -1
  14. package/dist/embedded-app/static/{8803.34dd38ce.chunk.js.map → 8803.fa94a950.chunk.js.map} +1 -1
  15. package/dist/embedded-app/static/9234.a1d6ef55.chunk.js +4 -0
  16. package/dist/embedded-app/static/9234.a1d6ef55.chunk.js.map +1 -0
  17. package/dist/embedded-app/static/main.70a3bb94.js +553 -0
  18. package/dist/embedded-app/static/main.70a3bb94.js.map +1 -0
  19. package/dist/embedded-app/static/{runtime.b4847379.js → runtime.70a3bb94.js} +2 -2
  20. package/dist/embedded-app/static/{runtime.b4847379.js.map → runtime.70a3bb94.js.map} +1 -1
  21. package/dist/embedded-app/static/{vendor.b4847379.js → vendor.70a3bb94.js} +1 -1
  22. package/dist/embedded-app/static/{vendor.b4847379.js.map → vendor.70a3bb94.js.map} +1 -1
  23. package/dist/package.json.cjs.js +1 -1
  24. package/package.json +4 -4
  25. package/dist/embedded-app/static/2177.a6feec05.chunk.js +0 -4
  26. package/dist/embedded-app/static/2177.a6feec05.chunk.js.map +0 -1
  27. package/dist/embedded-app/static/4036.255f68ab.chunk.js.map +0 -1
  28. package/dist/embedded-app/static/5724.6bdfca76.chunk.js.map +0 -1
  29. package/dist/embedded-app/static/9234.812d5df8.chunk.js +0 -4
  30. package/dist/embedded-app/static/9234.812d5df8.chunk.js.map +0 -1
  31. package/dist/embedded-app/static/main.b4847379.js +0 -553
  32. package/dist/embedded-app/static/main.b4847379.js.map +0 -1
@@ -119,6 +119,10 @@
119
119
  "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
120
120
  "visibility": "frontend",
121
121
  "type": "boolean"
122
+ },
123
+ "EXPERIMENTAL_enableBatchedRequests": {
124
+ "visibility": "frontend",
125
+ "type": "boolean"
122
126
  }
123
127
  }
124
128
  }
@@ -354,6 +358,52 @@
354
358
  },
355
359
  "packageName": "@backstage/core-app-api"
356
360
  },
361
+ {
362
+ "path": "../core-components/config.d.ts",
363
+ "value": {
364
+ "type": "object",
365
+ "properties": {
366
+ "auth": {
367
+ "type": "object",
368
+ "properties": {
369
+ "autologout": {
370
+ "description": "Autologout feature configuration",
371
+ "type": "object",
372
+ "properties": {
373
+ "enabled": {
374
+ "description": "Enable or disable the autologout feature",
375
+ "visibility": "frontend",
376
+ "type": "boolean"
377
+ },
378
+ "idleTimeoutMinutes": {
379
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
380
+ "visibility": "frontend",
381
+ "type": "number"
382
+ },
383
+ "promptBeforeIdleSeconds": {
384
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
385
+ "visibility": "frontend",
386
+ "type": "number"
387
+ },
388
+ "useWorkerTimers": {
389
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
390
+ "visibility": "frontend",
391
+ "type": "boolean"
392
+ },
393
+ "logoutIfDisconnected": {
394
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
395
+ "visibility": "frontend",
396
+ "type": "boolean"
397
+ }
398
+ }
399
+ }
400
+ }
401
+ }
402
+ },
403
+ "$schema": "http://json-schema.org/draft-07/schema#"
404
+ },
405
+ "packageName": "@backstage/core-components"
406
+ },
357
407
  {
358
408
  "path": "../../plugins/techdocs/config.d.ts",
359
409
  "value": {
@@ -635,6 +685,11 @@
635
685
  "visibility": "frontend",
636
686
  "type": "string"
637
687
  },
688
+ "disableEditUrl": {
689
+ "description": "Disable the edit url feature.",
690
+ "visibility": "frontend",
691
+ "type": "boolean"
692
+ },
638
693
  "username": {
639
694
  "description": "The username to use for authenticated requests.",
640
695
  "visibility": "secret",
@@ -1040,52 +1095,6 @@
1040
1095
  },
1041
1096
  "packageName": "@backstage/plugin-catalog"
1042
1097
  },
1043
- {
1044
- "path": "../core-components/config.d.ts",
1045
- "value": {
1046
- "type": "object",
1047
- "properties": {
1048
- "auth": {
1049
- "type": "object",
1050
- "properties": {
1051
- "autologout": {
1052
- "description": "Autologout feature configuration",
1053
- "type": "object",
1054
- "properties": {
1055
- "enabled": {
1056
- "description": "Enable or disable the autologout feature",
1057
- "visibility": "frontend",
1058
- "type": "boolean"
1059
- },
1060
- "idleTimeoutMinutes": {
1061
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1062
- "visibility": "frontend",
1063
- "type": "number"
1064
- },
1065
- "promptBeforeIdleSeconds": {
1066
- "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
1067
- "visibility": "frontend",
1068
- "type": "number"
1069
- },
1070
- "useWorkerTimers": {
1071
- "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
1072
- "visibility": "frontend",
1073
- "type": "boolean"
1074
- },
1075
- "logoutIfDisconnected": {
1076
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1077
- "visibility": "frontend",
1078
- "type": "boolean"
1079
- }
1080
- }
1081
- }
1082
- }
1083
- }
1084
- },
1085
- "$schema": "http://json-schema.org/draft-07/schema#"
1086
- },
1087
- "packageName": "@backstage/core-components"
1088
- },
1089
1098
  {
1090
1099
  "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1091
1100
  "value": {
@@ -1153,25 +1162,6 @@
1153
1162
  },
1154
1163
  "packageName": "@oriflame/backstage-plugin-score-card"
1155
1164
  },
1156
- {
1157
- "path": "../backend-plugin-api/config.d.ts",
1158
- "value": {
1159
- "type": "object",
1160
- "properties": {
1161
- "backend": {
1162
- "type": "object",
1163
- "properties": {
1164
- "workingDirectory": {
1165
- "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
1166
- "type": "string"
1167
- }
1168
- }
1169
- }
1170
- },
1171
- "$schema": "http://json-schema.org/draft-07/schema#"
1172
- },
1173
- "packageName": "@backstage/backend-plugin-api"
1174
- },
1175
1165
  {
1176
1166
  "path": "../../plugins/auth-backend/config.d.ts",
1177
1167
  "value": {
@@ -1200,6 +1190,10 @@
1200
1190
  "description": "JWS \"alg\" (Algorithm) Header Parameter value. Defaults to ES256.\nMust match one of the algorithms defined for IdentityClient.\nWhen setting a different algorithm, check if the `key` field\nof the `signing_keys` table can fit the length of the generated keys.\nIf not, add a knex migration file in the migrations folder.\nMore info on supported algorithms: https://github.com/panva/jose",
1201
1191
  "type": "string"
1202
1192
  },
1193
+ "omitIdentityTokenOwnershipClaim": {
1194
+ "description": "Whether to omit the entity ownership references (`ent`) claim from the\nidentity token. If this is enabled the `ent` claim will only be available\nvia the user info endpoint and the `UserInfoService`.\n\nDefaults to `false`.",
1195
+ "type": "boolean"
1196
+ },
1203
1197
  "keyStore": {
1204
1198
  "description": "To control how to store JWK data in auth-backend",
1205
1199
  "type": "object",
@@ -1293,61 +1287,353 @@
1293
1287
  "description": "Additional app origins to allow for authenticating",
1294
1288
  "type": "array",
1295
1289
  "items": {
1296
- "type": "string"
1290
+ "type": "string"
1291
+ }
1292
+ }
1293
+ }
1294
+ }
1295
+ },
1296
+ "$schema": "http://json-schema.org/draft-07/schema#"
1297
+ },
1298
+ "packageName": "@backstage/plugin-auth-backend"
1299
+ },
1300
+ {
1301
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1302
+ "value": {
1303
+ "type": "object",
1304
+ "properties": {
1305
+ "auth": {
1306
+ "description": "Configuration options for the auth plugin",
1307
+ "type": "object",
1308
+ "properties": {
1309
+ "providers": {
1310
+ "type": "object",
1311
+ "properties": {
1312
+ "guest": {
1313
+ "type": "object",
1314
+ "properties": {
1315
+ "userEntityRef": {
1316
+ "description": "The entity reference to use for the guest user.",
1317
+ "default": "user:development/guest",
1318
+ "type": "string"
1319
+ },
1320
+ "ownershipEntityRefs": {
1321
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1322
+ "default": "[userEntityRef]",
1323
+ "type": "array",
1324
+ "items": {
1325
+ "type": "string"
1326
+ }
1327
+ },
1328
+ "dangerouslyAllowOutsideDevelopment": {
1329
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1330
+ "type": "boolean"
1331
+ }
1332
+ }
1333
+ }
1334
+ }
1335
+ }
1336
+ },
1337
+ "required": [
1338
+ "providers"
1339
+ ]
1340
+ }
1341
+ },
1342
+ "$schema": "http://json-schema.org/draft-07/schema#"
1343
+ },
1344
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1345
+ },
1346
+ {
1347
+ "path": "../backend-plugin-api/config.d.ts",
1348
+ "value": {
1349
+ "type": "object",
1350
+ "properties": {
1351
+ "backend": {
1352
+ "type": "object",
1353
+ "properties": {
1354
+ "workingDirectory": {
1355
+ "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
1356
+ "type": "string"
1357
+ }
1358
+ }
1359
+ }
1360
+ },
1361
+ "$schema": "http://json-schema.org/draft-07/schema#"
1362
+ },
1363
+ "packageName": "@backstage/backend-plugin-api"
1364
+ },
1365
+ {
1366
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1367
+ "value": {
1368
+ "type": "object",
1369
+ "properties": {
1370
+ "auth": {
1371
+ "type": "object",
1372
+ "properties": {
1373
+ "autologout": {
1374
+ "description": "Autologout feature configuration",
1375
+ "type": "object",
1376
+ "properties": {
1377
+ "enabled": {
1378
+ "description": "Enable or disable the autologout feature",
1379
+ "visibility": "frontend",
1380
+ "type": "boolean"
1381
+ },
1382
+ "idleTimeoutMinutes": {
1383
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1384
+ "visibility": "frontend",
1385
+ "type": "number"
1386
+ },
1387
+ "promptBeforeIdleSeconds": {
1388
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
1389
+ "visibility": "frontend",
1390
+ "type": "number"
1391
+ },
1392
+ "useWorkerTimers": {
1393
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
1394
+ "visibility": "frontend",
1395
+ "type": "boolean"
1396
+ },
1397
+ "logoutIfDisconnected": {
1398
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1399
+ "visibility": "frontend",
1400
+ "type": "boolean"
1401
+ }
1402
+ }
1403
+ }
1404
+ }
1405
+ }
1406
+ },
1407
+ "$schema": "http://json-schema.org/draft-07/schema#"
1408
+ },
1409
+ "packageName": "@backstage/core-components"
1410
+ },
1411
+ {
1412
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
1413
+ "value": {
1414
+ "type": "object",
1415
+ "properties": {
1416
+ "app": {
1417
+ "description": "Generic frontend configuration.",
1418
+ "type": "object",
1419
+ "properties": {
1420
+ "baseUrl": {
1421
+ "description": "The public absolute root URL that the frontend.",
1422
+ "visibility": "frontend",
1423
+ "type": "string"
1424
+ },
1425
+ "title": {
1426
+ "description": "The title of the app, as shown in the Backstage web interface.",
1427
+ "visibility": "frontend",
1428
+ "type": "string"
1429
+ },
1430
+ "support": {
1431
+ "description": "Information about support of this Backstage instance and how to contact the integrator team.",
1432
+ "type": "object",
1433
+ "properties": {
1434
+ "url": {
1435
+ "description": "The primary support url.",
1436
+ "visibility": "frontend",
1437
+ "type": "string"
1438
+ },
1439
+ "items": {
1440
+ "description": "A list of categorized support item groupings.",
1441
+ "type": "array",
1442
+ "items": {
1443
+ "type": "object",
1444
+ "properties": {
1445
+ "title": {
1446
+ "description": "The title of the support item grouping.",
1447
+ "visibility": "frontend",
1448
+ "type": "string"
1449
+ },
1450
+ "icon": {
1451
+ "description": "An optional icon for the support item grouping.",
1452
+ "visibility": "frontend",
1453
+ "type": "string"
1454
+ },
1455
+ "links": {
1456
+ "description": "A list of support links for the Backstage instance inside this grouping.",
1457
+ "type": "array",
1458
+ "items": {
1459
+ "type": "object",
1460
+ "properties": {
1461
+ "url": {
1462
+ "visibility": "frontend",
1463
+ "type": "string"
1464
+ },
1465
+ "title": {
1466
+ "visibility": "frontend",
1467
+ "type": "string"
1468
+ }
1469
+ },
1470
+ "required": [
1471
+ "url"
1472
+ ]
1473
+ }
1474
+ }
1475
+ },
1476
+ "required": [
1477
+ "links",
1478
+ "title"
1479
+ ]
1480
+ }
1481
+ }
1482
+ },
1483
+ "required": [
1484
+ "items",
1485
+ "url"
1486
+ ]
1487
+ },
1488
+ "routes": {
1489
+ "type": "object",
1490
+ "properties": {
1491
+ "bindings": {
1492
+ "description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
1493
+ "deepVisibility": "frontend",
1494
+ "type": "object",
1495
+ "additionalProperties": {
1496
+ "anyOf": [
1497
+ {
1498
+ "const": false,
1499
+ "type": "boolean"
1500
+ },
1501
+ {
1502
+ "type": "string"
1503
+ }
1504
+ ]
1505
+ }
1506
+ }
1507
+ }
1508
+ }
1509
+ },
1510
+ "required": [
1511
+ "baseUrl"
1512
+ ]
1513
+ },
1514
+ "backend": {
1515
+ "description": "Generic backend configuration.",
1516
+ "type": "object",
1517
+ "properties": {
1518
+ "baseUrl": {
1519
+ "description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
1520
+ "visibility": "frontend",
1521
+ "type": "string"
1522
+ }
1523
+ },
1524
+ "required": [
1525
+ "baseUrl"
1526
+ ]
1527
+ },
1528
+ "organization": {
1529
+ "description": "Configuration that provides information about the organization that the app is for.",
1530
+ "type": "object",
1531
+ "properties": {
1532
+ "name": {
1533
+ "description": "The name of the organization that the app belongs to.",
1534
+ "visibility": "frontend",
1535
+ "type": "string"
1536
+ }
1537
+ }
1538
+ },
1539
+ "homepage": {
1540
+ "description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
1541
+ "deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
1542
+ "type": "object",
1543
+ "properties": {
1544
+ "clocks": {
1545
+ "type": "array",
1546
+ "items": {
1547
+ "type": "object",
1548
+ "properties": {
1549
+ "label": {
1550
+ "visibility": "frontend",
1551
+ "type": "string"
1552
+ },
1553
+ "timezone": {
1554
+ "visibility": "frontend",
1555
+ "type": "string"
1556
+ }
1557
+ },
1558
+ "required": [
1559
+ "label",
1560
+ "timezone"
1561
+ ]
1297
1562
  }
1298
1563
  }
1299
1564
  }
1300
- }
1301
- },
1302
- "$schema": "http://json-schema.org/draft-07/schema#"
1303
- },
1304
- "packageName": "@backstage/plugin-auth-backend"
1305
- },
1306
- {
1307
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1308
- "value": {
1309
- "type": "object",
1310
- "properties": {
1565
+ },
1311
1566
  "auth": {
1312
- "description": "Configuration options for the auth plugin",
1567
+ "description": "Configuration that provides information on available configured authentication providers.",
1313
1568
  "type": "object",
1314
1569
  "properties": {
1315
- "providers": {
1316
- "type": "object",
1317
- "properties": {
1318
- "guest": {
1319
- "type": "object",
1320
- "properties": {
1321
- "userEntityRef": {
1322
- "description": "The entity reference to use for the guest user.",
1323
- "default": "user:development/guest",
1324
- "type": "string"
1325
- },
1326
- "ownershipEntityRefs": {
1327
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1328
- "default": "[userEntityRef]",
1329
- "type": "array",
1330
- "items": {
1570
+ "environment": {
1571
+ "description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
1572
+ "visibility": "frontend",
1573
+ "type": "string"
1574
+ }
1575
+ }
1576
+ },
1577
+ "enableExperimentalRedirectFlow": {
1578
+ "description": "Enable redirect authentication flow type, instead of a popup for authentication.",
1579
+ "visibility": "frontend",
1580
+ "type": "boolean"
1581
+ },
1582
+ "discovery": {
1583
+ "description": "Discovery options.",
1584
+ "visibility": "frontend",
1585
+ "type": "object",
1586
+ "properties": {
1587
+ "endpoints": {
1588
+ "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
1589
+ "visibility": "frontend",
1590
+ "type": "array",
1591
+ "items": {
1592
+ "type": "object",
1593
+ "properties": {
1594
+ "target": {
1595
+ "description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
1596
+ "visibility": "frontend",
1597
+ "anyOf": [
1598
+ {
1599
+ "type": "object",
1600
+ "properties": {
1601
+ "external": {
1602
+ "visibility": "frontend",
1603
+ "type": "string"
1604
+ }
1605
+ }
1606
+ },
1607
+ {
1331
1608
  "type": "string"
1332
1609
  }
1333
- },
1334
- "dangerouslyAllowOutsideDevelopment": {
1335
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1336
- "type": "boolean"
1610
+ ]
1611
+ },
1612
+ "plugins": {
1613
+ "description": "Array of plugins which use the target baseUrl.",
1614
+ "visibility": "frontend",
1615
+ "type": "array",
1616
+ "items": {
1617
+ "type": "string"
1337
1618
  }
1338
1619
  }
1339
- }
1620
+ },
1621
+ "required": [
1622
+ "plugins",
1623
+ "target"
1624
+ ]
1340
1625
  }
1341
1626
  }
1342
- },
1343
- "required": [
1344
- "providers"
1345
- ]
1627
+ }
1346
1628
  }
1347
1629
  },
1630
+ "required": [
1631
+ "app",
1632
+ "backend"
1633
+ ],
1348
1634
  "$schema": "http://json-schema.org/draft-07/schema#"
1349
1635
  },
1350
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1636
+ "packageName": "@backstage/core-app-api"
1351
1637
  },
1352
1638
  {
1353
1639
  "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
@@ -1968,6 +2254,14 @@
1968
2254
  "continue"
1969
2255
  ],
1970
2256
  "type": "string"
2257
+ },
2258
+ "onPluginModuleBootFailure": {
2259
+ "description": "The default value for `onPluginModuleBootFailure` if not specified for a particular plugin module.\nThis defaults to 'abort', which means `onPluginModuleBootFailure: continue` must be specified\nfor backend startup to continue on plugin module boot failure. This can also be set to\n'continue', which flips the logic for individual plugin modules so that they must be set to\n`onPluginModuleBootFailure: abort` to be required.",
2260
+ "enum": [
2261
+ "abort",
2262
+ "continue"
2263
+ ],
2264
+ "type": "string"
1971
2265
  }
1972
2266
  }
1973
2267
  },
@@ -1983,6 +2277,22 @@
1983
2277
  "continue"
1984
2278
  ],
1985
2279
  "type": "string"
2280
+ },
2281
+ "modules": {
2282
+ "type": "object",
2283
+ "additionalProperties": {
2284
+ "type": "object",
2285
+ "properties": {
2286
+ "onPluginModuleBootFailure": {
2287
+ "description": "Used to control backend startup behavior when this plugin module fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nmodule fails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin module failures for plugin modules\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
2288
+ "enum": [
2289
+ "abort",
2290
+ "continue"
2291
+ ],
2292
+ "type": "string"
2293
+ }
2294
+ }
2295
+ }
1986
2296
  }
1987
2297
  }
1988
2298
  }
@@ -2829,6 +3139,96 @@
2829
3139
  "store"
2830
3140
  ]
2831
3141
  },
3142
+ {
3143
+ "type": "object",
3144
+ "properties": {
3145
+ "store": {
3146
+ "type": "string",
3147
+ "const": "valkey"
3148
+ },
3149
+ "connection": {
3150
+ "description": "A valkey connection string in the form `redis://user:pass@host:port`.",
3151
+ "visibility": "secret",
3152
+ "type": "string"
3153
+ },
3154
+ "defaultTtl": {
3155
+ "description": "An optional default TTL (in milliseconds, if given as a number)."
3156
+ },
3157
+ "valkey": {
3158
+ "type": "object",
3159
+ "properties": {
3160
+ "client": {
3161
+ "description": "An optional Valkey client configuration. These options are passed to the `@keyv/valkey` client.",
3162
+ "type": "object",
3163
+ "properties": {
3164
+ "namespace": {
3165
+ "description": "Namespace for the current instance.",
3166
+ "type": "string"
3167
+ },
3168
+ "keyPrefixSeparator": {
3169
+ "description": "Separator to use between namespace and key.",
3170
+ "type": "string"
3171
+ },
3172
+ "clearBatchSize": {
3173
+ "description": "Number of keys to delete in a single batch.",
3174
+ "type": "number"
3175
+ },
3176
+ "useUnlink": {
3177
+ "description": "Enable Unlink instead of using Del for clearing keys. This is more performant but may not be supported by all Redis versions.",
3178
+ "type": "boolean"
3179
+ },
3180
+ "noNamespaceAffectsAll": {
3181
+ "description": "Whether to allow clearing all keys when no namespace is set.\nIf set to true and no namespace is set, iterate() will return all keys.\nDefaults to `false`.",
3182
+ "type": "boolean"
3183
+ }
3184
+ }
3185
+ },
3186
+ "cluster": {
3187
+ "description": "An optional Valkey cluster (redis cluster under the hood) configuration.",
3188
+ "type": "object",
3189
+ "properties": {
3190
+ "rootNodes": {
3191
+ "description": "Cluster configuration options to be passed to the `@keyv/valkey` client (and node-redis under the hood)\nhttps://github.com/redis/node-redis/blob/master/docs/clustering.md",
3192
+ "visibility": "secret",
3193
+ "type": "array",
3194
+ "items": {
3195
+ "type": "object",
3196
+ "properties": {},
3197
+ "additionalProperties": true
3198
+ }
3199
+ },
3200
+ "defaults": {
3201
+ "description": "Cluster node default configuration options to be passed to the `@keyv/redis` client (and node-redis under the hood)\nhttps://github.com/redis/node-redis/blob/master/docs/clustering.md",
3202
+ "visibility": "secret",
3203
+ "type": "object",
3204
+ "properties": {},
3205
+ "additionalProperties": true
3206
+ },
3207
+ "minimizeConnections": {
3208
+ "description": "When `true`, `.connect()` will only discover the cluster topology, without actually connecting to all the nodes.\nUseful for short-term or PubSub-only connections.",
3209
+ "type": "boolean"
3210
+ },
3211
+ "useReplicas": {
3212
+ "description": "When `true`, distribute load by executing readonly commands (such as `GET`, `GEOSEARCH`, etc.) across all cluster nodes. When `false`, only use master nodes.",
3213
+ "type": "boolean"
3214
+ },
3215
+ "maxCommandRedirections": {
3216
+ "description": "The maximum number of times a command will be redirected due to `MOVED` or `ASK` errors.",
3217
+ "type": "number"
3218
+ }
3219
+ },
3220
+ "required": [
3221
+ "rootNodes"
3222
+ ]
3223
+ }
3224
+ }
3225
+ }
3226
+ },
3227
+ "required": [
3228
+ "connection",
3229
+ "store"
3230
+ ]
3231
+ },
2832
3232
  {
2833
3233
  "type": "object",
2834
3234
  "properties": {
@@ -3182,6 +3582,27 @@
3182
3582
  },
3183
3583
  "packageName": "@backstage/plugin-auth-backend-module-google-provider"
3184
3584
  },
3585
+ {
3586
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
3587
+ "value": {
3588
+ "type": "object",
3589
+ "properties": {
3590
+ "permission": {
3591
+ "description": "Configuration options for Backstage permissions and authorization",
3592
+ "type": "object",
3593
+ "properties": {
3594
+ "enabled": {
3595
+ "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
3596
+ "visibility": "frontend",
3597
+ "type": "boolean"
3598
+ }
3599
+ }
3600
+ }
3601
+ },
3602
+ "$schema": "http://json-schema.org/draft-07/schema#"
3603
+ },
3604
+ "packageName": "@backstage/plugin-permission-common"
3605
+ },
3185
3606
  {
3186
3607
  "path": "../integration-aws-node/config.d.ts",
3187
3608
  "value": {