@techdocs/cli 1.9.5-next.1 → 1.9.5

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.
@@ -404,62 +404,6 @@
404
404
  },
405
405
  "packageName": "@backstage/core-components"
406
406
  },
407
- {
408
- "path": "../../plugins/techdocs/config.d.ts",
409
- "value": {
410
- "type": "object",
411
- "properties": {
412
- "techdocs": {
413
- "description": "Configuration options for the techdocs plugin",
414
- "type": "object",
415
- "properties": {
416
- "builder": {
417
- "description": "Documentation building process depends on the builder attr",
418
- "visibility": "frontend",
419
- "enum": [
420
- "external",
421
- "local"
422
- ],
423
- "type": "string"
424
- },
425
- "legacyUseCaseSensitiveTripletPaths": {
426
- "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
427
- "visibility": "frontend",
428
- "type": "boolean"
429
- },
430
- "sanitizer": {
431
- "type": "object",
432
- "properties": {
433
- "allowedIframeHosts": {
434
- "description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
435
- "visibility": "frontend",
436
- "type": "array",
437
- "items": {
438
- "type": "string"
439
- }
440
- },
441
- "allowedCustomElementTagNameRegExp": {
442
- "description": "Allows listed custom element tag name regex\nExample:\n allowedCustomElementTagNameRegExp: '^backstage-'\n this will allow all custom elements with tag name matching `^backstage-` like <backstage-custom-element /> etc.",
443
- "visibility": "frontend",
444
- "type": "string"
445
- },
446
- "allowedCustomElementAttributeNameRegExp": {
447
- "description": "Allows listed custom element attribute name regex\nExample:\n allowedCustomElementAttributeNameRegExp: 'attribute1|attribute2'\n this will allow all custom element attributes matching `attribute1` or `attribute2` like <backstage-custom-element attribute1=\"yes\" attribute2/>",
448
- "visibility": "frontend",
449
- "type": "string"
450
- }
451
- }
452
- }
453
- }
454
- }
455
- },
456
- "required": [
457
- "techdocs"
458
- ],
459
- "$schema": "http://json-schema.org/draft-07/schema#"
460
- },
461
- "packageName": "@backstage/plugin-techdocs"
462
- },
463
407
  {
464
408
  "path": "../integration/config.d.ts",
465
409
  "value": {
@@ -1131,102 +1075,91 @@
1131
1075
  "packageName": "@backstage/frontend-app-api"
1132
1076
  },
1133
1077
  {
1134
- "path": "../../plugins/catalog/config.d.ts",
1078
+ "path": "../../plugins/techdocs/config.d.ts",
1135
1079
  "value": {
1136
1080
  "type": "object",
1137
1081
  "properties": {
1138
- "catalog": {
1082
+ "techdocs": {
1083
+ "description": "Configuration options for the techdocs plugin",
1139
1084
  "type": "object",
1140
1085
  "properties": {
1141
- "experimentalPagination": {
1142
- "deepVisibility": "frontend",
1143
- "anyOf": [
1144
- {
1145
- "type": "object",
1146
- "properties": {
1147
- "limit": {
1148
- "type": "number"
1149
- }
1086
+ "builder": {
1087
+ "description": "Documentation building process depends on the builder attr",
1088
+ "visibility": "frontend",
1089
+ "enum": [
1090
+ "external",
1091
+ "local"
1092
+ ],
1093
+ "type": "string"
1094
+ },
1095
+ "legacyUseCaseSensitiveTripletPaths": {
1096
+ "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
1097
+ "visibility": "frontend",
1098
+ "type": "boolean"
1099
+ },
1100
+ "sanitizer": {
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "allowedIframeHosts": {
1104
+ "description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
1105
+ "visibility": "frontend",
1106
+ "type": "array",
1107
+ "items": {
1108
+ "type": "string"
1150
1109
  }
1151
1110
  },
1152
- {
1153
- "type": "boolean"
1111
+ "allowedCustomElementTagNameRegExp": {
1112
+ "description": "Allows listed custom element tag name regex\nExample:\n allowedCustomElementTagNameRegExp: '^backstage-'\n this will allow all custom elements with tag name matching `^backstage-` like <backstage-custom-element /> etc.",
1113
+ "visibility": "frontend",
1114
+ "type": "string"
1115
+ },
1116
+ "allowedCustomElementAttributeNameRegExp": {
1117
+ "description": "Allows listed custom element attribute name regex\nExample:\n allowedCustomElementAttributeNameRegExp: 'attribute1|attribute2'\n this will allow all custom element attributes matching `attribute1` or `attribute2` like <backstage-custom-element attribute1=\"yes\" attribute2/>",
1118
+ "visibility": "frontend",
1119
+ "type": "string"
1154
1120
  }
1155
- ]
1121
+ }
1156
1122
  }
1157
1123
  }
1158
1124
  }
1159
1125
  },
1126
+ "required": [
1127
+ "techdocs"
1128
+ ],
1160
1129
  "$schema": "http://json-schema.org/draft-07/schema#"
1161
1130
  },
1162
- "packageName": "@backstage/plugin-catalog"
1163
- },
1164
- {
1165
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1166
- "value": {
1167
- "type": "object",
1168
- "properties": {
1169
- "stackstorm": {
1170
- "type": "object",
1171
- "properties": {
1172
- "webUrl": {
1173
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1174
- "visibility": "frontend",
1175
- "type": "string"
1176
- }
1177
- },
1178
- "required": [
1179
- "webUrl"
1180
- ]
1181
- }
1182
- },
1183
- "$schema": "http://json-schema.org/draft-07/schema#"
1184
- },
1185
- "packageName": "@backstage-community/plugin-stackstorm"
1131
+ "packageName": "@backstage/plugin-techdocs"
1186
1132
  },
1187
1133
  {
1188
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1134
+ "path": "../../plugins/catalog/config.d.ts",
1189
1135
  "value": {
1190
1136
  "type": "object",
1191
1137
  "properties": {
1192
- "scorecards": {
1193
- "description": "Extra configuration for score card plugin",
1138
+ "catalog": {
1194
1139
  "type": "object",
1195
1140
  "properties": {
1196
- "jsonDataUrl": {
1197
- "description": "The public absolute root URL with json file defining the score card entries.",
1198
- "visibility": "frontend",
1199
- "type": "string"
1200
- },
1201
- "display": {
1202
- "type": "object",
1203
- "properties": {
1204
- "reviewer": {
1205
- "description": "Whether to display the reviewer column in the score card table.",
1206
- "visibility": "frontend",
1207
- "type": "string"
1141
+ "experimentalPagination": {
1142
+ "deepVisibility": "frontend",
1143
+ "anyOf": [
1144
+ {
1145
+ "type": "object",
1146
+ "properties": {
1147
+ "limit": {
1148
+ "type": "number"
1149
+ }
1150
+ }
1208
1151
  },
1209
- "reviewDate": {
1210
- "description": "Whether to display the review date column in the score card table.",
1211
- "visibility": "frontend",
1212
- "type": "string"
1152
+ {
1153
+ "type": "boolean"
1213
1154
  }
1214
- }
1215
- },
1216
- "wikiLinkTemplate": {
1217
- "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1218
- "visibility": "frontend",
1219
- "type": "string"
1155
+ ]
1220
1156
  }
1221
1157
  }
1222
1158
  }
1223
1159
  },
1224
- "required": [
1225
- "scorecards"
1226
- ],
1227
1160
  "$schema": "http://json-schema.org/draft-07/schema#"
1228
1161
  },
1229
- "packageName": "@oriflame/backstage-plugin-score-card"
1162
+ "packageName": "@backstage/plugin-catalog"
1230
1163
  },
1231
1164
  {
1232
1165
  "path": "../backend-plugin-api/config.d.ts",
@@ -1364,920 +1297,15 @@
1364
1297
  ]
1365
1298
  }
1366
1299
  }
1367
- },
1368
- "backstageTokenExpiration": {
1369
- "description": "The backstage token expiration."
1370
- },
1371
- "experimentalExtraAllowedOrigins": {
1372
- "description": "Additional app origins to allow for authenticating",
1373
- "type": "array",
1374
- "items": {
1375
- "type": "string"
1376
- }
1377
- }
1378
- }
1379
- }
1380
- },
1381
- "$schema": "http://json-schema.org/draft-07/schema#"
1382
- },
1383
- "packageName": "@backstage/plugin-auth-backend"
1384
- },
1385
- {
1386
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1387
- "value": {
1388
- "type": "object",
1389
- "properties": {
1390
- "auth": {
1391
- "description": "Configuration options for the auth plugin",
1392
- "type": "object",
1393
- "properties": {
1394
- "providers": {
1395
- "type": "object",
1396
- "properties": {
1397
- "guest": {
1398
- "type": "object",
1399
- "properties": {
1400
- "userEntityRef": {
1401
- "description": "The entity reference to use for the guest user.",
1402
- "default": "user:development/guest",
1403
- "type": "string"
1404
- },
1405
- "ownershipEntityRefs": {
1406
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1407
- "default": "[userEntityRef]",
1408
- "type": "array",
1409
- "items": {
1410
- "type": "string"
1411
- }
1412
- },
1413
- "dangerouslyAllowOutsideDevelopment": {
1414
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1415
- "type": "boolean"
1416
- }
1417
- }
1418
- }
1419
- }
1420
- }
1421
- },
1422
- "required": [
1423
- "providers"
1424
- ]
1425
- }
1426
- },
1427
- "$schema": "http://json-schema.org/draft-07/schema#"
1428
- },
1429
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1430
- },
1431
- {
1432
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1433
- "value": {
1434
- "type": "object",
1435
- "properties": {
1436
- "auth": {
1437
- "type": "object",
1438
- "properties": {
1439
- "autologout": {
1440
- "description": "Autologout feature configuration",
1441
- "type": "object",
1442
- "properties": {
1443
- "enabled": {
1444
- "description": "Enable or disable the autologout feature",
1445
- "visibility": "frontend",
1446
- "type": "boolean"
1447
- },
1448
- "idleTimeoutMinutes": {
1449
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1450
- "visibility": "frontend",
1451
- "type": "number"
1452
- },
1453
- "promptBeforeIdleSeconds": {
1454
- "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.",
1455
- "visibility": "frontend",
1456
- "type": "number"
1457
- },
1458
- "useWorkerTimers": {
1459
- "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.",
1460
- "visibility": "frontend",
1461
- "type": "boolean"
1462
- },
1463
- "logoutIfDisconnected": {
1464
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1465
- "visibility": "frontend",
1466
- "type": "boolean"
1467
- }
1468
- }
1469
- }
1470
- }
1471
- }
1472
- },
1473
- "$schema": "http://json-schema.org/draft-07/schema#"
1474
- },
1475
- "packageName": "@backstage/core-components"
1476
- },
1477
- {
1478
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
1479
- "value": {
1480
- "type": "object",
1481
- "properties": {
1482
- "app": {
1483
- "description": "Generic frontend configuration.",
1484
- "type": "object",
1485
- "properties": {
1486
- "baseUrl": {
1487
- "description": "The public absolute root URL that the frontend.",
1488
- "visibility": "frontend",
1489
- "type": "string"
1490
- },
1491
- "title": {
1492
- "description": "The title of the app, as shown in the Backstage web interface.",
1493
- "visibility": "frontend",
1494
- "type": "string"
1495
- },
1496
- "support": {
1497
- "description": "Information about support of this Backstage instance and how to contact the integrator team.",
1498
- "type": "object",
1499
- "properties": {
1500
- "url": {
1501
- "description": "The primary support url.",
1502
- "visibility": "frontend",
1503
- "type": "string"
1504
- },
1505
- "items": {
1506
- "description": "A list of categorized support item groupings.",
1507
- "type": "array",
1508
- "items": {
1509
- "type": "object",
1510
- "properties": {
1511
- "title": {
1512
- "description": "The title of the support item grouping.",
1513
- "visibility": "frontend",
1514
- "type": "string"
1515
- },
1516
- "icon": {
1517
- "description": "An optional icon for the support item grouping.",
1518
- "visibility": "frontend",
1519
- "type": "string"
1520
- },
1521
- "links": {
1522
- "description": "A list of support links for the Backstage instance inside this grouping.",
1523
- "type": "array",
1524
- "items": {
1525
- "type": "object",
1526
- "properties": {
1527
- "url": {
1528
- "visibility": "frontend",
1529
- "type": "string"
1530
- },
1531
- "title": {
1532
- "visibility": "frontend",
1533
- "type": "string"
1534
- }
1535
- },
1536
- "required": [
1537
- "url"
1538
- ]
1539
- }
1540
- }
1541
- },
1542
- "required": [
1543
- "links",
1544
- "title"
1545
- ]
1546
- }
1547
- }
1548
- },
1549
- "required": [
1550
- "items",
1551
- "url"
1552
- ]
1553
- },
1554
- "routes": {
1555
- "type": "object",
1556
- "properties": {
1557
- "bindings": {
1558
- "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.",
1559
- "deepVisibility": "frontend",
1560
- "type": "object",
1561
- "additionalProperties": {
1562
- "anyOf": [
1563
- {
1564
- "const": false,
1565
- "type": "boolean"
1566
- },
1567
- {
1568
- "type": "string"
1569
- }
1570
- ]
1571
- }
1572
- }
1573
- }
1574
- }
1575
- },
1576
- "required": [
1577
- "baseUrl"
1578
- ]
1579
- },
1580
- "backend": {
1581
- "description": "Generic backend configuration.",
1582
- "type": "object",
1583
- "properties": {
1584
- "baseUrl": {
1585
- "description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
1586
- "visibility": "frontend",
1587
- "type": "string"
1588
- }
1589
- },
1590
- "required": [
1591
- "baseUrl"
1592
- ]
1593
- },
1594
- "organization": {
1595
- "description": "Configuration that provides information about the organization that the app is for.",
1596
- "type": "object",
1597
- "properties": {
1598
- "name": {
1599
- "description": "The name of the organization that the app belongs to.",
1600
- "visibility": "frontend",
1601
- "type": "string"
1602
- }
1603
- }
1604
- },
1605
- "homepage": {
1606
- "description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
1607
- "deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
1608
- "type": "object",
1609
- "properties": {
1610
- "clocks": {
1611
- "type": "array",
1612
- "items": {
1613
- "type": "object",
1614
- "properties": {
1615
- "label": {
1616
- "visibility": "frontend",
1617
- "type": "string"
1618
- },
1619
- "timezone": {
1620
- "visibility": "frontend",
1621
- "type": "string"
1622
- }
1623
- },
1624
- "required": [
1625
- "label",
1626
- "timezone"
1627
- ]
1628
- }
1629
- }
1630
- }
1631
- },
1632
- "auth": {
1633
- "description": "Configuration that provides information on available configured authentication providers.",
1634
- "type": "object",
1635
- "properties": {
1636
- "environment": {
1637
- "description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
1638
- "visibility": "frontend",
1639
- "type": "string"
1640
- }
1641
- }
1642
- },
1643
- "enableExperimentalRedirectFlow": {
1644
- "description": "Enable redirect authentication flow type, instead of a popup for authentication.",
1645
- "visibility": "frontend",
1646
- "type": "boolean"
1647
- },
1648
- "discovery": {
1649
- "description": "Discovery options.",
1650
- "visibility": "frontend",
1651
- "type": "object",
1652
- "properties": {
1653
- "endpoints": {
1654
- "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
1655
- "visibility": "frontend",
1656
- "type": "array",
1657
- "items": {
1658
- "type": "object",
1659
- "properties": {
1660
- "target": {
1661
- "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.",
1662
- "visibility": "frontend",
1663
- "anyOf": [
1664
- {
1665
- "type": "object",
1666
- "properties": {
1667
- "external": {
1668
- "visibility": "frontend",
1669
- "type": "string"
1670
- }
1671
- }
1672
- },
1673
- {
1674
- "type": "string"
1675
- }
1676
- ]
1677
- },
1678
- "plugins": {
1679
- "description": "Array of plugins which use the target baseUrl.",
1680
- "visibility": "frontend",
1681
- "type": "array",
1682
- "items": {
1683
- "type": "string"
1684
- }
1685
- }
1686
- },
1687
- "required": [
1688
- "plugins",
1689
- "target"
1690
- ]
1691
- }
1692
- }
1693
- }
1694
- }
1695
- },
1696
- "required": [
1697
- "app",
1698
- "backend"
1699
- ],
1700
- "$schema": "http://json-schema.org/draft-07/schema#"
1701
- },
1702
- "packageName": "@backstage/core-app-api"
1703
- },
1704
- {
1705
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1706
- "value": {
1707
- "type": "object",
1708
- "properties": {
1709
- "auth": {
1710
- "type": "object",
1711
- "properties": {
1712
- "autologout": {
1713
- "description": "Autologout feature configuration",
1714
- "type": "object",
1715
- "properties": {
1716
- "enabled": {
1717
- "description": "Enable or disable the autologout feature",
1718
- "visibility": "frontend",
1719
- "type": "boolean"
1720
- },
1721
- "idleTimeoutMinutes": {
1722
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1723
- "visibility": "frontend",
1724
- "type": "number"
1725
- },
1726
- "promptBeforeIdleSeconds": {
1727
- "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.",
1728
- "visibility": "frontend",
1729
- "type": "number"
1730
- },
1731
- "useWorkerTimers": {
1732
- "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.",
1733
- "visibility": "frontend",
1734
- "type": "boolean"
1735
- },
1736
- "logoutIfDisconnected": {
1737
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1738
- "visibility": "frontend",
1739
- "type": "boolean"
1740
- }
1741
- }
1742
- }
1743
- }
1744
- }
1745
- },
1746
- "$schema": "http://json-schema.org/draft-07/schema#"
1747
- },
1748
- "packageName": "@backstage/core-components"
1749
- },
1750
- {
1751
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1752
- "value": {
1753
- "type": "object",
1754
- "properties": {
1755
- "auth": {
1756
- "type": "object",
1757
- "properties": {
1758
- "autologout": {
1759
- "description": "Autologout feature configuration",
1760
- "type": "object",
1761
- "properties": {
1762
- "enabled": {
1763
- "description": "Enable or disable the autologout feature",
1764
- "visibility": "frontend",
1765
- "type": "boolean"
1766
- },
1767
- "idleTimeoutMinutes": {
1768
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1769
- "visibility": "frontend",
1770
- "type": "number"
1771
- },
1772
- "promptBeforeIdleSeconds": {
1773
- "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.",
1774
- "visibility": "frontend",
1775
- "type": "number"
1776
- },
1777
- "useWorkerTimers": {
1778
- "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.",
1779
- "visibility": "frontend",
1780
- "type": "boolean"
1781
- },
1782
- "logoutIfDisconnected": {
1783
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1784
- "visibility": "frontend",
1785
- "type": "boolean"
1786
- }
1787
- }
1788
- }
1789
- }
1790
- }
1791
- },
1792
- "$schema": "http://json-schema.org/draft-07/schema#"
1793
- },
1794
- "packageName": "@backstage/core-components"
1795
- },
1796
- {
1797
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
1798
- "value": {
1799
- "type": "object",
1800
- "properties": {
1801
- "integrations": {
1802
- "description": "Configuration for integrations towards various external repository provider systems",
1803
- "visibility": "frontend",
1804
- "type": "object",
1805
- "properties": {
1806
- "azure": {
1807
- "description": "Integration configuration for Azure",
1808
- "type": "array",
1809
- "items": {
1810
- "type": "object",
1811
- "properties": {
1812
- "host": {
1813
- "description": "The hostname of the given Azure instance",
1814
- "visibility": "frontend",
1815
- "type": "string"
1816
- },
1817
- "token": {
1818
- "description": "Token used to authenticate requests.",
1819
- "visibility": "secret",
1820
- "deprecated": "Use `credentials` instead.",
1821
- "type": "string"
1822
- },
1823
- "credential": {
1824
- "description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
1825
- "deepVisibility": "secret",
1826
- "deprecated": "Use `credentials` instead.",
1827
- "type": "object",
1828
- "properties": {
1829
- "clientId": {
1830
- "type": "string"
1831
- },
1832
- "clientSecret": {
1833
- "type": "string"
1834
- },
1835
- "tenantId": {
1836
- "type": "string"
1837
- },
1838
- "personalAccessToken": {
1839
- "type": "string"
1840
- }
1841
- }
1842
- },
1843
- "credentials": {
1844
- "description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf no organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
1845
- "deepVisibility": "secret",
1846
- "type": "array",
1847
- "items": {
1848
- "type": "object",
1849
- "properties": {
1850
- "organizations": {
1851
- "type": "array",
1852
- "items": {
1853
- "type": "string"
1854
- }
1855
- },
1856
- "clientId": {
1857
- "type": "string"
1858
- },
1859
- "clientSecret": {
1860
- "type": "string"
1861
- },
1862
- "tenantId": {
1863
- "type": "string"
1864
- },
1865
- "personalAccessToken": {
1866
- "type": "string"
1867
- },
1868
- "managedIdentityClientId": {
1869
- "type": "string"
1870
- }
1871
- }
1872
- }
1873
- },
1874
- "commitSigningKey": {
1875
- "description": "PGP signing key for signing commits.",
1876
- "visibility": "secret",
1877
- "type": "string"
1878
- }
1879
- },
1880
- "required": [
1881
- "host"
1882
- ]
1883
- }
1884
- },
1885
- "bitbucket": {
1886
- "description": "Integration configuration for Bitbucket",
1887
- "deprecated": "replaced by bitbucketCloud and bitbucketServer",
1888
- "type": "array",
1889
- "items": {
1890
- "type": "object",
1891
- "properties": {
1892
- "host": {
1893
- "description": "The hostname of the given Bitbucket instance",
1894
- "visibility": "frontend",
1895
- "type": "string"
1896
- },
1897
- "token": {
1898
- "description": "Token used to authenticate requests.",
1899
- "visibility": "secret",
1900
- "type": "string"
1901
- },
1902
- "apiBaseUrl": {
1903
- "description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
1904
- "visibility": "frontend",
1905
- "type": "string"
1906
- },
1907
- "username": {
1908
- "description": "The username to use for authenticated requests.",
1909
- "visibility": "secret",
1910
- "type": "string"
1911
- },
1912
- "appPassword": {
1913
- "description": "Bitbucket app password used to authenticate requests.",
1914
- "visibility": "secret",
1915
- "type": "string"
1916
- },
1917
- "commitSigningKey": {
1918
- "description": "PGP signing key for signing commits.",
1919
- "visibility": "secret",
1920
- "type": "string"
1921
- }
1922
- },
1923
- "required": [
1924
- "host"
1925
- ]
1926
- }
1927
- },
1928
- "bitbucketCloud": {
1929
- "description": "Integration configuration for Bitbucket Cloud",
1930
- "type": "array",
1931
- "items": {
1932
- "type": "object",
1933
- "properties": {
1934
- "username": {
1935
- "description": "The username to use for authenticated requests.",
1936
- "visibility": "secret",
1937
- "type": "string"
1938
- },
1939
- "appPassword": {
1940
- "description": "Bitbucket Cloud app password used to authenticate requests.",
1941
- "visibility": "secret",
1942
- "type": "string"
1943
- },
1944
- "commitSigningKey": {
1945
- "description": "PGP signing key for signing commits.",
1946
- "visibility": "secret",
1947
- "type": "string"
1948
- }
1949
- },
1950
- "required": [
1951
- "appPassword",
1952
- "username"
1953
- ]
1954
- }
1955
- },
1956
- "bitbucketServer": {
1957
- "description": "Integration configuration for Bitbucket Server",
1958
- "type": "array",
1959
- "items": {
1960
- "type": "object",
1961
- "properties": {
1962
- "host": {
1963
- "description": "The hostname of the given Bitbucket Server instance",
1964
- "visibility": "frontend",
1965
- "type": "string"
1966
- },
1967
- "token": {
1968
- "description": "Token used to authenticate requests.",
1969
- "visibility": "secret",
1970
- "type": "string"
1971
- },
1972
- "username": {
1973
- "description": "Username used to authenticate requests with Basic Auth.",
1974
- "visibility": "secret",
1975
- "type": "string"
1976
- },
1977
- "password": {
1978
- "description": "Password (or token as password) used to authenticate requests with Basic Auth.",
1979
- "visibility": "secret",
1980
- "type": "string"
1981
- },
1982
- "apiBaseUrl": {
1983
- "description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
1984
- "visibility": "frontend",
1985
- "type": "string"
1986
- },
1987
- "commitSigningKey": {
1988
- "description": "PGP signing key for signing commits.",
1989
- "visibility": "secret",
1990
- "type": "string"
1991
- }
1992
- },
1993
- "required": [
1994
- "host"
1995
- ]
1996
- }
1997
- },
1998
- "gerrit": {
1999
- "description": "Integration configuration for Gerrit",
2000
- "type": "array",
2001
- "items": {
2002
- "type": "object",
2003
- "properties": {
2004
- "host": {
2005
- "description": "The hostname of the given Gerrit instance",
2006
- "visibility": "frontend",
2007
- "type": "string"
2008
- },
2009
- "baseUrl": {
2010
- "description": "The base url for the Gerrit instance.",
2011
- "visibility": "frontend",
2012
- "type": "string"
2013
- },
2014
- "gitilesBaseUrl": {
2015
- "description": "The gitiles base url.",
2016
- "visibility": "frontend",
2017
- "type": "string"
2018
- },
2019
- "cloneUrl": {
2020
- "description": "The base url for cloning repos.",
2021
- "visibility": "frontend",
2022
- "type": "string"
2023
- },
2024
- "disableEditUrl": {
2025
- "description": "Disable the edit url feature.",
2026
- "visibility": "frontend",
2027
- "type": "boolean"
2028
- },
2029
- "username": {
2030
- "description": "The username to use for authenticated requests.",
2031
- "visibility": "secret",
2032
- "type": "string"
2033
- },
2034
- "password": {
2035
- "description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
2036
- "visibility": "secret",
2037
- "type": "string"
2038
- },
2039
- "commitSigningKey": {
2040
- "description": "PGP signing key for signing commits.",
2041
- "visibility": "secret",
2042
- "type": "string"
2043
- }
2044
- },
2045
- "required": [
2046
- "gitilesBaseUrl",
2047
- "host"
2048
- ]
2049
- }
2050
- },
2051
- "github": {
2052
- "description": "Integration configuration for GitHub",
2053
- "type": "array",
2054
- "items": {
2055
- "type": "object",
2056
- "properties": {
2057
- "host": {
2058
- "description": "The hostname of the given GitHub instance",
2059
- "visibility": "frontend",
2060
- "type": "string"
2061
- },
2062
- "token": {
2063
- "description": "Token used to authenticate requests.",
2064
- "visibility": "secret",
2065
- "type": "string"
2066
- },
2067
- "apiBaseUrl": {
2068
- "description": "The base url for the GitHub API, for example https://api.github.com",
2069
- "visibility": "frontend",
2070
- "type": "string"
2071
- },
2072
- "rawBaseUrl": {
2073
- "description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
2074
- "visibility": "frontend",
2075
- "type": "string"
2076
- },
2077
- "apps": {
2078
- "description": "GitHub Apps configuration",
2079
- "type": "array",
2080
- "items": {
2081
- "type": "object",
2082
- "properties": {
2083
- "appId": {
2084
- "description": "The numeric GitHub App ID, string for environment variables",
2085
- "type": [
2086
- "string",
2087
- "number"
2088
- ]
2089
- },
2090
- "privateKey": {
2091
- "description": "The private key to use for auth against the app",
2092
- "visibility": "secret",
2093
- "type": "string"
2094
- },
2095
- "webhookSecret": {
2096
- "description": "The secret used for webhooks",
2097
- "visibility": "secret",
2098
- "type": "string"
2099
- },
2100
- "clientId": {
2101
- "description": "The client ID to use",
2102
- "type": "string"
2103
- },
2104
- "clientSecret": {
2105
- "description": "The client secret to use",
2106
- "visibility": "secret",
2107
- "type": "string"
2108
- },
2109
- "allowedInstallationOwners": {
2110
- "description": "List of installation owners allowed to be used by this GitHub app. The GitHub UI does not provide a way to list the installations.\nHowever you can list the installations with the GitHub API. You can find the list of installations here:\nhttps://api.github.com/app/installations\nThe relevant documentation for this is here.\nhttps://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app--code-samples",
2111
- "type": "array",
2112
- "items": {
2113
- "type": "string"
2114
- }
2115
- }
2116
- },
2117
- "required": [
2118
- "appId",
2119
- "clientId",
2120
- "clientSecret",
2121
- "privateKey"
2122
- ]
2123
- }
2124
- }
2125
- },
2126
- "required": [
2127
- "host"
2128
- ]
2129
- }
2130
- },
2131
- "gitlab": {
2132
- "description": "Integration configuration for GitLab",
2133
- "type": "array",
2134
- "items": {
2135
- "type": "object",
2136
- "properties": {
2137
- "host": {
2138
- "description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
2139
- "visibility": "frontend",
2140
- "type": "string"
2141
- },
2142
- "apiBaseUrl": {
2143
- "description": "The base URL of the API of this provider, e.g.\n\"https://gitlab.com/api/v4\", with no trailing slash.\n\nMay be omitted specifically for public GitLab; then it will be deduced.",
2144
- "visibility": "frontend",
2145
- "type": "string"
2146
- },
2147
- "token": {
2148
- "description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
2149
- "visibility": "secret",
2150
- "type": "string"
2151
- },
2152
- "baseUrl": {
2153
- "description": "The baseUrl of this provider, e.g. \"https://gitlab.com\", which is\npassed into the GitLab client.\n\nIf no baseUrl is provided, it will default to https://${host}.",
2154
- "visibility": "frontend",
2155
- "type": "string"
2156
- },
2157
- "commitSigningKey": {
2158
- "description": "PGP signing key for signing commits.",
2159
- "visibility": "secret",
2160
- "type": "string"
2161
- }
2162
- },
2163
- "required": [
2164
- "host"
2165
- ]
2166
- }
2167
- },
2168
- "googleGcs": {
2169
- "description": "Integration configuration for Google Cloud Storage",
2170
- "type": "object",
2171
- "properties": {
2172
- "clientEmail": {
2173
- "description": "Service account email used to authenticate requests.",
2174
- "type": "string"
2175
- },
2176
- "privateKey": {
2177
- "description": "Service account private key used to authenticate requests.",
2178
- "visibility": "secret",
2179
- "type": "string"
2180
- }
2181
- }
2182
- },
2183
- "awsS3": {
2184
- "description": "Integration configuration for AWS S3 Service",
2185
- "type": "array",
2186
- "items": {
2187
- "type": "object",
2188
- "properties": {
2189
- "endpoint": {
2190
- "description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
2191
- "visibility": "frontend",
2192
- "type": "string"
2193
- },
2194
- "s3ForcePathStyle": {
2195
- "description": "Whether to use path style URLs when communicating with S3.\nDefaults to false.\nThis allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used.",
2196
- "visibility": "frontend",
2197
- "type": "boolean"
2198
- },
2199
- "accessKeyId": {
2200
- "description": "Account access key used to authenticate requests.",
2201
- "type": "string"
2202
- },
2203
- "secretAccessKey": {
2204
- "description": "Account secret key used to authenticate requests.",
2205
- "visibility": "secret",
2206
- "type": "string"
2207
- },
2208
- "roleArn": {
2209
- "description": "ARN of the role to be assumed",
2210
- "type": "string"
2211
- },
2212
- "externalId": {
2213
- "description": "External ID to use when assuming role",
2214
- "type": "string"
2215
- }
2216
- }
2217
- }
2218
- },
2219
- "gitea": {
2220
- "description": "Integration configuration for Gitea",
2221
- "type": "array",
2222
- "items": {
2223
- "type": "object",
2224
- "properties": {
2225
- "host": {
2226
- "description": "The hostname of the given Gitea instance",
2227
- "visibility": "frontend",
2228
- "type": "string"
2229
- },
2230
- "baseUrl": {
2231
- "description": "The base url for the Gitea instance.",
2232
- "visibility": "frontend",
2233
- "type": "string"
2234
- },
2235
- "username": {
2236
- "description": "The username to use for authenticated requests.",
2237
- "visibility": "secret",
2238
- "type": "string"
2239
- },
2240
- "password": {
2241
- "description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
2242
- "visibility": "secret",
2243
- "type": "string"
2244
- },
2245
- "commitSigningKey": {
2246
- "description": "PGP signing key for signing commits.",
2247
- "visibility": "secret",
2248
- "type": "string"
2249
- }
2250
- },
2251
- "required": [
2252
- "host"
2253
- ]
2254
- }
2255
- },
2256
- "harness": {
2257
- "description": "Integration configuration for Harness Code",
2258
- "type": "array",
2259
- "items": {
2260
- "type": "object",
2261
- "properties": {
2262
- "host": {
2263
- "description": "The hostname of the given Harness Code instance",
2264
- "visibility": "frontend",
2265
- "type": "string"
2266
- },
2267
- "apiKey": {
2268
- "description": "The apikey to use for authenticated requests.",
2269
- "visibility": "secret",
2270
- "type": "string"
2271
- },
2272
- "token": {
2273
- "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
2274
- "visibility": "secret",
2275
- "type": "string"
2276
- }
2277
- },
2278
- "required": [
2279
- "host"
2280
- ]
1300
+ },
1301
+ "backstageTokenExpiration": {
1302
+ "description": "The backstage token expiration."
1303
+ },
1304
+ "experimentalExtraAllowedOrigins": {
1305
+ "description": "Additional app origins to allow for authenticating",
1306
+ "type": "array",
1307
+ "items": {
1308
+ "type": "string"
2281
1309
  }
2282
1310
  }
2283
1311
  }
@@ -2285,7 +1313,53 @@
2285
1313
  },
2286
1314
  "$schema": "http://json-schema.org/draft-07/schema#"
2287
1315
  },
2288
- "packageName": "@backstage/integration"
1316
+ "packageName": "@backstage/plugin-auth-backend"
1317
+ },
1318
+ {
1319
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1320
+ "value": {
1321
+ "type": "object",
1322
+ "properties": {
1323
+ "auth": {
1324
+ "description": "Configuration options for the auth plugin",
1325
+ "type": "object",
1326
+ "properties": {
1327
+ "providers": {
1328
+ "type": "object",
1329
+ "properties": {
1330
+ "guest": {
1331
+ "type": "object",
1332
+ "properties": {
1333
+ "userEntityRef": {
1334
+ "description": "The entity reference to use for the guest user.",
1335
+ "default": "user:development/guest",
1336
+ "type": "string"
1337
+ },
1338
+ "ownershipEntityRefs": {
1339
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1340
+ "default": "[userEntityRef]",
1341
+ "type": "array",
1342
+ "items": {
1343
+ "type": "string"
1344
+ }
1345
+ },
1346
+ "dangerouslyAllowOutsideDevelopment": {
1347
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1348
+ "type": "boolean"
1349
+ }
1350
+ }
1351
+ }
1352
+ }
1353
+ }
1354
+ },
1355
+ "required": [
1356
+ "providers"
1357
+ ]
1358
+ }
1359
+ },
1360
+ "$schema": "http://json-schema.org/draft-07/schema#"
1361
+ },
1362
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
2289
1363
  },
2290
1364
  {
2291
1365
  "path": "../backend-app-api/config.d.ts",
@@ -3795,31 +2869,6 @@
3795
2869
  },
3796
2870
  "packageName": "@backstage/plugin-auth-backend-module-google-provider"
3797
2871
  },
3798
- {
3799
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
3800
- "value": {
3801
- "type": "object",
3802
- "properties": {
3803
- "permission": {
3804
- "description": "Configuration options for Backstage permissions and authorization",
3805
- "type": "object",
3806
- "properties": {
3807
- "enabled": {
3808
- "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
3809
- "visibility": "frontend",
3810
- "type": "boolean"
3811
- },
3812
- "EXPERIMENTAL_enableBatchedRequests": {
3813
- "visibility": "frontend",
3814
- "type": "boolean"
3815
- }
3816
- }
3817
- }
3818
- },
3819
- "$schema": "http://json-schema.org/draft-07/schema#"
3820
- },
3821
- "packageName": "@backstage/plugin-permission-common"
3822
- },
3823
2872
  {
3824
2873
  "path": "../integration-aws-node/config.d.ts",
3825
2874
  "value": {
@@ -3929,182 +2978,6 @@
3929
2978
  "$schema": "http://json-schema.org/draft-07/schema#"
3930
2979
  },
3931
2980
  "packageName": "@backstage/integration-aws-node"
3932
- },
3933
- {
3934
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
3935
- "value": {
3936
- "type": "object",
3937
- "properties": {
3938
- "app": {
3939
- "type": "object",
3940
- "properties": {
3941
- "experimental": {
3942
- "type": "object",
3943
- "properties": {
3944
- "packages": {
3945
- "visibility": "frontend",
3946
- "deepVisibility": "frontend",
3947
- "anyOf": [
3948
- {
3949
- "type": "object",
3950
- "properties": {
3951
- "include": {
3952
- "type": "array",
3953
- "items": {
3954
- "type": "string"
3955
- }
3956
- },
3957
- "exclude": {
3958
- "type": "array",
3959
- "items": {
3960
- "type": "string"
3961
- }
3962
- }
3963
- }
3964
- },
3965
- {
3966
- "const": "all",
3967
- "type": "string"
3968
- }
3969
- ]
3970
- }
3971
- }
3972
- },
3973
- "routes": {
3974
- "type": "object",
3975
- "properties": {
3976
- "bindings": {
3977
- "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.",
3978
- "deepVisibility": "frontend",
3979
- "type": "object",
3980
- "additionalProperties": {
3981
- "anyOf": [
3982
- {
3983
- "const": false,
3984
- "type": "boolean"
3985
- },
3986
- {
3987
- "type": "string"
3988
- }
3989
- ]
3990
- }
3991
- }
3992
- }
3993
- },
3994
- "extensions": {
3995
- "deepVisibility": "frontend",
3996
- "type": "array",
3997
- "items": {
3998
- "anyOf": [
3999
- {
4000
- "type": "object",
4001
- "additionalProperties": {
4002
- "anyOf": [
4003
- {
4004
- "type": "object",
4005
- "properties": {
4006
- "attachTo": {
4007
- "type": "object",
4008
- "properties": {
4009
- "id": {
4010
- "type": "string"
4011
- },
4012
- "input": {
4013
- "type": "string"
4014
- }
4015
- },
4016
- "required": [
4017
- "id",
4018
- "input"
4019
- ]
4020
- },
4021
- "disabled": {
4022
- "type": "boolean"
4023
- },
4024
- "config": {}
4025
- }
4026
- },
4027
- {
4028
- "type": "boolean"
4029
- }
4030
- ]
4031
- }
4032
- },
4033
- {
4034
- "type": "string"
4035
- }
4036
- ]
4037
- }
4038
- },
4039
- "pluginOverrides": {
4040
- "description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
4041
- "deepVisibility": "frontend",
4042
- "type": "array",
4043
- "items": {
4044
- "type": "object",
4045
- "properties": {
4046
- "match": {
4047
- "description": "The criteria for matching plugins to override.",
4048
- "type": "object",
4049
- "properties": {
4050
- "pluginId": {
4051
- "description": "A pattern that is matched against the plugin ID.",
4052
- "type": "string"
4053
- },
4054
- "packageName": {
4055
- "description": "A pattern that is matched against the package name.",
4056
- "type": "string"
4057
- }
4058
- }
4059
- },
4060
- "info": {
4061
- "description": "Overrides individual top-level fields of the plugin info.",
4062
- "type": "object",
4063
- "properties": {
4064
- "description": {
4065
- "description": "Override the description of the plugin.",
4066
- "type": "string"
4067
- },
4068
- "ownerEntityRefs": {
4069
- "description": "Override the owner entity references of the plugin.",
4070
- "type": "array",
4071
- "items": {
4072
- "type": "string"
4073
- }
4074
- },
4075
- "links": {
4076
- "description": "Override the links of the plugin.",
4077
- "type": "array",
4078
- "items": {
4079
- "type": "object",
4080
- "properties": {
4081
- "title": {
4082
- "type": "string"
4083
- },
4084
- "url": {
4085
- "type": "string"
4086
- }
4087
- },
4088
- "required": [
4089
- "title",
4090
- "url"
4091
- ]
4092
- }
4093
- }
4094
- }
4095
- }
4096
- },
4097
- "required": [
4098
- "info"
4099
- ]
4100
- }
4101
- }
4102
- }
4103
- }
4104
- },
4105
- "$schema": "http://json-schema.org/draft-07/schema#"
4106
- },
4107
- "packageName": "@backstage/frontend-app-api"
4108
2981
  }
4109
2982
  ],
4110
2983
  "backstageConfigSchemaVersion": 1