@techdocs/cli 1.9.3-next.2 → 1.9.3

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": {
@@ -531,6 +475,9 @@
531
475
  },
532
476
  "personalAccessToken": {
533
477
  "type": "string"
478
+ },
479
+ "managedIdentityClientId": {
480
+ "type": "string"
534
481
  }
535
482
  }
536
483
  }
@@ -1095,6 +1042,62 @@
1095
1042
  },
1096
1043
  "packageName": "@backstage/plugin-catalog"
1097
1044
  },
1045
+ {
1046
+ "path": "../../plugins/techdocs/config.d.ts",
1047
+ "value": {
1048
+ "type": "object",
1049
+ "properties": {
1050
+ "techdocs": {
1051
+ "description": "Configuration options for the techdocs plugin",
1052
+ "type": "object",
1053
+ "properties": {
1054
+ "builder": {
1055
+ "description": "Documentation building process depends on the builder attr",
1056
+ "visibility": "frontend",
1057
+ "enum": [
1058
+ "external",
1059
+ "local"
1060
+ ],
1061
+ "type": "string"
1062
+ },
1063
+ "legacyUseCaseSensitiveTripletPaths": {
1064
+ "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
1065
+ "visibility": "frontend",
1066
+ "type": "boolean"
1067
+ },
1068
+ "sanitizer": {
1069
+ "type": "object",
1070
+ "properties": {
1071
+ "allowedIframeHosts": {
1072
+ "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",
1073
+ "visibility": "frontend",
1074
+ "type": "array",
1075
+ "items": {
1076
+ "type": "string"
1077
+ }
1078
+ },
1079
+ "allowedCustomElementTagNameRegExp": {
1080
+ "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.",
1081
+ "visibility": "frontend",
1082
+ "type": "string"
1083
+ },
1084
+ "allowedCustomElementAttributeNameRegExp": {
1085
+ "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/>",
1086
+ "visibility": "frontend",
1087
+ "type": "string"
1088
+ }
1089
+ }
1090
+ }
1091
+ }
1092
+ }
1093
+ },
1094
+ "required": [
1095
+ "techdocs"
1096
+ ],
1097
+ "$schema": "http://json-schema.org/draft-07/schema#"
1098
+ },
1099
+ "packageName": "@backstage/plugin-techdocs"
1100
+ },
1098
1101
  {
1099
1102
  "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1100
1103
  "value": {
@@ -1162,6 +1165,25 @@
1162
1165
  },
1163
1166
  "packageName": "@oriflame/backstage-plugin-score-card"
1164
1167
  },
