@techdocs/cli 1.9.5-next.0 → 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",
@@ -1359,698 +1292,20 @@
1359
1292
  }
1360
1293
  }
1361
1294
  },
1362
- "required": [
1363
- "keys"
1364
- ]
1365
- }
1366
- }
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-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1479
- "value": {
1480
- "type": "object",
1481
- "properties": {
1482
- "auth": {
1483
- "type": "object",
1484
- "properties": {
1485
- "autologout": {
1486
- "description": "Autologout feature configuration",
1487
- "type": "object",
1488
- "properties": {
1489
- "enabled": {
1490
- "description": "Enable or disable the autologout feature",
1491
- "visibility": "frontend",
1492
- "type": "boolean"
1493
- },
1494
- "idleTimeoutMinutes": {
1495
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1496
- "visibility": "frontend",
1497
- "type": "number"
1498
- },
1499
- "promptBeforeIdleSeconds": {
1500
- "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.",
1501
- "visibility": "frontend",
1502
- "type": "number"
1503
- },
1504
- "useWorkerTimers": {
1505
- "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.",
1506
- "visibility": "frontend",
1507
- "type": "boolean"
1508
- },
1509
- "logoutIfDisconnected": {
1510
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1511
- "visibility": "frontend",
1512
- "type": "boolean"
1513
- }
1514
- }
1515
- }
1516
- }
1517
- }
1518
- },
1519
- "$schema": "http://json-schema.org/draft-07/schema#"
1520
- },
1521
- "packageName": "@backstage/core-components"
1522
- },
1523
- {
1524
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1525
- "value": {
1526
- "type": "object",
1527
- "properties": {
1528
- "auth": {
1529
- "type": "object",
1530
- "properties": {
1531
- "autologout": {
1532
- "description": "Autologout feature configuration",
1533
- "type": "object",
1534
- "properties": {
1535
- "enabled": {
1536
- "description": "Enable or disable the autologout feature",
1537
- "visibility": "frontend",
1538
- "type": "boolean"
1539
- },
1540
- "idleTimeoutMinutes": {
1541
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1542
- "visibility": "frontend",
1543
- "type": "number"
1544
- },
1545
- "promptBeforeIdleSeconds": {
1546
- "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.",
1547
- "visibility": "frontend",
1548
- "type": "number"
1549
- },
1550
- "useWorkerTimers": {
1551
- "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.",
1552
- "visibility": "frontend",
1553
- "type": "boolean"
1554
- },
1555
- "logoutIfDisconnected": {
1556
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1557
- "visibility": "frontend",
1558
- "type": "boolean"
1559
- }
1560
- }
1561
- }
1562
- }
1563
- }
1564
- },
1565
- "$schema": "http://json-schema.org/draft-07/schema#"
1566
- },
1567
- "packageName": "@backstage/core-components"
1568
- },
1569
- {
1570
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
1571
- "value": {
1572
- "type": "object",
1573
- "properties": {
1574
- "integrations": {
1575
- "description": "Configuration for integrations towards various external repository provider systems",
1576
- "visibility": "frontend",
1577
- "type": "object",
1578
- "properties": {
1579
- "azure": {
1580
- "description": "Integration configuration for Azure",
1581
- "type": "array",
1582
- "items": {
1583
- "type": "object",
1584
- "properties": {
1585
- "host": {
1586
- "description": "The hostname of the given Azure instance",
1587
- "visibility": "frontend",
1588
- "type": "string"
1589
- },
1590
- "token": {
1591
- "description": "Token used to authenticate requests.",
1592
- "visibility": "secret",
1593
- "deprecated": "Use `credentials` instead.",
1594
- "type": "string"
1595
- },
1596
- "credential": {
1597
- "description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
1598
- "deepVisibility": "secret",
1599
- "deprecated": "Use `credentials` instead.",
1600
- "type": "object",
1601
- "properties": {
1602
- "clientId": {
1603
- "type": "string"
1604
- },
1605
- "clientSecret": {
1606
- "type": "string"
1607
- },
1608
- "tenantId": {
1609
- "type": "string"
1610
- },
1611
- "personalAccessToken": {
1612
- "type": "string"
1613
- }
1614
- }
1615
- },
1616
- "credentials": {
1617
- "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.",
1618
- "deepVisibility": "secret",
1619
- "type": "array",
1620
- "items": {
1621
- "type": "object",
1622
- "properties": {
1623
- "organizations": {
1624
- "type": "array",
1625
- "items": {
1626
- "type": "string"
1627
- }
1628
- },
1629
- "clientId": {
1630
- "type": "string"
1631
- },
1632
- "clientSecret": {
1633
- "type": "string"
1634
- },
1635
- "tenantId": {
1636
- "type": "string"
1637
- },
1638
- "personalAccessToken": {
1639
- "type": "string"
1640
- },
1641
- "managedIdentityClientId": {
1642
- "type": "string"
1643
- }
1644
- }
1645
- }
1646
- },
1647
- "commitSigningKey": {
1648
- "description": "PGP signing key for signing commits.",
1649
- "visibility": "secret",
1650
- "type": "string"
1651
- }
1652
- },
1653
- "required": [
1654
- "host"
1655
- ]
1656
- }
1657
- },
1658
- "bitbucket": {
1659
- "description": "Integration configuration for Bitbucket",
1660
- "deprecated": "replaced by bitbucketCloud and bitbucketServer",
1661
- "type": "array",
1662
- "items": {
1663
- "type": "object",
1664
- "properties": {
1665
- "host": {
1666
- "description": "The hostname of the given Bitbucket instance",
1667
- "visibility": "frontend",
1668
- "type": "string"
1669
- },
1670
- "token": {
1671
- "description": "Token used to authenticate requests.",
1672
- "visibility": "secret",
1673
- "type": "string"
1674
- },
1675
- "apiBaseUrl": {
1676
- "description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
1677
- "visibility": "frontend",
1678
- "type": "string"
1679
- },
1680
- "username": {
1681
- "description": "The username to use for authenticated requests.",
1682
- "visibility": "secret",
1683
- "type": "string"
1684
- },
1685
- "appPassword": {
1686
- "description": "Bitbucket app password used to authenticate requests.",
1687
- "visibility": "secret",
1688
- "type": "string"
1689
- },
1690
- "commitSigningKey": {
1691
- "description": "PGP signing key for signing commits.",
1692
- "visibility": "secret",
1693
- "type": "string"
1694
- }
1695
- },
1696
- "required": [
1697
- "host"
1698
- ]
1699
- }
1700
- },
1701
- "bitbucketCloud": {
1702
- "description": "Integration configuration for Bitbucket Cloud",
1703
- "type": "array",
1704
- "items": {
1705
- "type": "object",
1706
- "properties": {
1707
- "username": {
1708
- "description": "The username to use for authenticated requests.",
1709
- "visibility": "secret",
1710
- "type": "string"
1711
- },
1712
- "appPassword": {
1713
- "description": "Bitbucket Cloud app password used to authenticate requests.",
1714
- "visibility": "secret",
1715
- "type": "string"
1716
- },
1717
- "commitSigningKey": {
1718
- "description": "PGP signing key for signing commits.",
1719
- "visibility": "secret",
1720
- "type": "string"
1721
- }
1722
- },
1723
- "required": [
1724
- "appPassword",
1725
- "username"
1726
- ]
1727
- }
1728
- },
1729
- "bitbucketServer": {
1730
- "description": "Integration configuration for Bitbucket Server",
1731
- "type": "array",
1732
- "items": {
1733
- "type": "object",
1734
- "properties": {
1735
- "host": {
1736
- "description": "The hostname of the given Bitbucket Server instance",
1737
- "visibility": "frontend",
1738
- "type": "string"
1739
- },
1740
- "token": {
1741
- "description": "Token used to authenticate requests.",
1742
- "visibility": "secret",
1743
- "type": "string"
1744
- },
1745
- "username": {
1746
- "description": "Username used to authenticate requests with Basic Auth.",
1747
- "visibility": "secret",
1748
- "type": "string"
1749
- },
1750
- "password": {
1751
- "description": "Password (or token as password) used to authenticate requests with Basic Auth.",
1752
- "visibility": "secret",
1753
- "type": "string"
1754
- },
1755
- "apiBaseUrl": {
1756
- "description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
1757
- "visibility": "frontend",
1758
- "type": "string"
1759
- },
1760
- "commitSigningKey": {
1761
- "description": "PGP signing key for signing commits.",
1762
- "visibility": "secret",
1763
- "type": "string"
1764
- }
1765
- },
1766
- "required": [
1767
- "host"
1768
- ]
1769
- }
1770
- },
1771
- "gerrit": {
1772
- "description": "Integration configuration for Gerrit",
1773
- "type": "array",
1774
- "items": {
1775
- "type": "object",
1776
- "properties": {
1777
- "host": {
1778
- "description": "The hostname of the given Gerrit instance",
1779
- "visibility": "frontend",
1780
- "type": "string"
1781
- },
1782
- "baseUrl": {
1783
- "description": "The base url for the Gerrit instance.",
1784
- "visibility": "frontend",
1785
- "type": "string"
1786
- },
1787
- "gitilesBaseUrl": {
1788
- "description": "The gitiles base url.",
1789
- "visibility": "frontend",
1790
- "type": "string"
1791
- },
1792
- "cloneUrl": {
1793
- "description": "The base url for cloning repos.",
1794
- "visibility": "frontend",
1795
- "type": "string"
1796
- },
1797
- "disableEditUrl": {
1798
- "description": "Disable the edit url feature.",
1799
- "visibility": "frontend",
1800
- "type": "boolean"
1801
- },
1802
- "username": {
1803
- "description": "The username to use for authenticated requests.",
1804
- "visibility": "secret",
1805
- "type": "string"
1806
- },
1807
- "password": {
1808
- "description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
1809
- "visibility": "secret",
1810
- "type": "string"
1811
- },
1812
- "commitSigningKey": {
1813
- "description": "PGP signing key for signing commits.",
1814
- "visibility": "secret",
1815
- "type": "string"
1816
- }
1817
- },
1818
- "required": [
1819
- "gitilesBaseUrl",
1820
- "host"
1821
- ]
1822
- }
1823
- },
1824
- "github": {
1825
- "description": "Integration configuration for GitHub",
1826
- "type": "array",
1827
- "items": {
1828
- "type": "object",
1829
- "properties": {
1830
- "host": {
1831
- "description": "The hostname of the given GitHub instance",
1832
- "visibility": "frontend",
1833
- "type": "string"
1834
- },
1835
- "token": {
1836
- "description": "Token used to authenticate requests.",
1837
- "visibility": "secret",
1838
- "type": "string"
1839
- },
1840
- "apiBaseUrl": {
1841
- "description": "The base url for the GitHub API, for example https://api.github.com",
1842
- "visibility": "frontend",
1843
- "type": "string"
1844
- },
1845
- "rawBaseUrl": {
1846
- "description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
1847
- "visibility": "frontend",
1848
- "type": "string"
1849
- },
1850
- "apps": {
1851
- "description": "GitHub Apps configuration",
1852
- "type": "array",
1853
- "items": {
1854
- "type": "object",
1855
- "properties": {
1856
- "appId": {
1857
- "description": "The numeric GitHub App ID, string for environment variables",
1858
- "type": [
1859
- "string",
1860
- "number"
1861
- ]
1862
- },
1863
- "privateKey": {
1864
- "description": "The private key to use for auth against the app",
1865
- "visibility": "secret",
1866
- "type": "string"
1867
- },
1868
- "webhookSecret": {
1869
- "description": "The secret used for webhooks",
1870
- "visibility": "secret",
1871
- "type": "string"
1872
- },
1873
- "clientId": {
1874
- "description": "The client ID to use",
1875
- "type": "string"
1876
- },
1877
- "clientSecret": {
1878
- "description": "The client secret to use",
1879
- "visibility": "secret",
1880
- "type": "string"
1881
- },
1882
- "allowedInstallationOwners": {
1883
- "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",
1884
- "type": "array",
1885
- "items": {
1886
- "type": "string"
1887
- }
1888
- }
1889
- },
1890
- "required": [
1891
- "appId",
1892
- "clientId",
1893
- "clientSecret",
1894
- "privateKey"
1895
- ]
1896
- }
1897
- }
1898
- },
1899
- "required": [
1900
- "host"
1901
- ]
1902
- }
1903
- },
1904
- "gitlab": {
1905
- "description": "Integration configuration for GitLab",
1906
- "type": "array",
1907
- "items": {
1908
- "type": "object",
1909
- "properties": {
1910
- "host": {
1911
- "description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
1912
- "visibility": "frontend",
1913
- "type": "string"
1914
- },
1915
- "apiBaseUrl": {
1916
- "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.",
1917
- "visibility": "frontend",
1918
- "type": "string"
1919
- },
1920
- "token": {
1921
- "description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
1922
- "visibility": "secret",
1923
- "type": "string"
1924
- },
1925
- "baseUrl": {
1926
- "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}.",
1927
- "visibility": "frontend",
1928
- "type": "string"
1929
- },
1930
- "commitSigningKey": {
1931
- "description": "PGP signing key for signing commits.",
1932
- "visibility": "secret",
1933
- "type": "string"
1934
- }
1935
- },
1936
- "required": [
1937
- "host"
1938
- ]
1939
- }
1940
- },
1941
- "googleGcs": {
1942
- "description": "Integration configuration for Google Cloud Storage",
1943
- "type": "object",
1944
- "properties": {
1945
- "clientEmail": {
1946
- "description": "Service account email used to authenticate requests.",
1947
- "type": "string"
1948
- },
1949
- "privateKey": {
1950
- "description": "Service account private key used to authenticate requests.",
1951
- "visibility": "secret",
1952
- "type": "string"
1953
- }
1954
- }
1955
- },
1956
- "awsS3": {
1957
- "description": "Integration configuration for AWS S3 Service",
1958
- "type": "array",
1959
- "items": {
1960
- "type": "object",
1961
- "properties": {
1962
- "endpoint": {
1963
- "description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
1964
- "visibility": "frontend",
1965
- "type": "string"
1966
- },
1967
- "s3ForcePathStyle": {
1968
- "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.",
1969
- "visibility": "frontend",
1970
- "type": "boolean"
1971
- },
1972
- "accessKeyId": {
1973
- "description": "Account access key used to authenticate requests.",
1974
- "type": "string"
1975
- },
1976
- "secretAccessKey": {
1977
- "description": "Account secret key used to authenticate requests.",
1978
- "visibility": "secret",
1979
- "type": "string"
1980
- },
1981
- "roleArn": {
1982
- "description": "ARN of the role to be assumed",
1983
- "type": "string"
1984
- },
1985
- "externalId": {
1986
- "description": "External ID to use when assuming role",
1987
- "type": "string"
1988
- }
1989
- }
1990
- }
1991
- },
1992
- "gitea": {
1993
- "description": "Integration configuration for Gitea",
1994
- "type": "array",
1995
- "items": {
1996
- "type": "object",
1997
- "properties": {
1998
- "host": {
1999
- "description": "The hostname of the given Gitea instance",
2000
- "visibility": "frontend",
2001
- "type": "string"
2002
- },
2003
- "baseUrl": {
2004
- "description": "The base url for the Gitea instance.",
2005
- "visibility": "frontend",
2006
- "type": "string"
2007
- },
2008
- "username": {
2009
- "description": "The username to use for authenticated requests.",
2010
- "visibility": "secret",
2011
- "type": "string"
2012
- },
2013
- "password": {
2014
- "description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
2015
- "visibility": "secret",
2016
- "type": "string"
2017
- },
2018
- "commitSigningKey": {
2019
- "description": "PGP signing key for signing commits.",
2020
- "visibility": "secret",
2021
- "type": "string"
2022
- }
2023
- },
2024
- "required": [
2025
- "host"
2026
- ]
1295
+ "required": [
1296
+ "keys"
1297
+ ]
1298
+ }
2027
1299
  }
2028
1300
  },
2029
- "harness": {
2030
- "description": "Integration configuration for Harness Code",
1301
+ "backstageTokenExpiration": {
1302
+ "description": "The backstage token expiration."
1303
+ },
1304
+ "experimentalExtraAllowedOrigins": {
1305
+ "description": "Additional app origins to allow for authenticating",
2031
1306
  "type": "array",
2032
1307
  "items": {
2033
- "type": "object",
2034
- "properties": {
2035
- "host": {
2036
- "description": "The hostname of the given Harness Code instance",
2037
- "visibility": "frontend",
2038
- "type": "string"
2039
- },
2040
- "apiKey": {
2041
- "description": "The apikey to use for authenticated requests.",
2042
- "visibility": "secret",
2043
- "type": "string"
2044
- },
2045
- "token": {
2046
- "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
2047
- "visibility": "secret",
2048
- "type": "string"
2049
- }
2050
- },
2051
- "required": [
2052
- "host"
2053
- ]
1308
+ "type": "string"
2054
1309
  }
2055
1310
  }
2056
1311
  }
@@ -2058,7 +1313,53 @@
2058
1313
  },
2059
1314
  "$schema": "http://json-schema.org/draft-07/schema#"
2060
1315
  },
2061
- "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"
2062
1363
  },
2063
1364
  {
2064
1365
  "path": "../backend-app-api/config.d.ts",
@@ -3677,182 +2978,6 @@
3677
2978
  "$schema": "http://json-schema.org/draft-07/schema#"
3678
2979
  },
3679
2980
  "packageName": "@backstage/integration-aws-node"
3680
- },
3681
- {
3682
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
3683
- "value": {
3684
- "type": "object",
3685
- "properties": {
3686
- "app": {
3687
- "type": "object",
3688
- "properties": {
3689
- "experimental": {
3690
- "type": "object",
3691
- "properties": {
3692
- "packages": {
3693
- "visibility": "frontend",
3694
- "deepVisibility": "frontend",
3695
- "anyOf": [
3696
- {
3697
- "type": "object",
3698
- "properties": {
3699
- "include": {
3700
- "type": "array",
3701
- "items": {
3702
- "type": "string"
3703
- }
3704
- },
3705
- "exclude": {
3706
- "type": "array",
3707
- "items": {
3708
- "type": "string"
3709
- }
3710
- }
3711
- }
3712
- },
3713
- {
3714
- "const": "all",
3715
- "type": "string"
3716
- }
3717
- ]
3718
- }
3719
- }
3720
- },
3721
- "routes": {
3722
- "type": "object",
3723
- "properties": {
3724
- "bindings": {
3725
- "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.",
3726
- "deepVisibility": "frontend",
3727
- "type": "object",
3728
- "additionalProperties": {
3729
- "anyOf": [
3730
- {
3731
- "const": false,
3732
- "type": "boolean"
3733
- },
3734
- {
3735
- "type": "string"
3736
- }
3737
- ]
3738
- }
3739
- }
3740
- }
3741
- },
3742
- "extensions": {
3743
- "deepVisibility": "frontend",
3744
- "type": "array",
3745
- "items": {
3746
- "anyOf": [
3747
- {
3748
- "type": "object",
3749
- "additionalProperties": {
3750
- "anyOf": [
3751
- {
3752
- "type": "object",
3753
- "properties": {
3754
- "attachTo": {
3755
- "type": "object",
3756
- "properties": {
3757
- "id": {
3758
- "type": "string"
3759
- },
3760
- "input": {
3761
- "type": "string"
3762
- }
3763
- },
3764
- "required": [
3765
- "id",
3766
- "input"
3767
- ]
3768
- },
3769
- "disabled": {
3770
- "type": "boolean"
3771
- },
3772
- "config": {}
3773
- }
3774
- },
3775
- {
3776
- "type": "boolean"
3777
- }
3778
- ]
3779
- }
3780
- },
3781
- {
3782
- "type": "string"
3783
- }
3784
- ]
3785
- }
3786
- },
3787
- "pluginOverrides": {
3788
- "description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
3789
- "deepVisibility": "frontend",
3790
- "type": "array",
3791
- "items": {
3792
- "type": "object",
3793
- "properties": {
3794
- "match": {
3795
- "description": "The criteria for matching plugins to override.",
3796
- "type": "object",
3797
- "properties": {
3798
- "pluginId": {
3799
- "description": "A pattern that is matched against the plugin ID.",
3800
- "type": "string"
3801
- },
3802
- "packageName": {
3803
- "description": "A pattern that is matched against the package name.",
3804
- "type": "string"
3805
- }
3806
- }
3807
- },
3808
- "info": {
3809
- "description": "Overrides individual top-level fields of the plugin info.",
3810
- "type": "object",
3811
- "properties": {
3812
- "description": {
3813
- "description": "Override the description of the plugin.",
3814
- "type": "string"
3815
- },
3816
- "ownerEntityRefs": {
3817
- "description": "Override the owner entity references of the plugin.",
3818
- "type": "array",
3819
- "items": {
3820
- "type": "string"
3821
- }
3822
- },
3823
- "links": {
3824
- "description": "Override the links of the plugin.",
3825
- "type": "array",
3826
- "items": {
3827
- "type": "object",
3828
- "properties": {
3829
- "title": {
3830
- "type": "string"
3831
- },
3832
- "url": {
3833
- "type": "string"
3834
- }
3835
- },
3836
- "required": [
3837
- "title",
3838
- "url"
3839
- ]
3840
- }
3841
- }
3842
- }
3843
- }
3844
- },
3845
- "required": [
3846
- "info"
3847
- ]
3848
- }
3849
- }
3850
- }
3851
- }
3852
- },
3853
- "$schema": "http://json-schema.org/draft-07/schema#"
3854
- },
3855
- "packageName": "@backstage/frontend-app-api"
3856
2981
  }
3857
2982
  ],
3858
2983
  "backstageConfigSchemaVersion": 1