@techdocs/cli 1.9.2-next.2 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/embedded-app/.config-schema.json +249 -1098
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{4516.29ea7597.chunk.js → 4516.a9b528f6.chunk.js} +1 -1
- package/dist/embedded-app/static/{4516.29ea7597.chunk.js.map → 4516.a9b528f6.chunk.js.map} +1 -1
- package/dist/embedded-app/static/{main.6d288c89.js → main.9fff8ae5.js} +54 -54
- package/dist/embedded-app/static/main.9fff8ae5.js.map +1 -0
- package/dist/embedded-app/static/{runtime.6d288c89.js → runtime.9fff8ae5.js} +2 -2
- package/dist/embedded-app/static/{runtime.6d288c89.js.map → runtime.9fff8ae5.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.6d288c89.js → vendor.9fff8ae5.js} +1 -1
- package/dist/embedded-app/static/vendor.9fff8ae5.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +7 -7
- package/dist/embedded-app/static/main.6d288c89.js.map +0 -1
- package/dist/embedded-app/static/vendor.6d288c89.js.map +0 -1
|
@@ -400,62 +400,6 @@
|
|
|
400
400
|
},
|
|
401
401
|
"packageName": "@backstage/core-components"
|
|
402
402
|
},
|
|
403
|
-
{
|
|
404
|
-
"path": "../../plugins/techdocs/config.d.ts",
|
|
405
|
-
"value": {
|
|
406
|
-
"type": "object",
|
|
407
|
-
"properties": {
|
|
408
|
-
"techdocs": {
|
|
409
|
-
"description": "Configuration options for the techdocs plugin",
|
|
410
|
-
"type": "object",
|
|
411
|
-
"properties": {
|
|
412
|
-
"builder": {
|
|
413
|
-
"description": "Documentation building process depends on the builder attr",
|
|
414
|
-
"visibility": "frontend",
|
|
415
|
-
"enum": [
|
|
416
|
-
"external",
|
|
417
|
-
"local"
|
|
418
|
-
],
|
|
419
|
-
"type": "string"
|
|
420
|
-
},
|
|
421
|
-
"legacyUseCaseSensitiveTripletPaths": {
|
|
422
|
-
"description": "Allows fallback to case-sensitive triplets in case of migration issues.",
|
|
423
|
-
"visibility": "frontend",
|
|
424
|
-
"type": "boolean"
|
|
425
|
-
},
|
|
426
|
-
"sanitizer": {
|
|
427
|
-
"type": "object",
|
|
428
|
-
"properties": {
|
|
429
|
-
"allowedIframeHosts": {
|
|
430
|
-
"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",
|
|
431
|
-
"visibility": "frontend",
|
|
432
|
-
"type": "array",
|
|
433
|
-
"items": {
|
|
434
|
-
"type": "string"
|
|
435
|
-
}
|
|
436
|
-
},
|
|
437
|
-
"allowedCustomElementTagNameRegExp": {
|
|
438
|
-
"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.",
|
|
439
|
-
"visibility": "frontend",
|
|
440
|
-
"type": "string"
|
|
441
|
-
},
|
|
442
|
-
"allowedCustomElementAttributeNameRegExp": {
|
|
443
|
-
"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/>",
|
|
444
|
-
"visibility": "frontend",
|
|
445
|
-
"type": "string"
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
"required": [
|
|
453
|
-
"techdocs"
|
|
454
|
-
],
|
|
455
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
456
|
-
},
|
|
457
|
-
"packageName": "@backstage/plugin-techdocs"
|
|
458
|
-
},
|
|
459
403
|
{
|
|
460
404
|
"path": "../integration/config.d.ts",
|
|
461
405
|
"value": {
|
|
@@ -936,6 +880,62 @@
|
|
|
936
880
|
},
|
|
937
881
|
"packageName": "@backstage/integration"
|
|
938
882
|
},
|
|
883
|
+
{
|
|
884
|
+
"path": "../../plugins/techdocs/config.d.ts",
|
|
885
|
+
"value": {
|
|
886
|
+
"type": "object",
|
|
887
|
+
"properties": {
|
|
888
|
+
"techdocs": {
|
|
889
|
+
"description": "Configuration options for the techdocs plugin",
|
|
890
|
+
"type": "object",
|
|
891
|
+
"properties": {
|
|
892
|
+
"builder": {
|
|
893
|
+
"description": "Documentation building process depends on the builder attr",
|
|
894
|
+
"visibility": "frontend",
|
|
895
|
+
"enum": [
|
|
896
|
+
"external",
|
|
897
|
+
"local"
|
|
898
|
+
],
|
|
899
|
+
"type": "string"
|
|
900
|
+
},
|
|
901
|
+
"legacyUseCaseSensitiveTripletPaths": {
|
|
902
|
+
"description": "Allows fallback to case-sensitive triplets in case of migration issues.",
|
|
903
|
+
"visibility": "frontend",
|
|
904
|
+
"type": "boolean"
|
|
905
|
+
},
|
|
906
|
+
"sanitizer": {
|
|
907
|
+
"type": "object",
|
|
908
|
+
"properties": {
|
|
909
|
+
"allowedIframeHosts": {
|
|
910
|
+
"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",
|
|
911
|
+
"visibility": "frontend",
|
|
912
|
+
"type": "array",
|
|
913
|
+
"items": {
|
|
914
|
+
"type": "string"
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"allowedCustomElementTagNameRegExp": {
|
|
918
|
+
"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.",
|
|
919
|
+
"visibility": "frontend",
|
|
920
|
+
"type": "string"
|
|
921
|
+
},
|
|
922
|
+
"allowedCustomElementAttributeNameRegExp": {
|
|
923
|
+
"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/>",
|
|
924
|
+
"visibility": "frontend",
|
|
925
|
+
"type": "string"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
"required": [
|
|
933
|
+
"techdocs"
|
|
934
|
+
],
|
|
935
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
936
|
+
},
|
|
937
|
+
"packageName": "@backstage/plugin-techdocs"
|
|
938
|
+
},
|
|
939
939
|
{
|
|
940
940
|
"path": "../frontend-app-api/config.d.ts",
|
|
941
941
|
"value": {
|
|
@@ -1404,12 +1404,12 @@
|
|
|
1404
1404
|
"issuer"
|
|
1405
1405
|
]
|
|
1406
1406
|
}
|
|
1407
|
-
},
|
|
1408
|
-
"backstageTokenExpiration": {
|
|
1409
|
-
"description": "The backstage token expiration."
|
|
1410
1407
|
}
|
|
1411
1408
|
}
|
|
1412
1409
|
},
|
|
1410
|
+
"backstageTokenExpiration": {
|
|
1411
|
+
"description": "The backstage token expiration."
|
|
1412
|
+
},
|
|
1413
1413
|
"experimentalExtraAllowedOrigins": {
|
|
1414
1414
|
"description": "Additional app origins to allow for authenticating",
|
|
1415
1415
|
"type": "array",
|
|
@@ -1493,774 +1493,66 @@
|
|
|
1493
1493
|
"type": "number"
|
|
1494
1494
|
},
|
|
1495
1495
|
"promptBeforeIdleSeconds": {
|
|
1496
|
-
"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.",
|
|
1497
|
-
"visibility": "frontend",
|
|
1498
|
-
"type": "number"
|
|
1499
|
-
},
|
|
1500
|
-
"useWorkerTimers": {
|
|
1501
|
-
"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.",
|
|
1502
|
-
"visibility": "frontend",
|
|
1503
|
-
"type": "boolean"
|
|
1504
|
-
},
|
|
1505
|
-
"logoutIfDisconnected": {
|
|
1506
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1507
|
-
"visibility": "frontend",
|
|
1508
|
-
"type": "boolean"
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1516
|
-
},
|
|
1517
|
-
"packageName": "@backstage/core-components"
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1521
|
-
"value": {
|
|
1522
|
-
"type": "object",
|
|
1523
|
-
"properties": {
|
|
1524
|
-
"app": {
|
|
1525
|
-
"description": "Generic frontend configuration.",
|
|
1526
|
-
"type": "object",
|
|
1527
|
-
"properties": {
|
|
1528
|
-
"baseUrl": {
|
|
1529
|
-
"description": "The public absolute root URL that the frontend.",
|
|
1530
|
-
"visibility": "frontend",
|
|
1531
|
-
"type": "string"
|
|
1532
|
-
},
|
|
1533
|
-
"title": {
|
|
1534
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1535
|
-
"visibility": "frontend",
|
|
1536
|
-
"type": "string"
|
|
1537
|
-
},
|
|
1538
|
-
"support": {
|
|
1539
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1540
|
-
"type": "object",
|
|
1541
|
-
"properties": {
|
|
1542
|
-
"url": {
|
|
1543
|
-
"description": "The primary support url.",
|
|
1544
|
-
"visibility": "frontend",
|
|
1545
|
-
"type": "string"
|
|
1546
|
-
},
|
|
1547
|
-
"items": {
|
|
1548
|
-
"description": "A list of categorized support item groupings.",
|
|
1549
|
-
"type": "array",
|
|
1550
|
-
"items": {
|
|
1551
|
-
"type": "object",
|
|
1552
|
-
"properties": {
|
|
1553
|
-
"title": {
|
|
1554
|
-
"description": "The title of the support item grouping.",
|
|
1555
|
-
"visibility": "frontend",
|
|
1556
|
-
"type": "string"
|
|
1557
|
-
},
|
|
1558
|
-
"icon": {
|
|
1559
|
-
"description": "An optional icon for the support item grouping.",
|
|
1560
|
-
"visibility": "frontend",
|
|
1561
|
-
"type": "string"
|
|
1562
|
-
},
|
|
1563
|
-
"links": {
|
|
1564
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1565
|
-
"type": "array",
|
|
1566
|
-
"items": {
|
|
1567
|
-
"type": "object",
|
|
1568
|
-
"properties": {
|
|
1569
|
-
"url": {
|
|
1570
|
-
"visibility": "frontend",
|
|
1571
|
-
"type": "string"
|
|
1572
|
-
},
|
|
1573
|
-
"title": {
|
|
1574
|
-
"visibility": "frontend",
|
|
1575
|
-
"type": "string"
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
"required": [
|
|
1579
|
-
"url"
|
|
1580
|
-
]
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"required": [
|
|
1585
|
-
"links",
|
|
1586
|
-
"title"
|
|
1587
|
-
]
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
},
|
|
1591
|
-
"required": [
|
|
1592
|
-
"items",
|
|
1593
|
-
"url"
|
|
1594
|
-
]
|
|
1595
|
-
},
|
|
1596
|
-
"routes": {
|
|
1597
|
-
"type": "object",
|
|
1598
|
-
"properties": {
|
|
1599
|
-
"bindings": {
|
|
1600
|
-
"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.",
|
|
1601
|
-
"deepVisibility": "frontend",
|
|
1602
|
-
"type": "object",
|
|
1603
|
-
"additionalProperties": {
|
|
1604
|
-
"anyOf": [
|
|
1605
|
-
{
|
|
1606
|
-
"const": false,
|
|
1607
|
-
"type": "boolean"
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"type": "string"
|
|
1611
|
-
}
|
|
1612
|
-
]
|
|
1613
|
-
}
|
|
1614
|
-
}
|
|
1615
|
-
}
|
|
1616
|
-
}
|
|
1617
|
-
},
|
|
1618
|
-
"required": [
|
|
1619
|
-
"baseUrl"
|
|
1620
|
-
]
|
|
1621
|
-
},
|
|
1622
|
-
"backend": {
|
|
1623
|
-
"description": "Generic backend configuration.",
|
|
1624
|
-
"type": "object",
|
|
1625
|
-
"properties": {
|
|
1626
|
-
"baseUrl": {
|
|
1627
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1628
|
-
"visibility": "frontend",
|
|
1629
|
-
"type": "string"
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
|
-
"required": [
|
|
1633
|
-
"baseUrl"
|
|
1634
|
-
]
|
|
1635
|
-
},
|
|
1636
|
-
"organization": {
|
|
1637
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1638
|
-
"type": "object",
|
|
1639
|
-
"properties": {
|
|
1640
|
-
"name": {
|
|
1641
|
-
"description": "The name of the organization that the app belongs to.",
|
|
1642
|
-
"visibility": "frontend",
|
|
1643
|
-
"type": "string"
|
|
1644
|
-
}
|
|
1645
|
-
}
|
|
1646
|
-
},
|
|
1647
|
-
"homepage": {
|
|
1648
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1649
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1650
|
-
"type": "object",
|
|
1651
|
-
"properties": {
|
|
1652
|
-
"clocks": {
|
|
1653
|
-
"type": "array",
|
|
1654
|
-
"items": {
|
|
1655
|
-
"type": "object",
|
|
1656
|
-
"properties": {
|
|
1657
|
-
"label": {
|
|
1658
|
-
"visibility": "frontend",
|
|
1659
|
-
"type": "string"
|
|
1660
|
-
},
|
|
1661
|
-
"timezone": {
|
|
1662
|
-
"visibility": "frontend",
|
|
1663
|
-
"type": "string"
|
|
1664
|
-
}
|
|
1665
|
-
},
|
|
1666
|
-
"required": [
|
|
1667
|
-
"label",
|
|
1668
|
-
"timezone"
|
|
1669
|
-
]
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
"auth": {
|
|
1675
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1676
|
-
"type": "object",
|
|
1677
|
-
"properties": {
|
|
1678
|
-
"environment": {
|
|
1679
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1680
|
-
"visibility": "frontend",
|
|
1681
|
-
"type": "string"
|
|
1682
|
-
}
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1685
|
-
"enableExperimentalRedirectFlow": {
|
|
1686
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1687
|
-
"visibility": "frontend",
|
|
1688
|
-
"type": "boolean"
|
|
1689
|
-
},
|
|
1690
|
-
"discovery": {
|
|
1691
|
-
"description": "Discovery options.",
|
|
1692
|
-
"visibility": "frontend",
|
|
1693
|
-
"type": "object",
|
|
1694
|
-
"properties": {
|
|
1695
|
-
"endpoints": {
|
|
1696
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1697
|
-
"visibility": "frontend",
|
|
1698
|
-
"type": "array",
|
|
1699
|
-
"items": {
|
|
1700
|
-
"type": "object",
|
|
1701
|
-
"properties": {
|
|
1702
|
-
"target": {
|
|
1703
|
-
"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.",
|
|
1704
|
-
"visibility": "frontend",
|
|
1705
|
-
"anyOf": [
|
|
1706
|
-
{
|
|
1707
|
-
"type": "object",
|
|
1708
|
-
"properties": {
|
|
1709
|
-
"external": {
|
|
1710
|
-
"visibility": "frontend",
|
|
1711
|
-
"type": "string"
|
|
1712
|
-
}
|
|
1713
|
-
}
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"type": "string"
|
|
1717
|
-
}
|
|
1718
|
-
]
|
|
1719
|
-
},
|
|
1720
|
-
"plugins": {
|
|
1721
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
1722
|
-
"visibility": "frontend",
|
|
1723
|
-
"type": "array",
|
|
1724
|
-
"items": {
|
|
1725
|
-
"type": "string"
|
|
1726
|
-
}
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
"required": [
|
|
1730
|
-
"plugins",
|
|
1731
|
-
"target"
|
|
1732
|
-
]
|
|
1733
|
-
}
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
}
|
|
1737
|
-
},
|
|
1738
|
-
"required": [
|
|
1739
|
-
"app",
|
|
1740
|
-
"backend"
|
|
1741
|
-
],
|
|
1742
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1743
|
-
},
|
|
1744
|
-
"packageName": "@backstage/core-app-api"
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1748
|
-
"value": {
|
|
1749
|
-
"type": "object",
|
|
1750
|
-
"properties": {
|
|
1751
|
-
"auth": {
|
|
1752
|
-
"type": "object",
|
|
1753
|
-
"properties": {
|
|
1754
|
-
"autologout": {
|
|
1755
|
-
"description": "Autologout feature configuration",
|
|
1756
|
-
"type": "object",
|
|
1757
|
-
"properties": {
|
|
1758
|
-
"enabled": {
|
|
1759
|
-
"description": "Enable or disable the autologout feature",
|
|
1760
|
-
"visibility": "frontend",
|
|
1761
|
-
"type": "boolean"
|
|
1762
|
-
},
|
|
1763
|
-
"idleTimeoutMinutes": {
|
|
1764
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1765
|
-
"visibility": "frontend",
|
|
1766
|
-
"type": "number"
|
|
1767
|
-
},
|
|
1768
|
-
"promptBeforeIdleSeconds": {
|
|
1769
|
-
"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.",
|
|
1770
|
-
"visibility": "frontend",
|
|
1771
|
-
"type": "number"
|
|
1772
|
-
},
|
|
1773
|
-
"useWorkerTimers": {
|
|
1774
|
-
"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.",
|
|
1775
|
-
"visibility": "frontend",
|
|
1776
|
-
"type": "boolean"
|
|
1777
|
-
},
|
|
1778
|
-
"logoutIfDisconnected": {
|
|
1779
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1780
|
-
"visibility": "frontend",
|
|
1781
|
-
"type": "boolean"
|
|
1782
|
-
}
|
|
1783
|
-
}
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
|
-
},
|
|
1788
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1789
|
-
},
|
|
1790
|
-
"packageName": "@backstage/core-components"
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1794
|
-
"value": {
|
|
1795
|
-
"type": "object",
|
|
1796
|
-
"properties": {
|
|
1797
|
-
"integrations": {
|
|
1798
|
-
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1799
|
-
"visibility": "frontend",
|
|
1800
|
-
"type": "object",
|
|
1801
|
-
"properties": {
|
|
1802
|
-
"azure": {
|
|
1803
|
-
"description": "Integration configuration for Azure",
|
|
1804
|
-
"type": "array",
|
|
1805
|
-
"items": {
|
|
1806
|
-
"type": "object",
|
|
1807
|
-
"properties": {
|
|
1808
|
-
"host": {
|
|
1809
|
-
"description": "The hostname of the given Azure instance",
|
|
1810
|
-
"visibility": "frontend",
|
|
1811
|
-
"type": "string"
|
|
1812
|
-
},
|
|
1813
|
-
"token": {
|
|
1814
|
-
"description": "Token used to authenticate requests.",
|
|
1815
|
-
"visibility": "secret",
|
|
1816
|
-
"deprecated": "Use `credentials` instead.",
|
|
1817
|
-
"type": "string"
|
|
1818
|
-
},
|
|
1819
|
-
"credential": {
|
|
1820
|
-
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1821
|
-
"deepVisibility": "secret",
|
|
1822
|
-
"deprecated": "Use `credentials` instead.",
|
|
1823
|
-
"type": "object",
|
|
1824
|
-
"properties": {
|
|
1825
|
-
"clientId": {
|
|
1826
|
-
"type": "string"
|
|
1827
|
-
},
|
|
1828
|
-
"clientSecret": {
|
|
1829
|
-
"type": "string"
|
|
1830
|
-
},
|
|
1831
|
-
"tenantId": {
|
|
1832
|
-
"type": "string"
|
|
1833
|
-
},
|
|
1834
|
-
"personalAccessToken": {
|
|
1835
|
-
"type": "string"
|
|
1836
|
-
}
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
"credentials": {
|
|
1840
|
-
"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.",
|
|
1841
|
-
"deepVisibility": "secret",
|
|
1842
|
-
"type": "array",
|
|
1843
|
-
"items": {
|
|
1844
|
-
"type": "object",
|
|
1845
|
-
"properties": {
|
|
1846
|
-
"clientId": {
|
|
1847
|
-
"type": "string"
|
|
1848
|
-
},
|
|
1849
|
-
"clientSecret": {
|
|
1850
|
-
"type": "string"
|
|
1851
|
-
},
|
|
1852
|
-
"tenantId": {
|
|
1853
|
-
"type": "string"
|
|
1854
|
-
},
|
|
1855
|
-
"personalAccessToken": {
|
|
1856
|
-
"type": "string"
|
|
1857
|
-
}
|
|
1858
|
-
}
|
|
1859
|
-
}
|
|
1860
|
-
},
|
|
1861
|
-
"commitSigningKey": {
|
|
1862
|
-
"description": "PGP signing key for signing commits.",
|
|
1863
|
-
"visibility": "secret",
|
|
1864
|
-
"type": "string"
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
"required": [
|
|
1868
|
-
"host"
|
|
1869
|
-
]
|
|
1870
|
-
}
|
|
1871
|
-
},
|
|
1872
|
-
"bitbucket": {
|
|
1873
|
-
"description": "Integration configuration for Bitbucket",
|
|
1874
|
-
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1875
|
-
"type": "array",
|
|
1876
|
-
"items": {
|
|
1877
|
-
"type": "object",
|
|
1878
|
-
"properties": {
|
|
1879
|
-
"host": {
|
|
1880
|
-
"description": "The hostname of the given Bitbucket instance",
|
|
1881
|
-
"visibility": "frontend",
|
|
1882
|
-
"type": "string"
|
|
1883
|
-
},
|
|
1884
|
-
"token": {
|
|
1885
|
-
"description": "Token used to authenticate requests.",
|
|
1886
|
-
"visibility": "secret",
|
|
1887
|
-
"type": "string"
|
|
1888
|
-
},
|
|
1889
|
-
"apiBaseUrl": {
|
|
1890
|
-
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1891
|
-
"visibility": "frontend",
|
|
1892
|
-
"type": "string"
|
|
1893
|
-
},
|
|
1894
|
-
"username": {
|
|
1895
|
-
"description": "The username to use for authenticated requests.",
|
|
1896
|
-
"visibility": "secret",
|
|
1897
|
-
"type": "string"
|
|
1898
|
-
},
|
|
1899
|
-
"appPassword": {
|
|
1900
|
-
"description": "Bitbucket app password used to authenticate requests.",
|
|
1901
|
-
"visibility": "secret",
|
|
1902
|
-
"type": "string"
|
|
1903
|
-
},
|
|
1904
|
-
"commitSigningKey": {
|
|
1905
|
-
"description": "PGP signing key for signing commits.",
|
|
1906
|
-
"visibility": "secret",
|
|
1907
|
-
"type": "string"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
"required": [
|
|
1911
|
-
"host"
|
|
1912
|
-
]
|
|
1913
|
-
}
|
|
1914
|
-
},
|
|
1915
|
-
"bitbucketCloud": {
|
|
1916
|
-
"description": "Integration configuration for Bitbucket Cloud",
|
|
1917
|
-
"type": "array",
|
|
1918
|
-
"items": {
|
|
1919
|
-
"type": "object",
|
|
1920
|
-
"properties": {
|
|
1921
|
-
"username": {
|
|
1922
|
-
"description": "The username to use for authenticated requests.",
|
|
1923
|
-
"visibility": "secret",
|
|
1924
|
-
"type": "string"
|
|
1925
|
-
},
|
|
1926
|
-
"appPassword": {
|
|
1927
|
-
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1928
|
-
"visibility": "secret",
|
|
1929
|
-
"type": "string"
|
|
1930
|
-
},
|
|
1931
|
-
"commitSigningKey": {
|
|
1932
|
-
"description": "PGP signing key for signing commits.",
|
|
1933
|
-
"visibility": "secret",
|
|
1934
|
-
"type": "string"
|
|
1935
|
-
}
|
|
1936
|
-
},
|
|
1937
|
-
"required": [
|
|
1938
|
-
"appPassword",
|
|
1939
|
-
"username"
|
|
1940
|
-
]
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
"bitbucketServer": {
|
|
1944
|
-
"description": "Integration configuration for Bitbucket Server",
|
|
1945
|
-
"type": "array",
|
|
1946
|
-
"items": {
|
|
1947
|
-
"type": "object",
|
|
1948
|
-
"properties": {
|
|
1949
|
-
"host": {
|
|
1950
|
-
"description": "The hostname of the given Bitbucket Server instance",
|
|
1951
|
-
"visibility": "frontend",
|
|
1952
|
-
"type": "string"
|
|
1953
|
-
},
|
|
1954
|
-
"token": {
|
|
1955
|
-
"description": "Token used to authenticate requests.",
|
|
1956
|
-
"visibility": "secret",
|
|
1957
|
-
"type": "string"
|
|
1958
|
-
},
|
|
1959
|
-
"username": {
|
|
1960
|
-
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1961
|
-
"visibility": "secret",
|
|
1962
|
-
"type": "string"
|
|
1963
|
-
},
|
|
1964
|
-
"password": {
|
|
1965
|
-
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1966
|
-
"visibility": "secret",
|
|
1967
|
-
"type": "string"
|
|
1968
|
-
},
|
|
1969
|
-
"apiBaseUrl": {
|
|
1970
|
-
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1971
|
-
"visibility": "frontend",
|
|
1972
|
-
"type": "string"
|
|
1973
|
-
},
|
|
1974
|
-
"commitSigningKey": {
|
|
1975
|
-
"description": "PGP signing key for signing commits.",
|
|
1976
|
-
"visibility": "secret",
|
|
1977
|
-
"type": "string"
|
|
1978
|
-
}
|
|
1979
|
-
},
|
|
1980
|
-
"required": [
|
|
1981
|
-
"host"
|
|
1982
|
-
]
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
"gerrit": {
|
|
1986
|
-
"description": "Integration configuration for Gerrit",
|
|
1987
|
-
"type": "array",
|
|
1988
|
-
"items": {
|
|
1989
|
-
"type": "object",
|
|
1990
|
-
"properties": {
|
|
1991
|
-
"host": {
|
|
1992
|
-
"description": "The hostname of the given Gerrit instance",
|
|
1993
|
-
"visibility": "frontend",
|
|
1994
|
-
"type": "string"
|
|
1995
|
-
},
|
|
1996
|
-
"baseUrl": {
|
|
1997
|
-
"description": "The base url for the Gerrit instance.",
|
|
1998
|
-
"visibility": "frontend",
|
|
1999
|
-
"type": "string"
|
|
2000
|
-
},
|
|
2001
|
-
"gitilesBaseUrl": {
|
|
2002
|
-
"description": "The gitiles base url.",
|
|
2003
|
-
"visibility": "frontend",
|
|
2004
|
-
"type": "string"
|
|
2005
|
-
},
|
|
2006
|
-
"cloneUrl": {
|
|
2007
|
-
"description": "The base url for cloning repos.",
|
|
2008
|
-
"visibility": "frontend",
|
|
2009
|
-
"type": "string"
|
|
2010
|
-
},
|
|
2011
|
-
"username": {
|
|
2012
|
-
"description": "The username to use for authenticated requests.",
|
|
2013
|
-
"visibility": "secret",
|
|
2014
|
-
"type": "string"
|
|
2015
|
-
},
|
|
2016
|
-
"password": {
|
|
2017
|
-
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2018
|
-
"visibility": "secret",
|
|
2019
|
-
"type": "string"
|
|
2020
|
-
},
|
|
2021
|
-
"commitSigningKey": {
|
|
2022
|
-
"description": "PGP signing key for signing commits.",
|
|
2023
|
-
"visibility": "secret",
|
|
2024
|
-
"type": "string"
|
|
2025
|
-
}
|
|
2026
|
-
},
|
|
2027
|
-
"required": [
|
|
2028
|
-
"gitilesBaseUrl",
|
|
2029
|
-
"host"
|
|
2030
|
-
]
|
|
2031
|
-
}
|
|
2032
|
-
},
|
|
2033
|
-
"github": {
|
|
2034
|
-
"description": "Integration configuration for GitHub",
|
|
2035
|
-
"type": "array",
|
|
2036
|
-
"items": {
|
|
2037
|
-
"type": "object",
|
|
2038
|
-
"properties": {
|
|
2039
|
-
"host": {
|
|
2040
|
-
"description": "The hostname of the given GitHub instance",
|
|
2041
|
-
"visibility": "frontend",
|
|
2042
|
-
"type": "string"
|
|
2043
|
-
},
|
|
2044
|
-
"token": {
|
|
2045
|
-
"description": "Token used to authenticate requests.",
|
|
2046
|
-
"visibility": "secret",
|
|
2047
|
-
"type": "string"
|
|
2048
|
-
},
|
|
2049
|
-
"apiBaseUrl": {
|
|
2050
|
-
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
2051
|
-
"visibility": "frontend",
|
|
2052
|
-
"type": "string"
|
|
2053
|
-
},
|
|
2054
|
-
"rawBaseUrl": {
|
|
2055
|
-
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
2056
|
-
"visibility": "frontend",
|
|
2057
|
-
"type": "string"
|
|
2058
|
-
},
|
|
2059
|
-
"apps": {
|
|
2060
|
-
"description": "GitHub Apps configuration",
|
|
2061
|
-
"type": "array",
|
|
2062
|
-
"items": {
|
|
2063
|
-
"type": "object",
|
|
2064
|
-
"properties": {
|
|
2065
|
-
"appId": {
|
|
2066
|
-
"description": "The numeric GitHub App ID, string for environment variables",
|
|
2067
|
-
"type": [
|
|
2068
|
-
"string",
|
|
2069
|
-
"number"
|
|
2070
|
-
]
|
|
2071
|
-
},
|
|
2072
|
-
"privateKey": {
|
|
2073
|
-
"description": "The private key to use for auth against the app",
|
|
2074
|
-
"visibility": "secret",
|
|
2075
|
-
"type": "string"
|
|
2076
|
-
},
|
|
2077
|
-
"webhookSecret": {
|
|
2078
|
-
"description": "The secret used for webhooks",
|
|
2079
|
-
"visibility": "secret",
|
|
2080
|
-
"type": "string"
|
|
2081
|
-
},
|
|
2082
|
-
"clientId": {
|
|
2083
|
-
"description": "The client ID to use",
|
|
2084
|
-
"type": "string"
|
|
2085
|
-
},
|
|
2086
|
-
"clientSecret": {
|
|
2087
|
-
"description": "The client secret to use",
|
|
2088
|
-
"visibility": "secret",
|
|
2089
|
-
"type": "string"
|
|
2090
|
-
},
|
|
2091
|
-
"allowedInstallationOwners": {
|
|
2092
|
-
"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",
|
|
2093
|
-
"type": "array",
|
|
2094
|
-
"items": {
|
|
2095
|
-
"type": "string"
|
|
2096
|
-
}
|
|
2097
|
-
}
|
|
2098
|
-
},
|
|
2099
|
-
"required": [
|
|
2100
|
-
"appId",
|
|
2101
|
-
"clientId",
|
|
2102
|
-
"clientSecret",
|
|
2103
|
-
"privateKey",
|
|
2104
|
-
"webhookSecret"
|
|
2105
|
-
]
|
|
2106
|
-
}
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
"required": [
|
|
2110
|
-
"host"
|
|
2111
|
-
]
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
"gitlab": {
|
|
2115
|
-
"description": "Integration configuration for GitLab",
|
|
2116
|
-
"type": "array",
|
|
2117
|
-
"items": {
|
|
2118
|
-
"type": "object",
|
|
2119
|
-
"properties": {
|
|
2120
|
-
"host": {
|
|
2121
|
-
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
2122
|
-
"visibility": "frontend",
|
|
2123
|
-
"type": "string"
|
|
2124
|
-
},
|
|
2125
|
-
"apiBaseUrl": {
|
|
2126
|
-
"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.",
|
|
2127
|
-
"visibility": "frontend",
|
|
2128
|
-
"type": "string"
|
|
2129
|
-
},
|
|
2130
|
-
"token": {
|
|
2131
|
-
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
2132
|
-
"visibility": "secret",
|
|
2133
|
-
"type": "string"
|
|
2134
|
-
},
|
|
2135
|
-
"baseUrl": {
|
|
2136
|
-
"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}.",
|
|
2137
|
-
"visibility": "frontend",
|
|
2138
|
-
"type": "string"
|
|
2139
|
-
},
|
|
2140
|
-
"commitSigningKey": {
|
|
2141
|
-
"description": "PGP signing key for signing commits.",
|
|
2142
|
-
"visibility": "secret",
|
|
2143
|
-
"type": "string"
|
|
2144
|
-
}
|
|
2145
|
-
},
|
|
2146
|
-
"required": [
|
|
2147
|
-
"host"
|
|
2148
|
-
]
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
"googleGcs": {
|
|
2152
|
-
"description": "Integration configuration for Google Cloud Storage",
|
|
2153
|
-
"type": "object",
|
|
2154
|
-
"properties": {
|
|
2155
|
-
"clientEmail": {
|
|
2156
|
-
"description": "Service account email used to authenticate requests.",
|
|
2157
|
-
"type": "string"
|
|
2158
|
-
},
|
|
2159
|
-
"privateKey": {
|
|
2160
|
-
"description": "Service account private key used to authenticate requests.",
|
|
2161
|
-
"visibility": "secret",
|
|
2162
|
-
"type": "string"
|
|
2163
|
-
}
|
|
2164
|
-
}
|
|
2165
|
-
},
|
|
2166
|
-
"awsS3": {
|
|
2167
|
-
"description": "Integration configuration for AWS S3 Service",
|
|
2168
|
-
"type": "array",
|
|
2169
|
-
"items": {
|
|
2170
|
-
"type": "object",
|
|
2171
|
-
"properties": {
|
|
2172
|
-
"endpoint": {
|
|
2173
|
-
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
2174
|
-
"visibility": "frontend",
|
|
2175
|
-
"type": "string"
|
|
2176
|
-
},
|
|
2177
|
-
"s3ForcePathStyle": {
|
|
2178
|
-
"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.",
|
|
2179
|
-
"visibility": "frontend",
|
|
2180
|
-
"type": "boolean"
|
|
2181
|
-
},
|
|
2182
|
-
"accessKeyId": {
|
|
2183
|
-
"description": "Account access key used to authenticate requests.",
|
|
2184
|
-
"type": "string"
|
|
2185
|
-
},
|
|
2186
|
-
"secretAccessKey": {
|
|
2187
|
-
"description": "Account secret key used to authenticate requests.",
|
|
2188
|
-
"visibility": "secret",
|
|
2189
|
-
"type": "string"
|
|
2190
|
-
},
|
|
2191
|
-
"roleArn": {
|
|
2192
|
-
"description": "ARN of the role to be assumed",
|
|
2193
|
-
"type": "string"
|
|
2194
|
-
},
|
|
2195
|
-
"externalId": {
|
|
2196
|
-
"description": "External ID to use when assuming role",
|
|
2197
|
-
"type": "string"
|
|
2198
|
-
}
|
|
1496
|
+
"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.",
|
|
1497
|
+
"visibility": "frontend",
|
|
1498
|
+
"type": "number"
|
|
1499
|
+
},
|
|
1500
|
+
"useWorkerTimers": {
|
|
1501
|
+
"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.",
|
|
1502
|
+
"visibility": "frontend",
|
|
1503
|
+
"type": "boolean"
|
|
1504
|
+
},
|
|
1505
|
+
"logoutIfDisconnected": {
|
|
1506
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1507
|
+
"visibility": "frontend",
|
|
1508
|
+
"type": "boolean"
|
|
2199
1509
|
}
|
|
2200
1510
|
}
|
|
2201
|
-
}
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
"
|
|
2224
|
-
|
|
2225
|
-
"visibility": "secret",
|
|
2226
|
-
"type": "string"
|
|
2227
|
-
},
|
|
2228
|
-
"commitSigningKey": {
|
|
2229
|
-
"description": "PGP signing key for signing commits.",
|
|
2230
|
-
"visibility": "secret",
|
|
2231
|
-
"type": "string"
|
|
2232
|
-
}
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1516
|
+
},
|
|
1517
|
+
"packageName": "@backstage/core-components"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1521
|
+
"value": {
|
|
1522
|
+
"type": "object",
|
|
1523
|
+
"properties": {
|
|
1524
|
+
"auth": {
|
|
1525
|
+
"type": "object",
|
|
1526
|
+
"properties": {
|
|
1527
|
+
"autologout": {
|
|
1528
|
+
"description": "Autologout feature configuration",
|
|
1529
|
+
"type": "object",
|
|
1530
|
+
"properties": {
|
|
1531
|
+
"enabled": {
|
|
1532
|
+
"description": "Enable or disable the autologout feature",
|
|
1533
|
+
"visibility": "frontend",
|
|
1534
|
+
"type": "boolean"
|
|
2233
1535
|
},
|
|
2234
|
-
"
|
|
2235
|
-
"
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
},
|
|
2239
|
-
"harness": {
|
|
2240
|
-
"description": "Integration configuration for Harness Code",
|
|
2241
|
-
"type": "array",
|
|
2242
|
-
"items": {
|
|
2243
|
-
"type": "object",
|
|
2244
|
-
"properties": {
|
|
2245
|
-
"host": {
|
|
2246
|
-
"description": "The hostname of the given Harness Code instance",
|
|
2247
|
-
"visibility": "frontend",
|
|
2248
|
-
"type": "string"
|
|
2249
|
-
},
|
|
2250
|
-
"apiKey": {
|
|
2251
|
-
"description": "The apikey to use for authenticated requests.",
|
|
2252
|
-
"visibility": "secret",
|
|
2253
|
-
"type": "string"
|
|
2254
|
-
},
|
|
2255
|
-
"token": {
|
|
2256
|
-
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
2257
|
-
"visibility": "secret",
|
|
2258
|
-
"type": "string"
|
|
2259
|
-
}
|
|
1536
|
+
"idleTimeoutMinutes": {
|
|
1537
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1538
|
+
"visibility": "frontend",
|
|
1539
|
+
"type": "number"
|
|
2260
1540
|
},
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
|
|
1541
|
+
"promptBeforeIdleSeconds": {
|
|
1542
|
+
"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.",
|
|
1543
|
+
"visibility": "frontend",
|
|
1544
|
+
"type": "number"
|
|
1545
|
+
},
|
|
1546
|
+
"useWorkerTimers": {
|
|
1547
|
+
"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.",
|
|
1548
|
+
"visibility": "frontend",
|
|
1549
|
+
"type": "boolean"
|
|
1550
|
+
},
|
|
1551
|
+
"logoutIfDisconnected": {
|
|
1552
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1553
|
+
"visibility": "frontend",
|
|
1554
|
+
"type": "boolean"
|
|
1555
|
+
}
|
|
2264
1556
|
}
|
|
2265
1557
|
}
|
|
2266
1558
|
}
|
|
@@ -2268,7 +1560,7 @@
|
|
|
2268
1560
|
},
|
|
2269
1561
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2270
1562
|
},
|
|
2271
|
-
"packageName": "@backstage/
|
|
1563
|
+
"packageName": "@backstage/core-components"
|
|
2272
1564
|
},
|
|
2273
1565
|
{
|
|
2274
1566
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -2379,6 +1671,24 @@
|
|
|
2379
1671
|
}
|
|
2380
1672
|
}
|
|
2381
1673
|
},
|
|
1674
|
+
"trustProxy": {
|
|
1675
|
+
"description": "Corresponds to the Express `trust proxy` setting.",
|
|
1676
|
+
"anyOf": [
|
|
1677
|
+
{
|
|
1678
|
+
"type": "array",
|
|
1679
|
+
"items": {
|
|
1680
|
+
"type": "string"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"type": [
|
|
1685
|
+
"string",
|
|
1686
|
+
"number",
|
|
1687
|
+
"boolean"
|
|
1688
|
+
]
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
2382
1692
|
"listen": {
|
|
2383
1693
|
"description": "Address that the backend should listen to.",
|
|
2384
1694
|
"anyOf": [
|
|
@@ -3323,13 +2633,13 @@
|
|
|
3323
2633
|
"type": "object",
|
|
3324
2634
|
"properties": {
|
|
3325
2635
|
"endpoints": {
|
|
3326
|
-
"description": "A list of target
|
|
2636
|
+
"description": "A list of target base URLs and their associated plugins.",
|
|
3327
2637
|
"type": "array",
|
|
3328
2638
|
"items": {
|
|
3329
2639
|
"type": "object",
|
|
3330
2640
|
"properties": {
|
|
3331
2641
|
"target": {
|
|
3332
|
-
"description": "The target base URL to use for the
|
|
2642
|
+
"description": "The target base URL to use for the given set of plugins. Note that this\nneeds to be a full URL including the protocol and path parts that fully\naddress the root of a plugin's API endpoints.",
|
|
3333
2643
|
"anyOf": [
|
|
3334
2644
|
{
|
|
3335
2645
|
"type": "object",
|
|
@@ -3348,7 +2658,7 @@
|
|
|
3348
2658
|
]
|
|
3349
2659
|
},
|
|
3350
2660
|
"plugins": {
|
|
3351
|
-
"description": "Array of plugins which use
|
|
2661
|
+
"description": "Array of plugins which use that target base URL.\n\nThe special value `*` can be used to match all plugins.",
|
|
3352
2662
|
"type": "array",
|
|
3353
2663
|
"items": {
|
|
3354
2664
|
"type": "string"
|
|
@@ -3732,7 +3042,7 @@
|
|
|
3732
3042
|
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
3733
3043
|
},
|
|
3734
3044
|
{
|
|
3735
|
-
"path": "../../plugins/auth-backend-module-
|
|
3045
|
+
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
3736
3046
|
"value": {
|
|
3737
3047
|
"type": "object",
|
|
3738
3048
|
"properties": {
|
|
@@ -3742,36 +3052,16 @@
|
|
|
3742
3052
|
"providers": {
|
|
3743
3053
|
"type": "object",
|
|
3744
3054
|
"properties": {
|
|
3745
|
-
"
|
|
3746
|
-
"
|
|
3055
|
+
"gcpIap": {
|
|
3056
|
+
"description": "Configuration for the Google Cloud Platform Identity-Aware Proxy (IAP) auth provider.",
|
|
3747
3057
|
"type": "object",
|
|
3748
3058
|
"properties": {
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3751
|
-
},
|
|
3752
|
-
"serviceTokens": {
|
|
3753
|
-
"deepVisibility": "secret",
|
|
3754
|
-
"type": "array",
|
|
3755
|
-
"items": {
|
|
3756
|
-
"type": "object",
|
|
3757
|
-
"properties": {
|
|
3758
|
-
"token": {
|
|
3759
|
-
"type": "string"
|
|
3760
|
-
},
|
|
3761
|
-
"subject": {
|
|
3762
|
-
"type": "string"
|
|
3763
|
-
}
|
|
3764
|
-
},
|
|
3765
|
-
"required": [
|
|
3766
|
-
"subject",
|
|
3767
|
-
"token"
|
|
3768
|
-
]
|
|
3769
|
-
}
|
|
3770
|
-
},
|
|
3771
|
-
"jwtHeaderName": {
|
|
3059
|
+
"audience": {
|
|
3060
|
+
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
3772
3061
|
"type": "string"
|
|
3773
3062
|
},
|
|
3774
|
-
"
|
|
3063
|
+
"jwtHeader": {
|
|
3064
|
+
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
3775
3065
|
"type": "string"
|
|
3776
3066
|
},
|
|
3777
3067
|
"signIn": {
|
|
@@ -3781,6 +3071,30 @@
|
|
|
3781
3071
|
"type": "array",
|
|
3782
3072
|
"items": {
|
|
3783
3073
|
"anyOf": [
|
|
3074
|
+
{
|
|
3075
|
+
"type": "object",
|
|
3076
|
+
"properties": {
|
|
3077
|
+
"resolver": {
|
|
3078
|
+
"type": "string",
|
|
3079
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3080
|
+
}
|
|
3081
|
+
},
|
|
3082
|
+
"required": [
|
|
3083
|
+
"resolver"
|
|
3084
|
+
]
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"type": "object",
|
|
3088
|
+
"properties": {
|
|
3089
|
+
"resolver": {
|
|
3090
|
+
"type": "string",
|
|
3091
|
+
"const": "idMatchingUserEntityAnnotation"
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
"required": [
|
|
3095
|
+
"resolver"
|
|
3096
|
+
]
|
|
3097
|
+
},
|
|
3784
3098
|
{
|
|
3785
3099
|
"type": "object",
|
|
3786
3100
|
"properties": {
|
|
@@ -3818,16 +3132,13 @@
|
|
|
3818
3132
|
"required": [
|
|
3819
3133
|
"resolvers"
|
|
3820
3134
|
]
|
|
3821
|
-
}
|
|
3135
|
+
},
|
|
3136
|
+
"sessionDuration": {}
|
|
3822
3137
|
},
|
|
3823
3138
|
"required": [
|
|
3824
|
-
"
|
|
3139
|
+
"audience"
|
|
3825
3140
|
]
|
|
3826
|
-
}
|
|
3827
|
-
"backstageTokenExpiration": {
|
|
3828
|
-
"description": "The backstage token expiration."
|
|
3829
|
-
},
|
|
3830
|
-
"sessionDuration": {}
|
|
3141
|
+
}
|
|
3831
3142
|
}
|
|
3832
3143
|
}
|
|
3833
3144
|
}
|
|
@@ -3835,10 +3146,10 @@
|
|
|
3835
3146
|
},
|
|
3836
3147
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3837
3148
|
},
|
|
3838
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3149
|
+
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
3839
3150
|
},
|
|
3840
3151
|
{
|
|
3841
|
-
"path": "../../plugins/auth-backend-module-
|
|
3152
|
+
"path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
|
|
3842
3153
|
"value": {
|
|
3843
3154
|
"type": "object",
|
|
3844
3155
|
"properties": {
|
|
@@ -3848,49 +3159,45 @@
|
|
|
3848
3159
|
"providers": {
|
|
3849
3160
|
"type": "object",
|
|
3850
3161
|
"properties": {
|
|
3851
|
-
"
|
|
3852
|
-
"
|
|
3162
|
+
"cfaccess": {
|
|
3163
|
+
"visibility": "frontend",
|
|
3853
3164
|
"type": "object",
|
|
3854
3165
|
"properties": {
|
|
3855
|
-
"
|
|
3856
|
-
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
3857
|
-
"type": "string"
|
|
3858
|
-
},
|
|
3859
|
-
"jwtHeader": {
|
|
3860
|
-
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
3166
|
+
"teamName": {
|
|
3861
3167
|
"type": "string"
|
|
3862
3168
|
},
|
|
3863
|
-
"
|
|
3864
|
-
"
|
|
3865
|
-
"
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3169
|
+
"serviceTokens": {
|
|
3170
|
+
"deepVisibility": "secret",
|
|
3171
|
+
"type": "array",
|
|
3172
|
+
"items": {
|
|
3173
|
+
"type": "object",
|
|
3174
|
+
"properties": {
|
|
3175
|
+
"token": {
|
|
3176
|
+
"type": "string"
|
|
3177
|
+
},
|
|
3178
|
+
"subject": {
|
|
3179
|
+
"type": "string"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3182
|
+
"required": [
|
|
3183
|
+
"subject",
|
|
3184
|
+
"token"
|
|
3185
|
+
]
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
3188
|
+
"jwtHeaderName": {
|
|
3189
|
+
"type": "string"
|
|
3190
|
+
},
|
|
3191
|
+
"authorizationCookieName": {
|
|
3192
|
+
"type": "string"
|
|
3193
|
+
},
|
|
3194
|
+
"signIn": {
|
|
3195
|
+
"type": "object",
|
|
3196
|
+
"properties": {
|
|
3197
|
+
"resolvers": {
|
|
3198
|
+
"type": "array",
|
|
3199
|
+
"items": {
|
|
3200
|
+
"anyOf": [
|
|
3894
3201
|
{
|
|
3895
3202
|
"type": "object",
|
|
3896
3203
|
"properties": {
|
|
@@ -3928,13 +3235,16 @@
|
|
|
3928
3235
|
"required": [
|
|
3929
3236
|
"resolvers"
|
|
3930
3237
|
]
|
|
3931
|
-
}
|
|
3932
|
-
"sessionDuration": {}
|
|
3238
|
+
}
|
|
3933
3239
|
},
|
|
3934
3240
|
"required": [
|
|
3935
|
-
"
|
|
3241
|
+
"teamName"
|
|
3936
3242
|
]
|
|
3937
|
-
}
|
|
3243
|
+
},
|
|
3244
|
+
"backstageTokenExpiration": {
|
|
3245
|
+
"description": "The backstage token expiration."
|
|
3246
|
+
},
|
|
3247
|
+
"sessionDuration": {}
|
|
3938
3248
|
}
|
|
3939
3249
|
}
|
|
3940
3250
|
}
|
|
@@ -3942,7 +3252,7 @@
|
|
|
3942
3252
|
},
|
|
3943
3253
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3944
3254
|
},
|
|
3945
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3255
|
+
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
3946
3256
|
},
|
|
3947
3257
|
{
|
|
3948
3258
|
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
@@ -4675,7 +3985,7 @@
|
|
|
4675
3985
|
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
4676
3986
|
},
|
|
4677
3987
|
{
|
|
4678
|
-
"path": "../../plugins/auth-backend-module-
|
|
3988
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
4679
3989
|
"value": {
|
|
4680
3990
|
"type": "object",
|
|
4681
3991
|
"properties": {
|
|
@@ -4685,7 +3995,7 @@
|
|
|
4685
3995
|
"providers": {
|
|
4686
3996
|
"type": "object",
|
|
4687
3997
|
"properties": {
|
|
4688
|
-
"
|
|
3998
|
+
"onelogin": {
|
|
4689
3999
|
"visibility": "frontend",
|
|
4690
4000
|
"type": "object",
|
|
4691
4001
|
"additionalProperties": {
|
|
@@ -4698,31 +4008,12 @@
|
|
|
4698
4008
|
"visibility": "secret",
|
|
4699
4009
|
"type": "string"
|
|
4700
4010
|
},
|
|
4701
|
-
"
|
|
4702
|
-
"type": "string"
|
|
4703
|
-
},
|
|
4704
|
-
"authServerId": {
|
|
4705
|
-
"type": "string"
|
|
4706
|
-
},
|
|
4707
|
-
"idp": {
|
|
4011
|
+
"issuer": {
|
|
4708
4012
|
"type": "string"
|
|
4709
4013
|
},
|
|
4710
4014
|
"callbackUrl": {
|
|
4711
4015
|
"type": "string"
|
|
4712
4016
|
},
|
|
4713
|
-
"additionalScopes": {
|
|
4714
|
-
"anyOf": [
|
|
4715
|
-
{
|
|
4716
|
-
"type": "array",
|
|
4717
|
-
"items": {
|
|
4718
|
-
"type": "string"
|
|
4719
|
-
}
|
|
4720
|
-
},
|
|
4721
|
-
{
|
|
4722
|
-
"type": "string"
|
|
4723
|
-
}
|
|
4724
|
-
]
|
|
4725
|
-
},
|
|
4726
4017
|
"signIn": {
|
|
4727
4018
|
"type": "object",
|
|
4728
4019
|
"properties": {
|
|
@@ -4735,7 +4026,7 @@
|
|
|
4735
4026
|
"properties": {
|
|
4736
4027
|
"resolver": {
|
|
4737
4028
|
"type": "string",
|
|
4738
|
-
"const": "
|
|
4029
|
+
"const": "usernameMatchingUserEntityName"
|
|
4739
4030
|
}
|
|
4740
4031
|
},
|
|
4741
4032
|
"required": [
|
|
@@ -4784,7 +4075,8 @@
|
|
|
4784
4075
|
},
|
|
4785
4076
|
"required": [
|
|
4786
4077
|
"clientId",
|
|
4787
|
-
"clientSecret"
|
|
4078
|
+
"clientSecret",
|
|
4079
|
+
"issuer"
|
|
4788
4080
|
]
|
|
4789
4081
|
}
|
|
4790
4082
|
}
|
|
@@ -4795,10 +4087,10 @@
|
|
|
4795
4087
|
},
|
|
4796
4088
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4797
4089
|
},
|
|
4798
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4090
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4799
4091
|
},
|
|
4800
4092
|
{
|
|
4801
|
-
"path": "../../plugins/auth-backend-module-
|
|
4093
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
4802
4094
|
"value": {
|
|
4803
4095
|
"type": "object",
|
|
4804
4096
|
"properties": {
|
|
@@ -4808,7 +4100,7 @@
|
|
|
4808
4100
|
"providers": {
|
|
4809
4101
|
"type": "object",
|
|
4810
4102
|
"properties": {
|
|
4811
|
-
"
|
|
4103
|
+
"okta": {
|
|
4812
4104
|
"visibility": "frontend",
|
|
4813
4105
|
"type": "object",
|
|
4814
4106
|
"additionalProperties": {
|
|
@@ -4821,12 +4113,31 @@
|
|
|
4821
4113
|
"visibility": "secret",
|
|
4822
4114
|
"type": "string"
|
|
4823
4115
|
},
|
|
4824
|
-
"
|
|
4116
|
+
"audience": {
|
|
4117
|
+
"type": "string"
|
|
4118
|
+
},
|
|
4119
|
+
"authServerId": {
|
|
4120
|
+
"type": "string"
|
|
4121
|
+
},
|
|
4122
|
+
"idp": {
|
|
4825
4123
|
"type": "string"
|
|
4826
4124
|
},
|
|
4827
4125
|
"callbackUrl": {
|
|
4828
4126
|
"type": "string"
|
|
4829
4127
|
},
|
|
4128
|
+
"additionalScopes": {
|
|
4129
|
+
"anyOf": [
|
|
4130
|
+
{
|
|
4131
|
+
"type": "array",
|
|
4132
|
+
"items": {
|
|
4133
|
+
"type": "string"
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"type": "string"
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
},
|
|
4830
4141
|
"signIn": {
|
|
4831
4142
|
"type": "object",
|
|
4832
4143
|
"properties": {
|
|
@@ -4839,7 +4150,7 @@
|
|
|
4839
4150
|
"properties": {
|
|
4840
4151
|
"resolver": {
|
|
4841
4152
|
"type": "string",
|
|
4842
|
-
"const": "
|
|
4153
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
4843
4154
|
}
|
|
4844
4155
|
},
|
|
4845
4156
|
"required": [
|
|
@@ -4888,8 +4199,7 @@
|
|
|
4888
4199
|
},
|
|
4889
4200
|
"required": [
|
|
4890
4201
|
"clientId",
|
|
4891
|
-
"clientSecret"
|
|
4892
|
-
"issuer"
|
|
4202
|
+
"clientSecret"
|
|
4893
4203
|
]
|
|
4894
4204
|
}
|
|
4895
4205
|
}
|
|
@@ -4900,53 +4210,7 @@
|
|
|
4900
4210
|
},
|
|
4901
4211
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4902
4212
|
},
|
|
4903
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4904
|
-
},
|
|
4905
|
-
{
|
|
4906
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4907
|
-
"value": {
|
|
4908
|
-
"type": "object",
|
|
4909
|
-
"properties": {
|
|
4910
|
-
"auth": {
|
|
4911
|
-
"type": "object",
|
|
4912
|
-
"properties": {
|
|
4913
|
-
"autologout": {
|
|
4914
|
-
"description": "Autologout feature configuration",
|
|
4915
|
-
"type": "object",
|
|
4916
|
-
"properties": {
|
|
4917
|
-
"enabled": {
|
|
4918
|
-
"description": "Enable or disable the autologout feature",
|
|
4919
|
-
"visibility": "frontend",
|
|
4920
|
-
"type": "boolean"
|
|
4921
|
-
},
|
|
4922
|
-
"idleTimeoutMinutes": {
|
|
4923
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4924
|
-
"visibility": "frontend",
|
|
4925
|
-
"type": "number"
|
|
4926
|
-
},
|
|
4927
|
-
"promptBeforeIdleSeconds": {
|
|
4928
|
-
"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.",
|
|
4929
|
-
"visibility": "frontend",
|
|
4930
|
-
"type": "number"
|
|
4931
|
-
},
|
|
4932
|
-
"useWorkerTimers": {
|
|
4933
|
-
"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.",
|
|
4934
|
-
"visibility": "frontend",
|
|
4935
|
-
"type": "boolean"
|
|
4936
|
-
},
|
|
4937
|
-
"logoutIfDisconnected": {
|
|
4938
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4939
|
-
"visibility": "frontend",
|
|
4940
|
-
"type": "boolean"
|
|
4941
|
-
}
|
|
4942
|
-
}
|
|
4943
|
-
}
|
|
4944
|
-
}
|
|
4945
|
-
}
|
|
4946
|
-
},
|
|
4947
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4948
|
-
},
|
|
4949
|
-
"packageName": "@backstage/core-components"
|
|
4213
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
4950
4214
|
},
|
|
4951
4215
|
{
|
|
4952
4216
|
"path": "../integration-aws-node/config.d.ts",
|
|
@@ -5057,119 +4321,6 @@
|
|
|
5057
4321
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5058
4322
|
},
|
|
5059
4323
|
"packageName": "@backstage/integration-aws-node"
|
|
5060
|
-
},
|
|
5061
|
-
{
|
|
5062
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
5063
|
-
"value": {
|
|
5064
|
-
"type": "object",
|
|
5065
|
-
"properties": {
|
|
5066
|
-
"app": {
|
|
5067
|
-
"type": "object",
|
|
5068
|
-
"properties": {
|
|
5069
|
-
"experimental": {
|
|
5070
|
-
"type": "object",
|
|
5071
|
-
"properties": {
|
|
5072
|
-
"packages": {
|
|
5073
|
-
"visibility": "frontend",
|
|
5074
|
-
"deepVisibility": "frontend",
|
|
5075
|
-
"anyOf": [
|
|
5076
|
-
{
|
|
5077
|
-
"type": "object",
|
|
5078
|
-
"properties": {
|
|
5079
|
-
"include": {
|
|
5080
|
-
"type": "array",
|
|
5081
|
-
"items": {
|
|
5082
|
-
"type": "string"
|
|
5083
|
-
}
|
|
5084
|
-
},
|
|
5085
|
-
"exclude": {
|
|
5086
|
-
"type": "array",
|
|
5087
|
-
"items": {
|
|
5088
|
-
"type": "string"
|
|
5089
|
-
}
|
|
5090
|
-
}
|
|
5091
|
-
}
|
|
5092
|
-
},
|
|
5093
|
-
{
|
|
5094
|
-
"const": "all",
|
|
5095
|
-
"type": "string"
|
|
5096
|
-
}
|
|
5097
|
-
]
|
|
5098
|
-
}
|
|
5099
|
-
}
|
|
5100
|
-
},
|
|
5101
|
-
"routes": {
|
|
5102
|
-
"type": "object",
|
|
5103
|
-
"properties": {
|
|
5104
|
-
"bindings": {
|
|
5105
|
-
"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.",
|
|
5106
|
-
"deepVisibility": "frontend",
|
|
5107
|
-
"type": "object",
|
|
5108
|
-
"additionalProperties": {
|
|
5109
|
-
"anyOf": [
|
|
5110
|
-
{
|
|
5111
|
-
"const": false,
|
|
5112
|
-
"type": "boolean"
|
|
5113
|
-
},
|
|
5114
|
-
{
|
|
5115
|
-
"type": "string"
|
|
5116
|
-
}
|
|
5117
|
-
]
|
|
5118
|
-
}
|
|
5119
|
-
}
|
|
5120
|
-
}
|
|
5121
|
-
},
|
|
5122
|
-
"extensions": {
|
|
5123
|
-
"deepVisibility": "frontend",
|
|
5124
|
-
"type": "array",
|
|
5125
|
-
"items": {
|
|
5126
|
-
"anyOf": [
|
|
5127
|
-
{
|
|
5128
|
-
"type": "object",
|
|
5129
|
-
"additionalProperties": {
|
|
5130
|
-
"anyOf": [
|
|
5131
|
-
{
|
|
5132
|
-
"type": "object",
|
|
5133
|
-
"properties": {
|
|
5134
|
-
"attachTo": {
|
|
5135
|
-
"type": "object",
|
|
5136
|
-
"properties": {
|
|
5137
|
-
"id": {
|
|
5138
|
-
"type": "string"
|
|
5139
|
-
},
|
|
5140
|
-
"input": {
|
|
5141
|
-
"type": "string"
|
|
5142
|
-
}
|
|
5143
|
-
},
|
|
5144
|
-
"required": [
|
|
5145
|
-
"id",
|
|
5146
|
-
"input"
|
|
5147
|
-
]
|
|
5148
|
-
},
|
|
5149
|
-
"disabled": {
|
|
5150
|
-
"type": "boolean"
|
|
5151
|
-
},
|
|
5152
|
-
"config": {}
|
|
5153
|
-
}
|
|
5154
|
-
},
|
|
5155
|
-
{
|
|
5156
|
-
"type": "boolean"
|
|
5157
|
-
}
|
|
5158
|
-
]
|
|
5159
|
-
}
|
|
5160
|
-
},
|
|
5161
|
-
{
|
|
5162
|
-
"type": "string"
|
|
5163
|
-
}
|
|
5164
|
-
]
|
|
5165
|
-
}
|
|
5166
|
-
}
|
|
5167
|
-
}
|
|
5168
|
-
}
|
|
5169
|
-
},
|
|
5170
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5171
|
-
},
|
|
5172
|
-
"packageName": "@backstage/frontend-app-api"
|
|
5173
4324
|
}
|
|
5174
4325
|
],
|
|
5175
4326
|
"backstageConfigSchemaVersion": 1
|