1168
+ {
1169
+ "path": "../backend-plugin-api/config.d.ts",
1170
+ "value": {
1171
+ "type": "object",
1172
+ "properties": {
1173
+ "backend": {
1174
+ "type": "object",
1175
+ "properties": {
1176
+ "workingDirectory": {
1177
+ "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
1178
+ "type": "string"
1179
+ }
1180
+ }
1181
+ }
1182
+ },
1183
+ "$schema": "http://json-schema.org/draft-07/schema#"
1184
+ },
1185
+ "packageName": "@backstage/backend-plugin-api"
1186
+ },
1165
1187
  {
1166
1188
  "path": "../../plugins/auth-backend/config.d.ts",
1167
1189
  "value": {
@@ -1344,26 +1366,7 @@
1344
1366
  "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1345
1367
  },
1346
1368
  {
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",
1369
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1367
1370
  "value": {
1368
1371
  "type": "object",
1369
1372
  "properties": {
@@ -1383,821 +1386,68 @@
1383
1386
  "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1384
1387
  "visibility": "frontend",
1385
1388
  "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
- ]
1562
- }
1563
- }
1564
- }
1565
- },
1566
- "auth": {
1567
- "description": "Configuration that provides information on available configured authentication providers.",
1568
- "type": "object",
1569
- "properties": {
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
- {
1608
- "type": "string"
1609
- }
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"
1618
- }
1619
- }
1620
- },
1621
- "required": [
1622
- "plugins",
1623
- "target"
1624
- ]
1625
- }
1626
- }
1627
- }
1628
- }
1629
- },
1630
- "required": [
1631
- "app",
1632
- "backend"
1633
- ],
1634
- "$schema": "http://json-schema.org/draft-07/schema#"
1635
- },
1636
- "packageName": "@backstage/core-app-api"
1637
- },
1638
- {
1639
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1640
- "value": {
1641
- "type": "object",
1642
- "properties": {
1643
- "auth": {
1644
- "type": "object",
1645
- "properties": {
1646
- "autologout": {
1647
- "description": "Autologout feature configuration",
1648
- "type": "object",
1649
- "properties": {
1650
- "enabled": {
1651
- "description": "Enable or disable the autologout feature",
1652
- "visibility": "frontend",
1653
- "type": "boolean"
1654
- },
1655
- "idleTimeoutMinutes": {
1656
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1657
- "visibility": "frontend",
1658
- "type": "number"
1659
- },
1660
- "promptBeforeIdleSeconds": {
1661
- "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.",
1662
- "visibility": "frontend",
1663
- "type": "number"
1664
- },
1665
- "useWorkerTimers": {
1666
- "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.",
1667
- "visibility": "frontend",
1668
- "type": "boolean"
1669
- },
1670
- "logoutIfDisconnected": {
1671
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1672
- "visibility": "frontend",
1673
- "type": "boolean"
1674
- }
1675
- }
1676
- }
1677
- }
1678
- }
1679
- },
1680
- "$schema": "http://json-schema.org/draft-07/schema#"
1681
- },
1682
- "packageName": "@backstage/core-components"
1683
- },
1684
- {
1685
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1686
- "value": {
1687
- "type": "object",
1688
- "properties": {
1689
- "auth": {
1690
- "type": "object",
1691
- "properties": {
1692
- "autologout": {
1693
- "description": "Autologout feature configuration",
1694
- "type": "object",
1695
- "properties": {
1696
- "enabled": {
1697
- "description": "Enable or disable the autologout feature",
1698
- "visibility": "frontend",
1699
- "type": "boolean"
1700
- },
1701
- "idleTimeoutMinutes": {
1702
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1703
- "visibility": "frontend",
1704
- "type": "number"
1705
- },
1706
- "promptBeforeIdleSeconds": {
1707
- "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.",
1708
- "visibility": "frontend",
1709
- "type": "number"
1710
- },
1711
- "useWorkerTimers": {
1712
- "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.",
1713
- "visibility": "frontend",
1714
- "type": "boolean"
1715
- },
1716
- "logoutIfDisconnected": {
1717
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1718
- "visibility": "frontend",
1719
- "type": "boolean"
1720
- }
1721
- }
1722
- }
1723
- }
1724
- }
1725
- },
1726
- "$schema": "http://json-schema.org/draft-07/schema#"
1727
- },
1728
- "packageName": "@backstage/core-components"
1729
- },
1730
- {
1731
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
1732
- "value": {
1733
- "type": "object",
1734
- "properties": {
1735
- "integrations": {
1736
- "description": "Configuration for integrations towards various external repository provider systems",
1737
- "visibility": "frontend",
1738
- "type": "object",
1739
- "properties": {
1740
- "azure": {
1741
- "description": "Integration configuration for Azure",
1742
- "type": "array",
1743
- "items": {
1744
- "type": "object",
1745
- "properties": {
1746
- "host": {
1747
- "description": "The hostname of the given Azure instance",
1748
- "visibility": "frontend",
1749
- "type": "string"
1750
- },
1751
- "token": {
1752
- "description": "Token used to authenticate requests.",
1753
- "visibility": "secret",
1754
- "deprecated": "Use `credentials` instead.",
1755
- "type": "string"
1756
- },
1757
- "credential": {
1758
- "description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
1759
- "deepVisibility": "secret",
1760
- "deprecated": "Use `credentials` instead.",
1761
- "type": "object",
1762
- "properties": {
1763
- "clientId": {
1764
- "type": "string"
1765
- },
1766
- "clientSecret": {
1767
- "type": "string"
1768
- },
1769
- "tenantId": {
1770
- "type": "string"
1771
- },
1772
- "personalAccessToken": {
1773
- "type": "string"
1774
- }
1775
- }
1776
- },
1777
- "credentials": {
1778
- "description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf not 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.",
1779
- "deepVisibility": "secret",
1780
- "type": "array",
1781
- "items": {
1782
- "type": "object",
1783
- "properties": {
1784
- "clientId": {
1785
- "type": "string"
1786
- },
1787
- "clientSecret": {
1788
- "type": "string"
1789
- },
1790
- "tenantId": {
1791
- "type": "string"
1792
- },
1793
- "personalAccessToken": {
1794
- "type": "string"
1795
- }
1796
- }
1797
- }
1798
- },
1799
- "commitSigningKey": {
1800
- "description": "PGP signing key for signing commits.",
1801
- "visibility": "secret",
1802
- "type": "string"
1803
- }
1804
- },
1805
- "required": [
1806
- "host"
1807
- ]
1808
- }
1809
- },
1810
- "bitbucket": {
1811
- "description": "Integration configuration for Bitbucket",
1812
- "deprecated": "replaced by bitbucketCloud and bitbucketServer",
1813
- "type": "array",
1814
- "items": {
1815
- "type": "object",
1816
- "properties": {
1817
- "host": {
1818
- "description": "The hostname of the given Bitbucket instance",
1819
- "visibility": "frontend",
1820
- "type": "string"
1821
- },
1822
- "token": {
1823
- "description": "Token used to authenticate requests.",
1824
- "visibility": "secret",
1825
- "type": "string"
1826
- },
1827
- "apiBaseUrl": {
1828
- "description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
1829
- "visibility": "frontend",
1830
- "type": "string"
1831
- },
1832
- "username": {
1833
- "description": "The username to use for authenticated requests.",
1834
- "visibility": "secret",
1835
- "type": "string"
1836
- },
1837
- "appPassword": {
1838
- "description": "Bitbucket app password used to authenticate requests.",
1839
- "visibility": "secret",
1840
- "type": "string"
1841
- },
1842
- "commitSigningKey": {
1843
- "description": "PGP signing key for signing commits.",
1844
- "visibility": "secret",
1845
- "type": "string"
1846
- }
1847
- },
1848
- "required": [
1849
- "host"
1850
- ]
1851
- }
1852
- },
1853
- "bitbucketCloud": {
1854
- "description": "Integration configuration for Bitbucket Cloud",
1855
- "type": "array",
1856
- "items": {
1857
- "type": "object",
1858
- "properties": {
1859
- "username": {
1860
- "description": "The username to use for authenticated requests.",
1861
- "visibility": "secret",
1862
- "type": "string"
1863
- },
1864
- "appPassword": {
1865
- "description": "Bitbucket Cloud app password used to authenticate requests.",
1866
- "visibility": "secret",
1867
- "type": "string"
1868
- },
1869
- "commitSigningKey": {
1870
- "description": "PGP signing key for signing commits.",
1871
- "visibility": "secret",
1872
- "type": "string"
1873
- }
1874
- },
1875
- "required": [
1876
- "appPassword",
1877
- "username"
1878
- ]
1879
- }
1880
- },
1881
- "bitbucketServer": {
1882
- "description": "Integration configuration for Bitbucket Server",
1883
- "type": "array",
1884
- "items": {
1885
- "type": "object",
1886
- "properties": {
1887
- "host": {
1888
- "description": "The hostname of the given Bitbucket Server instance",
1889
- "visibility": "frontend",
1890
- "type": "string"
1891
- },
1892
- "token": {
1893
- "description": "Token used to authenticate requests.",
1894
- "visibility": "secret",
1895
- "type": "string"
1896
- },
1897
- "username": {
1898
- "description": "Username used to authenticate requests with Basic Auth.",
1899
- "visibility": "secret",
1900
- "type": "string"
1901
- },
1902
- "password": {
1903
- "description": "Password (or token as password) used to authenticate requests with Basic Auth.",
1904
- "visibility": "secret",
1905
- "type": "string"
1906
- },
1907
- "apiBaseUrl": {
1908
- "description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
1909
- "visibility": "frontend",
1910
- "type": "string"
1911
- },
1912
- "commitSigningKey": {
1913
- "description": "PGP signing key for signing commits.",
1914
- "visibility": "secret",
1915
- "type": "string"
1916
- }
1917
- },
1918
- "required": [
1919
- "host"
1920
- ]
1921
- }
1922
- },
1923
- "gerrit": {
1924
- "description": "Integration configuration for Gerrit",
1925
- "type": "array",
1926
- "items": {
1927
- "type": "object",
1928
- "properties": {
1929
- "host": {
1930
- "description": "The hostname of the given Gerrit instance",
1931
- "visibility": "frontend",
1932
- "type": "string"
1933
- },
1934
- "baseUrl": {
1935
- "description": "The base url for the Gerrit instance.",
1936
- "visibility": "frontend",
1937
- "type": "string"
1938
- },
1939
- "gitilesBaseUrl": {
1940
- "description": "The gitiles base url.",
1941
- "visibility": "frontend",
1942
- "type": "string"
1943
- },
1944
- "cloneUrl": {
1945
- "description": "The base url for cloning repos.",
1946
- "visibility": "frontend",
1947
- "type": "string"
1948
- },
1949
- "username": {
1950
- "description": "The username to use for authenticated requests.",
1951
- "visibility": "secret",
1952
- "type": "string"
1953
- },
1954
- "password": {
1955
- "description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
1956
- "visibility": "secret",
1957
- "type": "string"
1958
- },
1959
- "commitSigningKey": {
1960
- "description": "PGP signing key for signing commits.",
1961
- "visibility": "secret",
1962
- "type": "string"
1963
- }
1964
- },
1965
- "required": [
1966
- "gitilesBaseUrl",
1967
- "host"
1968
- ]
1969
- }
1970
- },
1971
- "github": {
1972
- "description": "Integration configuration for GitHub",
1973
- "type": "array",
1974
- "items": {
1975
- "type": "object",
1976
- "properties": {
1977
- "host": {
1978
- "description": "The hostname of the given GitHub instance",
1979
- "visibility": "frontend",
1980
- "type": "string"
1981
- },
1982
- "token": {
1983
- "description": "Token used to authenticate requests.",
1984
- "visibility": "secret",
1985
- "type": "string"
1986
- },
1987
- "apiBaseUrl": {
1988
- "description": "The base url for the GitHub API, for example https://api.github.com",
1989
- "visibility": "frontend",
1990
- "type": "string"
1991
- },
1992
- "rawBaseUrl": {
1993
- "description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
1994
- "visibility": "frontend",
1995
- "type": "string"
1996
- },
1997
- "apps": {
1998
- "description": "GitHub Apps configuration",
1999
- "type": "array",
2000
- "items": {
2001
- "type": "object",
2002
- "properties": {
2003
- "appId": {
2004
- "description": "The numeric GitHub App ID, string for environment variables",
2005
- "type": [
2006
- "string",
2007
- "number"
2008
- ]
2009
- },
2010
- "privateKey": {
2011
- "description": "The private key to use for auth against the app",
2012
- "visibility": "secret",
2013
- "type": "string"
2014
- },
2015
- "webhookSecret": {
2016
- "description": "The secret used for webhooks",
2017
- "visibility": "secret",
2018
- "type": "string"
2019
- },
2020
- "clientId": {
2021
- "description": "The client ID to use",
2022
- "type": "string"
2023
- },
2024
- "clientSecret": {
2025
- "description": "The client secret to use",
2026
- "visibility": "secret",
2027
- "type": "string"
2028
- },
2029
- "allowedInstallationOwners": {
2030
- "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",
2031
- "type": "array",
2032
- "items": {
2033
- "type": "string"
2034
- }
2035
- }
2036
- },
2037
- "required": [
2038
- "appId",
2039
- "clientId",
2040
- "clientSecret",
2041
- "privateKey"
2042
- ]
2043
- }
2044
- }
2045
- },
2046
- "required": [
2047
- "host"
2048
- ]
2049
- }
2050
- },
2051
- "gitlab": {
2052
- "description": "Integration configuration for GitLab",
2053
- "type": "array",
2054
- "items": {
2055
- "type": "object",
2056
- "properties": {
2057
- "host": {
2058
- "description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
2059
- "visibility": "frontend",
2060
- "type": "string"
2061
- },
2062
- "apiBaseUrl": {
2063
- "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.",
2064
- "visibility": "frontend",
2065
- "type": "string"
2066
- },
2067
- "token": {
2068
- "description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
2069
- "visibility": "secret",
2070
- "type": "string"
2071
- },
2072
- "baseUrl": {
2073
- "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}.",
2074
- "visibility": "frontend",
2075
- "type": "string"
2076
- },
2077
- "commitSigningKey": {
2078
- "description": "PGP signing key for signing commits.",
2079
- "visibility": "secret",
2080
- "type": "string"
2081
- }
2082
- },
2083
- "required": [
2084
- "host"
2085
- ]
2086
- }
2087
- },
2088
- "googleGcs": {
2089
- "description": "Integration configuration for Google Cloud Storage",
2090
- "type": "object",
2091
- "properties": {
2092
- "clientEmail": {
2093
- "description": "Service account email used to authenticate requests.",
2094
- "type": "string"
2095
- },
2096
- "privateKey": {
2097
- "description": "Service account private key used to authenticate requests.",
2098
- "visibility": "secret",
2099
- "type": "string"
2100
- }
2101
- }
2102
- },
2103
- "awsS3": {
2104
- "description": "Integration configuration for AWS S3 Service",
2105
- "type": "array",
2106
- "items": {
2107
- "type": "object",
2108
- "properties": {
2109
- "endpoint": {
2110
- "description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
2111
- "visibility": "frontend",
2112
- "type": "string"
2113
- },
2114
- "s3ForcePathStyle": {
2115
- "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.",
2116
- "visibility": "frontend",
2117
- "type": "boolean"
2118
- },
2119
- "accessKeyId": {
2120
- "description": "Account access key used to authenticate requests.",
2121
- "type": "string"
2122
- },
2123
- "secretAccessKey": {
2124
- "description": "Account secret key used to authenticate requests.",
2125
- "visibility": "secret",
2126
- "type": "string"
2127
- },
2128
- "roleArn": {
2129
- "description": "ARN of the role to be assumed",
2130
- "type": "string"
2131
- },
2132
- "externalId": {
2133
- "description": "External ID to use when assuming role",
2134
- "type": "string"
2135
- }
1389
+ },
1390
+ "promptBeforeIdleSeconds": {
1391
+ "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.",
1392
+ "visibility": "frontend",
1393
+ "type": "number"
1394
+ },
1395
+ "useWorkerTimers": {
1396
+ "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.",
1397
+ "visibility": "frontend",
1398
+ "type": "boolean"
1399
+ },
1400
+ "logoutIfDisconnected": {
1401
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1402
+ "visibility": "frontend",
1403
+ "type": "boolean"
2136
1404
  }
2137
1405
  }
2138
- },
2139
- "gitea": {
2140
- "description": "Integration configuration for Gitea",
2141
- "type": "array",
2142
- "items": {
2143
- "type": "object",
2144
- "properties": {
2145
- "host": {
2146
- "description": "The hostname of the given Gitea instance",
2147
- "visibility": "frontend",
2148
- "type": "string"
2149
- },
2150
- "baseUrl": {
2151
- "description": "The base url for the Gitea instance.",
2152
- "visibility": "frontend",
2153
- "type": "string"
2154
- },
2155
- "username": {
2156
- "description": "The username to use for authenticated requests.",
2157
- "visibility": "secret",
2158
- "type": "string"
2159
- },
2160
- "password": {
2161
- "description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
2162
- "visibility": "secret",
2163
- "type": "string"
2164
- },
2165
- "commitSigningKey": {
2166
- "description": "PGP signing key for signing commits.",
2167
- "visibility": "secret",
2168
- "type": "string"
2169
- }
1406
+ }
1407
+ }
1408
+ }
1409
+ },
1410
+ "$schema": "http://json-schema.org/draft-07/schema#"
1411
+ },
1412
+ "packageName": "@backstage/core-components"
1413
+ },
1414
+ {
1415
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1416
+ "value": {
1417
+ "type": "object",
1418
+ "properties": {
1419
+ "auth": {
1420
+ "type": "object",
1421
+ "properties": {
1422
+ "autologout": {
1423
+ "description": "Autologout feature configuration",
1424
+ "type": "object",
1425
+ "properties": {
1426
+ "enabled": {
1427
+ "description": "Enable or disable the autologout feature",
1428
+ "visibility": "frontend",
1429
+ "type": "boolean"
2170
1430
  },
2171
- "required": [
2172
- "host"
2173
- ]
2174
- }
2175
- },
2176
- "harness": {
2177
- "description": "Integration configuration for Harness Code",
2178
- "type": "array",
2179
- "items": {
2180
- "type": "object",
2181
- "properties": {
2182
- "host": {
2183
- "description": "The hostname of the given Harness Code instance",
2184
- "visibility": "frontend",
2185
- "type": "string"
2186
- },
2187
- "apiKey": {
2188
- "description": "The apikey to use for authenticated requests.",
2189
- "visibility": "secret",
2190
- "type": "string"
2191
- },
2192
- "token": {
2193
- "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
2194
- "visibility": "secret",
2195
- "type": "string"
2196
- }
1431
+ "idleTimeoutMinutes": {
1432
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1433
+ "visibility": "frontend",
1434
+ "type": "number"
2197
1435
  },
2198
- "required": [
2199
- "host"
2200
- ]
1436
+ "promptBeforeIdleSeconds": {
1437
+ "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.",
1438
+ "visibility": "frontend",
1439
+ "type": "number"
1440
+ },
1441
+ "useWorkerTimers": {
1442
+ "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.",
1443
+ "visibility": "frontend",
1444
+ "type": "boolean"
1445
+ },
1446
+ "logoutIfDisconnected": {
1447
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1448
+ "visibility": "frontend",
1449
+ "type": "boolean"
1450
+ }
2201
1451
  }
2202
1452
  }
2203
1453
  }
@@ -2205,7 +1455,7 @@
2205
1455
  },
2206
1456
  "$schema": "http://json-schema.org/draft-07/schema#"
2207
1457
  },
2208
- "packageName": "@backstage/integration"
1458
+ "packageName": "@backstage/core-components"
2209
1459
  },
2210
1460
  {
2211
1461
  "path": "../backend-app-api/config.d.ts",
@@ -3521,6 +2771,9 @@
3521
2771
  "resolver": {
3522
2772
  "type": "string",
3523
2773
  "const": "emailMatchingUserEntityAnnotation"
2774
+ },
2775
+ "dangerouslyAllowSignInWithoutUserInCatalog": {
2776
+ "type": "boolean"
3524
2777
  }
3525
2778
  },
3526
2779
  "required": [
@@ -3539,6 +2792,9 @@
3539
2792
  "items": {
3540
2793
  "type": "string"
3541
2794
  }
2795
+ },
2796
+ "dangerouslyAllowSignInWithoutUserInCatalog": {
2797
+ "type": "boolean"
3542
2798
  }
3543
2799
  },
3544
2800
  "required": [
@@ -3551,6 +2807,9 @@
3551
2807
  "resolver": {
3552
2808
  "type": "string",
3553
2809
  "const": "emailMatchingUserEntityProfileEmail"
2810
+ },
2811
+ "dangerouslyAllowSignInWithoutUserInCatalog": {
2812
+ "type": "boolean"
3554
2813
  }
3555
2814
  },
3556
2815
  "required": [
@@ -3582,27 +2841,6 @@
3582
2841
  },
3583
2842
  "packageName": "@backstage/plugin-auth-backend-module-google-provider"
3584
2843
  },
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
- },
3606
2844
  {
3607
2845
  "path": "../integration-aws-node/config.d.ts",
3608
2846
  "value": {
@@ -3712,119 +2950,6 @@
3712
2950
  "$schema": "http://json-schema.org/draft-07/schema#"
3713
2951
  },
3714
2952
  "packageName": "@backstage/integration-aws-node"
3715
- },
3716
- {
3717
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
3718
- "value": {
3719
- "type": "object",
3720
- "properties": {
3721
- "app": {
3722
- "type": "object",
3723
- "properties": {
3724
- "experimental": {
3725
- "type": "object",
3726
- "properties": {
3727
- "packages": {
3728
- "visibility": "frontend",
3729
- "deepVisibility": "frontend",
3730
- "anyOf": [
3731
- {
3732
- "type": "object",
3733
- "properties": {
3734
- "include": {
3735
- "type": "array",
3736
- "items": {
3737
- "type": "string"
3738
- }
3739
- },
3740
- "exclude": {
3741
- "type": "array",
3742
- "items": {
3743
- "type": "string"
3744
- }
3745
- }
3746
- }
3747
- },
3748
- {
3749
- "const": "all",
3750
- "type": "string"
3751
- }
3752
- ]
3753
- }
3754
- }
3755
- },
3756
- "routes": {
3757
- "type": "object",
3758
- "properties": {
3759
- "bindings": {
3760
- "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.",
3761
- "deepVisibility": "frontend",
3762
- "type": "object",
3763
- "additionalProperties": {
3764
- "anyOf": [
3765
- {
3766
- "const": false,
3767
- "type": "boolean"
3768
- },
3769
- {
3770
- "type": "string"
3771
- }
3772
- ]
3773
- }
3774
- }
3775
- }
3776
- },
3777
- "extensions": {
3778
- "deepVisibility": "frontend",
3779
- "type": "array",
3780
- "items": {
3781
- "anyOf": [
3782
- {
3783
- "type": "object",
3784
- "additionalProperties": {
3785
- "anyOf": [
3786
- {
3787
- "type": "object",
3788
- "properties": {
3789
- "attachTo": {
3790
- "type": "object",
3791
- "properties": {
3792
- "id": {
3793
- "type": "string"
3794
- },
3795
- "input": {
3796
- "type": "string"
3797
- }
3798
- },
3799
- "required": [
3800
- "id",
3801
- "input"
3802
- ]
3803
- },
3804
- "disabled": {
3805
- "type": "boolean"
3806
- },
3807
- "config": {}
3808
- }
3809
- },
3810
- {
3811
- "type": "boolean"
3812
- }
3813
- ]
3814
- }
3815
- },
3816
- {
3817
- "type": "string"
3818
- }
3819
- ]
3820
- }
3821
- }
3822
- }
3823
- }
3824
- },
3825
- "$schema": "http://json-schema.org/draft-07/schema#"
3826
- },
3827
- "packageName": "@backstage/frontend-app-api"
3828
2953
  }
3829
2954
  ],
3830
2955
  "backstageConfigSchemaVersion": 1