@techdocs/cli 1.8.25-next.1 → 1.8.25
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 +242 -1227
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/2177.3d831c3a.chunk.js +4 -0
- package/dist/embedded-app/static/2177.3d831c3a.chunk.js.map +1 -0
- package/dist/embedded-app/static/{5724.a402c41f.chunk.js → 5724.ac4e97c6.chunk.js} +1 -1
- package/dist/embedded-app/static/{5724.a402c41f.chunk.js.map → 5724.ac4e97c6.chunk.js.map} +1 -1
- package/dist/embedded-app/static/main.01d08696.js +553 -0
- package/dist/embedded-app/static/main.01d08696.js.map +1 -0
- package/dist/embedded-app/static/{runtime.b64c6be2.js → runtime.01d08696.js} +2 -2
- package/dist/embedded-app/static/{runtime.b64c6be2.js.map → runtime.01d08696.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.b64c6be2.js → vendor.01d08696.js} +33 -33
- package/dist/embedded-app/static/vendor.01d08696.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +7 -7
- package/dist/embedded-app/static/2177.89ce5c05.chunk.js +0 -4
- package/dist/embedded-app/static/2177.89ce5c05.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.b64c6be2.js +0 -553
- package/dist/embedded-app/static/main.b64c6be2.js.map +0 -1
- package/dist/embedded-app/static/vendor.b64c6be2.js.map +0 -1
|
@@ -1485,236 +1485,6 @@
|
|
|
1485
1485
|
},
|
|
1486
1486
|
"packageName": "@backstage/core-components"
|
|
1487
1487
|
},
|
|
1488
|
-
{
|
|
1489
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1490
|
-
"value": {
|
|
1491
|
-
"type": "object",
|
|
1492
|
-
"properties": {
|
|
1493
|
-
"app": {
|
|
1494
|
-
"description": "Generic frontend configuration.",
|
|
1495
|
-
"type": "object",
|
|
1496
|
-
"properties": {
|
|
1497
|
-
"baseUrl": {
|
|
1498
|
-
"description": "The public absolute root URL that the frontend.",
|
|
1499
|
-
"visibility": "frontend",
|
|
1500
|
-
"type": "string"
|
|
1501
|
-
},
|
|
1502
|
-
"title": {
|
|
1503
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1504
|
-
"visibility": "frontend",
|
|
1505
|
-
"type": "string"
|
|
1506
|
-
},
|
|
1507
|
-
"support": {
|
|
1508
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1509
|
-
"type": "object",
|
|
1510
|
-
"properties": {
|
|
1511
|
-
"url": {
|
|
1512
|
-
"description": "The primary support url.",
|
|
1513
|
-
"visibility": "frontend",
|
|
1514
|
-
"type": "string"
|
|
1515
|
-
},
|
|
1516
|
-
"items": {
|
|
1517
|
-
"description": "A list of categorized support item groupings.",
|
|
1518
|
-
"type": "array",
|
|
1519
|
-
"items": {
|
|
1520
|
-
"type": "object",
|
|
1521
|
-
"properties": {
|
|
1522
|
-
"title": {
|
|
1523
|
-
"description": "The title of the support item grouping.",
|
|
1524
|
-
"visibility": "frontend",
|
|
1525
|
-
"type": "string"
|
|
1526
|
-
},
|
|
1527
|
-
"icon": {
|
|
1528
|
-
"description": "An optional icon for the support item grouping.",
|
|
1529
|
-
"visibility": "frontend",
|
|
1530
|
-
"type": "string"
|
|
1531
|
-
},
|
|
1532
|
-
"links": {
|
|
1533
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1534
|
-
"type": "array",
|
|
1535
|
-
"items": {
|
|
1536
|
-
"type": "object",
|
|
1537
|
-
"properties": {
|
|
1538
|
-
"url": {
|
|
1539
|
-
"visibility": "frontend",
|
|
1540
|
-
"type": "string"
|
|
1541
|
-
},
|
|
1542
|
-
"title": {
|
|
1543
|
-
"visibility": "frontend",
|
|
1544
|
-
"type": "string"
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
"required": [
|
|
1548
|
-
"url"
|
|
1549
|
-
]
|
|
1550
|
-
}
|
|
1551
|
-
}
|
|
1552
|
-
},
|
|
1553
|
-
"required": [
|
|
1554
|
-
"links",
|
|
1555
|
-
"title"
|
|
1556
|
-
]
|
|
1557
|
-
}
|
|
1558
|
-
}
|
|
1559
|
-
},
|
|
1560
|
-
"required": [
|
|
1561
|
-
"items",
|
|
1562
|
-
"url"
|
|
1563
|
-
]
|
|
1564
|
-
},
|
|
1565
|
-
"routes": {
|
|
1566
|
-
"type": "object",
|
|
1567
|
-
"properties": {
|
|
1568
|
-
"bindings": {
|
|
1569
|
-
"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.",
|
|
1570
|
-
"deepVisibility": "frontend",
|
|
1571
|
-
"type": "object",
|
|
1572
|
-
"additionalProperties": {
|
|
1573
|
-
"anyOf": [
|
|
1574
|
-
{
|
|
1575
|
-
"const": false,
|
|
1576
|
-
"type": "boolean"
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"type": "string"
|
|
1580
|
-
}
|
|
1581
|
-
]
|
|
1582
|
-
}
|
|
1583
|
-
}
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
"required": [
|
|
1588
|
-
"baseUrl"
|
|
1589
|
-
]
|
|
1590
|
-
},
|
|
1591
|
-
"backend": {
|
|
1592
|
-
"description": "Generic backend configuration.",
|
|
1593
|
-
"type": "object",
|
|
1594
|
-
"properties": {
|
|
1595
|
-
"baseUrl": {
|
|
1596
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1597
|
-
"visibility": "frontend",
|
|
1598
|
-
"type": "string"
|
|
1599
|
-
}
|
|
1600
|
-
},
|
|
1601
|
-
"required": [
|
|
1602
|
-
"baseUrl"
|
|
1603
|
-
]
|
|
1604
|
-
},
|
|
1605
|
-
"organization": {
|
|
1606
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1607
|
-
"type": "object",
|
|
1608
|
-
"properties": {
|
|
1609
|
-
"name": {
|
|
1610
|
-
"description": "The name of the organization that the app belongs to.",
|
|
1611
|
-
"visibility": "frontend",
|
|
1612
|
-
"type": "string"
|
|
1613
|
-
}
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
"homepage": {
|
|
1617
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1618
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1619
|
-
"type": "object",
|
|
1620
|
-
"properties": {
|
|
1621
|
-
"clocks": {
|
|
1622
|
-
"type": "array",
|
|
1623
|
-
"items": {
|
|
1624
|
-
"type": "object",
|
|
1625
|
-
"properties": {
|
|
1626
|
-
"label": {
|
|
1627
|
-
"visibility": "frontend",
|
|
1628
|
-
"type": "string"
|
|
1629
|
-
},
|
|
1630
|
-
"timezone": {
|
|
1631
|
-
"visibility": "frontend",
|
|
1632
|
-
"type": "string"
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
"required": [
|
|
1636
|
-
"label",
|
|
1637
|
-
"timezone"
|
|
1638
|
-
]
|
|
1639
|
-
}
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
"auth": {
|
|
1644
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1645
|
-
"type": "object",
|
|
1646
|
-
"properties": {
|
|
1647
|
-
"environment": {
|
|
1648
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1649
|
-
"visibility": "frontend",
|
|
1650
|
-
"type": "string"
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
},
|
|
1654
|
-
"enableExperimentalRedirectFlow": {
|
|
1655
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1656
|
-
"visibility": "frontend",
|
|
1657
|
-
"type": "boolean"
|
|
1658
|
-
},
|
|
1659
|
-
"discovery": {
|
|
1660
|
-
"description": "Discovery options.",
|
|
1661
|
-
"visibility": "frontend",
|
|
1662
|
-
"type": "object",
|
|
1663
|
-
"properties": {
|
|
1664
|
-
"endpoints": {
|
|
1665
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1666
|
-
"visibility": "frontend",
|
|
1667
|
-
"type": "array",
|
|
1668
|
-
"items": {
|
|
1669
|
-
"type": "object",
|
|
1670
|
-
"properties": {
|
|
1671
|
-
"target": {
|
|
1672
|
-
"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.",
|
|
1673
|
-
"visibility": "frontend",
|
|
1674
|
-
"anyOf": [
|
|
1675
|
-
{
|
|
1676
|
-
"type": "object",
|
|
1677
|
-
"properties": {
|
|
1678
|
-
"external": {
|
|
1679
|
-
"visibility": "frontend",
|
|
1680
|
-
"type": "string"
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
"required": [
|
|
1684
|
-
"external"
|
|
1685
|
-
]
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"type": "string"
|
|
1689
|
-
}
|
|
1690
|
-
]
|
|
1691
|
-
},
|
|
1692
|
-
"plugins": {
|
|
1693
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
1694
|
-
"visibility": "frontend",
|
|
1695
|
-
"type": "array",
|
|
1696
|
-
"items": {
|
|
1697
|
-
"type": "string"
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
"required": [
|
|
1702
|
-
"plugins",
|
|
1703
|
-
"target"
|
|
1704
|
-
]
|
|
1705
|
-
}
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
"required": [
|
|
1711
|
-
"app",
|
|
1712
|
-
"backend"
|
|
1713
|
-
],
|
|
1714
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1715
|
-
},
|
|
1716
|
-
"packageName": "@backstage/core-app-api"
|
|
1717
|
-
},
|
|
1718
1488
|
{
|
|
1719
1489
|
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1720
1490
|
"value": {
|
|
@@ -1728,476 +1498,30 @@
|
|
|
1728
1498
|
"type": "object",
|
|
1729
1499
|
"properties": {
|
|
1730
1500
|
"enabled": {
|
|
1731
|
-
"description": "Enable or disable the autologout feature",
|
|
1732
|
-
"visibility": "frontend",
|
|
1733
|
-
"type": "boolean"
|
|
1734
|
-
},
|
|
1735
|
-
"idleTimeoutMinutes": {
|
|
1736
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1737
|
-
"visibility": "frontend",
|
|
1738
|
-
"type": "number"
|
|
1739
|
-
},
|
|
1740
|
-
"promptBeforeIdleSeconds": {
|
|
1741
|
-
"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.",
|
|
1742
|
-
"visibility": "frontend",
|
|
1743
|
-
"type": "number"
|
|
1744
|
-
},
|
|
1745
|
-
"useWorkerTimers": {
|
|
1746
|
-
"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.",
|
|
1747
|
-
"visibility": "frontend",
|
|
1748
|
-
"type": "boolean"
|
|
1749
|
-
},
|
|
1750
|
-
"logoutIfDisconnected": {
|
|
1751
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1752
|
-
"visibility": "frontend",
|
|
1753
|
-
"type": "boolean"
|
|
1754
|
-
}
|
|
1755
|
-
}
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1761
|
-
},
|
|
1762
|
-
"packageName": "@backstage/core-components"
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1766
|
-
"value": {
|
|
1767
|
-
"type": "object",
|
|
1768
|
-
"properties": {
|
|
1769
|
-
"integrations": {
|
|
1770
|
-
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1771
|
-
"visibility": "frontend",
|
|
1772
|
-
"type": "object",
|
|
1773
|
-
"properties": {
|
|
1774
|
-
"azure": {
|
|
1775
|
-
"description": "Integration configuration for Azure",
|
|
1776
|
-
"type": "array",
|
|
1777
|
-
"items": {
|
|
1778
|
-
"type": "object",
|
|
1779
|
-
"properties": {
|
|
1780
|
-
"host": {
|
|
1781
|
-
"description": "The hostname of the given Azure instance",
|
|
1782
|
-
"visibility": "frontend",
|
|
1783
|
-
"type": "string"
|
|
1784
|
-
},
|
|
1785
|
-
"token": {
|
|
1786
|
-
"description": "Token used to authenticate requests.",
|
|
1787
|
-
"visibility": "secret",
|
|
1788
|
-
"deprecated": "Use `credentials` instead.",
|
|
1789
|
-
"type": "string"
|
|
1790
|
-
},
|
|
1791
|
-
"credential": {
|
|
1792
|
-
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1793
|
-
"deepVisibility": "secret",
|
|
1794
|
-
"deprecated": "Use `credentials` instead.",
|
|
1795
|
-
"type": "object",
|
|
1796
|
-
"properties": {
|
|
1797
|
-
"clientId": {
|
|
1798
|
-
"type": "string"
|
|
1799
|
-
},
|
|
1800
|
-
"clientSecret": {
|
|
1801
|
-
"type": "string"
|
|
1802
|
-
},
|
|
1803
|
-
"tenantId": {
|
|
1804
|
-
"type": "string"
|
|
1805
|
-
},
|
|
1806
|
-
"personalAccessToken": {
|
|
1807
|
-
"type": "string"
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
"credentials": {
|
|
1812
|
-
"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.",
|
|
1813
|
-
"deepVisibility": "secret",
|
|
1814
|
-
"type": "array",
|
|
1815
|
-
"items": {
|
|
1816
|
-
"type": "object",
|
|
1817
|
-
"properties": {
|
|
1818
|
-
"clientId": {
|
|
1819
|
-
"type": "string"
|
|
1820
|
-
},
|
|
1821
|
-
"clientSecret": {
|
|
1822
|
-
"type": "string"
|
|
1823
|
-
},
|
|
1824
|
-
"tenantId": {
|
|
1825
|
-
"type": "string"
|
|
1826
|
-
},
|
|
1827
|
-
"personalAccessToken": {
|
|
1828
|
-
"type": "string"
|
|
1829
|
-
}
|
|
1830
|
-
}
|
|
1831
|
-
}
|
|
1832
|
-
}
|
|
1833
|
-
},
|
|
1834
|
-
"required": [
|
|
1835
|
-
"host"
|
|
1836
|
-
]
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
"bitbucket": {
|
|
1840
|
-
"description": "Integration configuration for Bitbucket",
|
|
1841
|
-
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1842
|
-
"type": "array",
|
|
1843
|
-
"items": {
|
|
1844
|
-
"type": "object",
|
|
1845
|
-
"properties": {
|
|
1846
|
-
"host": {
|
|
1847
|
-
"description": "The hostname of the given Bitbucket instance",
|
|
1848
|
-
"visibility": "frontend",
|
|
1849
|
-
"type": "string"
|
|
1850
|
-
},
|
|
1851
|
-
"token": {
|
|
1852
|
-
"description": "Token used to authenticate requests.",
|
|
1853
|
-
"visibility": "secret",
|
|
1854
|
-
"type": "string"
|
|
1855
|
-
},
|
|
1856
|
-
"apiBaseUrl": {
|
|
1857
|
-
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1858
|
-
"visibility": "frontend",
|
|
1859
|
-
"type": "string"
|
|
1860
|
-
},
|
|
1861
|
-
"username": {
|
|
1862
|
-
"description": "The username to use for authenticated requests.",
|
|
1863
|
-
"visibility": "secret",
|
|
1864
|
-
"type": "string"
|
|
1865
|
-
},
|
|
1866
|
-
"appPassword": {
|
|
1867
|
-
"description": "Bitbucket app password used to authenticate requests.",
|
|
1868
|
-
"visibility": "secret",
|
|
1869
|
-
"type": "string"
|
|
1870
|
-
}
|
|
1871
|
-
},
|
|
1872
|
-
"required": [
|
|
1873
|
-
"host"
|
|
1874
|
-
]
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1877
|
-
"bitbucketCloud": {
|
|
1878
|
-
"description": "Integration configuration for Bitbucket Cloud",
|
|
1879
|
-
"type": "array",
|
|
1880
|
-
"items": {
|
|
1881
|
-
"type": "object",
|
|
1882
|
-
"properties": {
|
|
1883
|
-
"username": {
|
|
1884
|
-
"description": "The username to use for authenticated requests.",
|
|
1885
|
-
"visibility": "secret",
|
|
1886
|
-
"type": "string"
|
|
1887
|
-
},
|
|
1888
|
-
"appPassword": {
|
|
1889
|
-
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1890
|
-
"visibility": "secret",
|
|
1891
|
-
"type": "string"
|
|
1892
|
-
}
|
|
1893
|
-
},
|
|
1894
|
-
"required": [
|
|
1895
|
-
"appPassword",
|
|
1896
|
-
"username"
|
|
1897
|
-
]
|
|
1898
|
-
}
|
|
1899
|
-
},
|
|
1900
|
-
"bitbucketServer": {
|
|
1901
|
-
"description": "Integration configuration for Bitbucket Server",
|
|
1902
|
-
"type": "array",
|
|
1903
|
-
"items": {
|
|
1904
|
-
"type": "object",
|
|
1905
|
-
"properties": {
|
|
1906
|
-
"host": {
|
|
1907
|
-
"description": "The hostname of the given Bitbucket Server instance",
|
|
1908
|
-
"visibility": "frontend",
|
|
1909
|
-
"type": "string"
|
|
1910
|
-
},
|
|
1911
|
-
"token": {
|
|
1912
|
-
"description": "Token used to authenticate requests.",
|
|
1913
|
-
"visibility": "secret",
|
|
1914
|
-
"type": "string"
|
|
1915
|
-
},
|
|
1916
|
-
"username": {
|
|
1917
|
-
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1918
|
-
"visibility": "secret",
|
|
1919
|
-
"type": "string"
|
|
1920
|
-
},
|
|
1921
|
-
"password": {
|
|
1922
|
-
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1923
|
-
"visibility": "secret",
|
|
1924
|
-
"type": "string"
|
|
1925
|
-
},
|
|
1926
|
-
"apiBaseUrl": {
|
|
1927
|
-
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1928
|
-
"visibility": "frontend",
|
|
1929
|
-
"type": "string"
|
|
1930
|
-
}
|
|
1931
|
-
},
|
|
1932
|
-
"required": [
|
|
1933
|
-
"host"
|
|
1934
|
-
]
|
|
1935
|
-
}
|
|
1936
|
-
},
|
|
1937
|
-
"gerrit": {
|
|
1938
|
-
"description": "Integration configuration for Gerrit",
|
|
1939
|
-
"type": "array",
|
|
1940
|
-
"items": {
|
|
1941
|
-
"type": "object",
|
|
1942
|
-
"properties": {
|
|
1943
|
-
"host": {
|
|
1944
|
-
"description": "The hostname of the given Gerrit instance",
|
|
1945
|
-
"visibility": "frontend",
|
|
1946
|
-
"type": "string"
|
|
1947
|
-
},
|
|
1948
|
-
"baseUrl": {
|
|
1949
|
-
"description": "The base url for the Gerrit instance.",
|
|
1950
|
-
"visibility": "frontend",
|
|
1951
|
-
"type": "string"
|
|
1952
|
-
},
|
|
1953
|
-
"gitilesBaseUrl": {
|
|
1954
|
-
"description": "The gitiles base url.",
|
|
1955
|
-
"visibility": "frontend",
|
|
1956
|
-
"type": "string"
|
|
1957
|
-
},
|
|
1958
|
-
"cloneUrl": {
|
|
1959
|
-
"description": "The base url for cloning repos.",
|
|
1960
|
-
"visibility": "frontend",
|
|
1961
|
-
"type": "string"
|
|
1962
|
-
},
|
|
1963
|
-
"username": {
|
|
1964
|
-
"description": "The username to use for authenticated requests.",
|
|
1965
|
-
"visibility": "secret",
|
|
1966
|
-
"type": "string"
|
|
1967
|
-
},
|
|
1968
|
-
"password": {
|
|
1969
|
-
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
1970
|
-
"visibility": "secret",
|
|
1971
|
-
"type": "string"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
"required": [
|
|
1975
|
-
"gitilesBaseUrl",
|
|
1976
|
-
"host"
|
|
1977
|
-
]
|
|
1978
|
-
}
|
|
1979
|
-
},
|
|
1980
|
-
"github": {
|
|
1981
|
-
"description": "Integration configuration for GitHub",
|
|
1982
|
-
"type": "array",
|
|
1983
|
-
"items": {
|
|
1984
|
-
"type": "object",
|
|
1985
|
-
"properties": {
|
|
1986
|
-
"host": {
|
|
1987
|
-
"description": "The hostname of the given GitHub instance",
|
|
1988
|
-
"visibility": "frontend",
|
|
1989
|
-
"type": "string"
|
|
1990
|
-
},
|
|
1991
|
-
"token": {
|
|
1992
|
-
"description": "Token used to authenticate requests.",
|
|
1993
|
-
"visibility": "secret",
|
|
1994
|
-
"type": "string"
|
|
1995
|
-
},
|
|
1996
|
-
"apiBaseUrl": {
|
|
1997
|
-
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
1998
|
-
"visibility": "frontend",
|
|
1999
|
-
"type": "string"
|
|
2000
|
-
},
|
|
2001
|
-
"rawBaseUrl": {
|
|
2002
|
-
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
2003
|
-
"visibility": "frontend",
|
|
2004
|
-
"type": "string"
|
|
2005
|
-
},
|
|
2006
|
-
"apps": {
|
|
2007
|
-
"description": "GitHub Apps configuration",
|
|
2008
|
-
"type": "array",
|
|
2009
|
-
"items": {
|
|
2010
|
-
"type": "object",
|
|
2011
|
-
"properties": {
|
|
2012
|
-
"appId": {
|
|
2013
|
-
"description": "The numeric GitHub App ID, string for environment variables",
|
|
2014
|
-
"type": [
|
|
2015
|
-
"string",
|
|
2016
|
-
"number"
|
|
2017
|
-
]
|
|
2018
|
-
},
|
|
2019
|
-
"privateKey": {
|
|
2020
|
-
"description": "The private key to use for auth against the app",
|
|
2021
|
-
"visibility": "secret",
|
|
2022
|
-
"type": "string"
|
|
2023
|
-
},
|
|
2024
|
-
"webhookSecret": {
|
|
2025
|
-
"description": "The secret used for webhooks",
|
|
2026
|
-
"visibility": "secret",
|
|
2027
|
-
"type": "string"
|
|
2028
|
-
},
|
|
2029
|
-
"clientId": {
|
|
2030
|
-
"description": "The client ID to use",
|
|
2031
|
-
"type": "string"
|
|
2032
|
-
},
|
|
2033
|
-
"clientSecret": {
|
|
2034
|
-
"description": "The client secret to use",
|
|
2035
|
-
"visibility": "secret",
|
|
2036
|
-
"type": "string"
|
|
2037
|
-
},
|
|
2038
|
-
"allowedInstallationOwners": {
|
|
2039
|
-
"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",
|
|
2040
|
-
"type": "array",
|
|
2041
|
-
"items": {
|
|
2042
|
-
"type": "string"
|
|
2043
|
-
}
|
|
2044
|
-
}
|
|
2045
|
-
},
|
|
2046
|
-
"required": [
|
|
2047
|
-
"appId",
|
|
2048
|
-
"clientId",
|
|
2049
|
-
"clientSecret",
|
|
2050
|
-
"privateKey",
|
|
2051
|
-
"webhookSecret"
|
|
2052
|
-
]
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
|
-
},
|
|
2056
|
-
"required": [
|
|
2057
|
-
"host"
|
|
2058
|
-
]
|
|
2059
|
-
}
|
|
2060
|
-
},
|
|
2061
|
-
"gitlab": {
|
|
2062
|
-
"description": "Integration configuration for GitLab",
|
|
2063
|
-
"type": "array",
|
|
2064
|
-
"items": {
|
|
2065
|
-
"type": "object",
|
|
2066
|
-
"properties": {
|
|
2067
|
-
"host": {
|
|
2068
|
-
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
2069
|
-
"visibility": "frontend",
|
|
2070
|
-
"type": "string"
|
|
2071
|
-
},
|
|
2072
|
-
"apiBaseUrl": {
|
|
2073
|
-
"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.",
|
|
2074
|
-
"visibility": "frontend",
|
|
2075
|
-
"type": "string"
|
|
2076
|
-
},
|
|
2077
|
-
"token": {
|
|
2078
|
-
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
2079
|
-
"visibility": "secret",
|
|
2080
|
-
"type": "string"
|
|
2081
|
-
},
|
|
2082
|
-
"baseUrl": {
|
|
2083
|
-
"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}.",
|
|
2084
|
-
"visibility": "frontend",
|
|
2085
|
-
"type": "string"
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
"required": [
|
|
2089
|
-
"host"
|
|
2090
|
-
]
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2093
|
-
"googleGcs": {
|
|
2094
|
-
"description": "Integration configuration for Google Cloud Storage",
|
|
2095
|
-
"type": "object",
|
|
2096
|
-
"properties": {
|
|
2097
|
-
"clientEmail": {
|
|
2098
|
-
"description": "Service account email used to authenticate requests.",
|
|
2099
|
-
"type": "string"
|
|
2100
|
-
},
|
|
2101
|
-
"privateKey": {
|
|
2102
|
-
"description": "Service account private key used to authenticate requests.",
|
|
2103
|
-
"visibility": "secret",
|
|
2104
|
-
"type": "string"
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2107
|
-
},
|
|
2108
|
-
"awsS3": {
|
|
2109
|
-
"description": "Integration configuration for AWS S3 Service",
|
|
2110
|
-
"type": "array",
|
|
2111
|
-
"items": {
|
|
2112
|
-
"type": "object",
|
|
2113
|
-
"properties": {
|
|
2114
|
-
"endpoint": {
|
|
2115
|
-
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
2116
|
-
"visibility": "frontend",
|
|
2117
|
-
"type": "string"
|
|
2118
|
-
},
|
|
2119
|
-
"s3ForcePathStyle": {
|
|
2120
|
-
"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.",
|
|
2121
|
-
"visibility": "frontend",
|
|
2122
|
-
"type": "boolean"
|
|
2123
|
-
},
|
|
2124
|
-
"accessKeyId": {
|
|
2125
|
-
"description": "Account access key used to authenticate requests.",
|
|
2126
|
-
"type": "string"
|
|
2127
|
-
},
|
|
2128
|
-
"secretAccessKey": {
|
|
2129
|
-
"description": "Account secret key used to authenticate requests.",
|
|
2130
|
-
"visibility": "secret",
|
|
2131
|
-
"type": "string"
|
|
2132
|
-
},
|
|
2133
|
-
"roleArn": {
|
|
2134
|
-
"description": "ARN of the role to be assumed",
|
|
2135
|
-
"type": "string"
|
|
2136
|
-
},
|
|
2137
|
-
"externalId": {
|
|
2138
|
-
"description": "External ID to use when assuming role",
|
|
2139
|
-
"type": "string"
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
}
|
|
2143
|
-
},
|
|
2144
|
-
"gitea": {
|
|
2145
|
-
"description": "Integration configuration for Gitea",
|
|
2146
|
-
"type": "array",
|
|
2147
|
-
"items": {
|
|
2148
|
-
"type": "object",
|
|
2149
|
-
"properties": {
|
|
2150
|
-
"host": {
|
|
2151
|
-
"description": "The hostname of the given Gitea instance",
|
|
2152
|
-
"visibility": "frontend",
|
|
2153
|
-
"type": "string"
|
|
2154
|
-
},
|
|
2155
|
-
"baseUrl": {
|
|
2156
|
-
"description": "The base url for the Gitea instance.",
|
|
2157
|
-
"visibility": "frontend",
|
|
2158
|
-
"type": "string"
|
|
2159
|
-
},
|
|
2160
|
-
"username": {
|
|
2161
|
-
"description": "The username to use for authenticated requests.",
|
|
2162
|
-
"visibility": "secret",
|
|
2163
|
-
"type": "string"
|
|
2164
|
-
},
|
|
2165
|
-
"password": {
|
|
2166
|
-
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2167
|
-
"visibility": "secret",
|
|
2168
|
-
"type": "string"
|
|
2169
|
-
}
|
|
2170
|
-
},
|
|
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
|
-
}
|
|
1501
|
+
"description": "Enable or disable the autologout feature",
|
|
1502
|
+
"visibility": "frontend",
|
|
1503
|
+
"type": "boolean"
|
|
2197
1504
|
},
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2200
|
-
|
|
1505
|
+
"idleTimeoutMinutes": {
|
|
1506
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1507
|
+
"visibility": "frontend",
|
|
1508
|
+
"type": "number"
|
|
1509
|
+
},
|
|
1510
|
+
"promptBeforeIdleSeconds": {
|
|
1511
|
+
"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.",
|
|
1512
|
+
"visibility": "frontend",
|
|
1513
|
+
"type": "number"
|
|
1514
|
+
},
|
|
1515
|
+
"useWorkerTimers": {
|
|
1516
|
+
"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.",
|
|
1517
|
+
"visibility": "frontend",
|
|
1518
|
+
"type": "boolean"
|
|
1519
|
+
},
|
|
1520
|
+
"logoutIfDisconnected": {
|
|
1521
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1522
|
+
"visibility": "frontend",
|
|
1523
|
+
"type": "boolean"
|
|
1524
|
+
}
|
|
2201
1525
|
}
|
|
2202
1526
|
}
|
|
2203
1527
|
}
|
|
@@ -2205,7 +1529,7 @@
|
|
|
2205
1529
|
},
|
|
2206
1530
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2207
1531
|
},
|
|
2208
|
-
"packageName": "@backstage/
|
|
1532
|
+
"packageName": "@backstage/core-components"
|
|
2209
1533
|
},
|
|
2210
1534
|
{
|
|
2211
1535
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -3461,6 +2785,53 @@
|
|
|
3461
2785
|
},
|
|
3462
2786
|
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-provider"
|
|
3463
2787
|
},
|
|
2788
|
+
{
|
|
2789
|
+
"path": "../../plugins/auth-backend-module-bitbucket-server-provider/config.d.ts",
|
|
2790
|
+
"value": {
|
|
2791
|
+
"type": "object",
|
|
2792
|
+
"properties": {
|
|
2793
|
+
"auth": {
|
|
2794
|
+
"type": "object",
|
|
2795
|
+
"properties": {
|
|
2796
|
+
"providers": {
|
|
2797
|
+
"type": "object",
|
|
2798
|
+
"properties": {
|
|
2799
|
+
"bitbucketServer": {
|
|
2800
|
+
"visibility": "frontend",
|
|
2801
|
+
"type": "object",
|
|
2802
|
+
"additionalProperties": {
|
|
2803
|
+
"type": "object",
|
|
2804
|
+
"properties": {
|
|
2805
|
+
"clientId": {
|
|
2806
|
+
"type": "string"
|
|
2807
|
+
},
|
|
2808
|
+
"clientSecret": {
|
|
2809
|
+
"visibility": "secret",
|
|
2810
|
+
"type": "string"
|
|
2811
|
+
},
|
|
2812
|
+
"host": {
|
|
2813
|
+
"type": "string"
|
|
2814
|
+
},
|
|
2815
|
+
"callbackUrl": {
|
|
2816
|
+
"type": "string"
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
"required": [
|
|
2820
|
+
"clientId",
|
|
2821
|
+
"clientSecret",
|
|
2822
|
+
"host"
|
|
2823
|
+
]
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
},
|
|
2831
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2832
|
+
},
|
|
2833
|
+
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
2834
|
+
},
|
|
3464
2835
|
{
|
|
3465
2836
|
"path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
|
|
3466
2837
|
"value": {
|
|
@@ -3566,53 +2937,6 @@
|
|
|
3566
2937
|
},
|
|
3567
2938
|
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
3568
2939
|
},
|
|
3569
|
-
{
|
|
3570
|
-
"path": "../../plugins/auth-backend-module-bitbucket-server-provider/config.d.ts",
|
|
3571
|
-
"value": {
|
|
3572
|
-
"type": "object",
|
|
3573
|
-
"properties": {
|
|
3574
|
-
"auth": {
|
|
3575
|
-
"type": "object",
|
|
3576
|
-
"properties": {
|
|
3577
|
-
"providers": {
|
|
3578
|
-
"type": "object",
|
|
3579
|
-
"properties": {
|
|
3580
|
-
"bitbucketServer": {
|
|
3581
|
-
"visibility": "frontend",
|
|
3582
|
-
"type": "object",
|
|
3583
|
-
"additionalProperties": {
|
|
3584
|
-
"type": "object",
|
|
3585
|
-
"properties": {
|
|
3586
|
-
"clientId": {
|
|
3587
|
-
"type": "string"
|
|
3588
|
-
},
|
|
3589
|
-
"clientSecret": {
|
|
3590
|
-
"visibility": "secret",
|
|
3591
|
-
"type": "string"
|
|
3592
|
-
},
|
|
3593
|
-
"host": {
|
|
3594
|
-
"type": "string"
|
|
3595
|
-
},
|
|
3596
|
-
"callbackUrl": {
|
|
3597
|
-
"type": "string"
|
|
3598
|
-
}
|
|
3599
|
-
},
|
|
3600
|
-
"required": [
|
|
3601
|
-
"clientId",
|
|
3602
|
-
"clientSecret",
|
|
3603
|
-
"host"
|
|
3604
|
-
]
|
|
3605
|
-
}
|
|
3606
|
-
}
|
|
3607
|
-
}
|
|
3608
|
-
}
|
|
3609
|
-
}
|
|
3610
|
-
}
|
|
3611
|
-
},
|
|
3612
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3613
|
-
},
|
|
3614
|
-
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
3615
|
-
},
|
|
3616
2940
|
{
|
|
3617
2941
|
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
3618
2942
|
"value": {
|
|
@@ -4364,140 +3688,17 @@
|
|
|
4364
3688
|
"type": "string"
|
|
4365
3689
|
}
|
|
4366
3690
|
]
|
|
4367
|
-
},
|
|
4368
|
-
"prompt": {
|
|
4369
|
-
"type": "string"
|
|
4370
|
-
},
|
|
4371
|
-
"signIn": {
|
|
4372
|
-
"type": "object",
|
|
4373
|
-
"properties": {
|
|
4374
|
-
"resolvers": {
|
|
4375
|
-
"type": "array",
|
|
4376
|
-
"items": {
|
|
4377
|
-
"anyOf": [
|
|
4378
|
-
{
|
|
4379
|
-
"type": "object",
|
|
4380
|
-
"properties": {
|
|
4381
|
-
"resolver": {
|
|
4382
|
-
"type": "string",
|
|
4383
|
-
"const": "emailLocalPartMatchingUserEntityName"
|
|
4384
|
-
},
|
|
4385
|
-
"allowedDomains": {
|
|
4386
|
-
"type": "array",
|
|
4387
|
-
"items": {
|
|
4388
|
-
"type": "string"
|
|
4389
|
-
}
|
|
4390
|
-
}
|
|
4391
|
-
},
|
|
4392
|
-
"required": [
|
|
4393
|
-
"resolver"
|
|
4394
|
-
]
|
|
4395
|
-
},
|
|
4396
|
-
{
|
|
4397
|
-
"type": "object",
|
|
4398
|
-
"properties": {
|
|
4399
|
-
"resolver": {
|
|
4400
|
-
"type": "string",
|
|
4401
|
-
"const": "emailMatchingUserEntityProfileEmail"
|
|
4402
|
-
}
|
|
4403
|
-
},
|
|
4404
|
-
"required": [
|
|
4405
|
-
"resolver"
|
|
4406
|
-
]
|
|
4407
|
-
}
|
|
4408
|
-
]
|
|
4409
|
-
}
|
|
4410
|
-
}
|
|
4411
|
-
},
|
|
4412
|
-
"required": [
|
|
4413
|
-
"resolvers"
|
|
4414
|
-
]
|
|
4415
|
-
}
|
|
4416
|
-
},
|
|
4417
|
-
"required": [
|
|
4418
|
-
"clientId",
|
|
4419
|
-
"clientSecret",
|
|
4420
|
-
"metadataUrl"
|
|
4421
|
-
]
|
|
4422
|
-
}
|
|
4423
|
-
}
|
|
4424
|
-
}
|
|
4425
|
-
}
|
|
4426
|
-
}
|
|
4427
|
-
}
|
|
4428
|
-
},
|
|
4429
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4430
|
-
},
|
|
4431
|
-
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
4432
|
-
},
|
|
4433
|
-
{
|
|
4434
|
-
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
4435
|
-
"value": {
|
|
4436
|
-
"type": "object",
|
|
4437
|
-
"properties": {
|
|
4438
|
-
"auth": {
|
|
4439
|
-
"type": "object",
|
|
4440
|
-
"properties": {
|
|
4441
|
-
"providers": {
|
|
4442
|
-
"type": "object",
|
|
4443
|
-
"properties": {
|
|
4444
|
-
"okta": {
|
|
4445
|
-
"visibility": "frontend",
|
|
4446
|
-
"type": "object",
|
|
4447
|
-
"additionalProperties": {
|
|
4448
|
-
"type": "object",
|
|
4449
|
-
"properties": {
|
|
4450
|
-
"clientId": {
|
|
4451
|
-
"type": "string"
|
|
4452
|
-
},
|
|
4453
|
-
"clientSecret": {
|
|
4454
|
-
"visibility": "secret",
|
|
4455
|
-
"type": "string"
|
|
4456
|
-
},
|
|
4457
|
-
"audience": {
|
|
4458
|
-
"type": "string"
|
|
4459
|
-
},
|
|
4460
|
-
"authServerId": {
|
|
4461
|
-
"type": "string"
|
|
4462
|
-
},
|
|
4463
|
-
"idp": {
|
|
4464
|
-
"type": "string"
|
|
4465
|
-
},
|
|
4466
|
-
"callbackUrl": {
|
|
4467
|
-
"type": "string"
|
|
4468
|
-
},
|
|
4469
|
-
"additionalScopes": {
|
|
4470
|
-
"anyOf": [
|
|
4471
|
-
{
|
|
4472
|
-
"type": "array",
|
|
4473
|
-
"items": {
|
|
4474
|
-
"type": "string"
|
|
4475
|
-
}
|
|
4476
|
-
},
|
|
4477
|
-
{
|
|
4478
|
-
"type": "string"
|
|
4479
|
-
}
|
|
4480
|
-
]
|
|
4481
|
-
},
|
|
4482
|
-
"signIn": {
|
|
4483
|
-
"type": "object",
|
|
4484
|
-
"properties": {
|
|
4485
|
-
"resolvers": {
|
|
4486
|
-
"type": "array",
|
|
4487
|
-
"items": {
|
|
4488
|
-
"anyOf": [
|
|
4489
|
-
{
|
|
4490
|
-
"type": "object",
|
|
4491
|
-
"properties": {
|
|
4492
|
-
"resolver": {
|
|
4493
|
-
"type": "string",
|
|
4494
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
4495
|
-
}
|
|
4496
|
-
},
|
|
4497
|
-
"required": [
|
|
4498
|
-
"resolver"
|
|
4499
|
-
]
|
|
4500
|
-
},
|
|
3691
|
+
},
|
|
3692
|
+
"prompt": {
|
|
3693
|
+
"type": "string"
|
|
3694
|
+
},
|
|
3695
|
+
"signIn": {
|
|
3696
|
+
"type": "object",
|
|
3697
|
+
"properties": {
|
|
3698
|
+
"resolvers": {
|
|
3699
|
+
"type": "array",
|
|
3700
|
+
"items": {
|
|
3701
|
+
"anyOf": [
|
|
4501
3702
|
{
|
|
4502
3703
|
"type": "object",
|
|
4503
3704
|
"properties": {
|
|
@@ -4539,7 +3740,8 @@
|
|
|
4539
3740
|
},
|
|
4540
3741
|
"required": [
|
|
4541
3742
|
"clientId",
|
|
4542
|
-
"clientSecret"
|
|
3743
|
+
"clientSecret",
|
|
3744
|
+
"metadataUrl"
|
|
4543
3745
|
]
|
|
4544
3746
|
}
|
|
4545
3747
|
}
|
|
@@ -4550,10 +3752,10 @@
|
|
|
4550
3752
|
},
|
|
4551
3753
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4552
3754
|
},
|
|
4553
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3755
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
4554
3756
|
},
|
|
4555
3757
|
{
|
|
4556
|
-
"path": "../../plugins/auth-backend-module-
|
|
3758
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
4557
3759
|
"value": {
|
|
4558
3760
|
"type": "object",
|
|
4559
3761
|
"properties": {
|
|
@@ -4563,7 +3765,7 @@
|
|
|
4563
3765
|
"providers": {
|
|
4564
3766
|
"type": "object",
|
|
4565
3767
|
"properties": {
|
|
4566
|
-
"
|
|
3768
|
+
"okta": {
|
|
4567
3769
|
"visibility": "frontend",
|
|
4568
3770
|
"type": "object",
|
|
4569
3771
|
"additionalProperties": {
|
|
@@ -4576,12 +3778,31 @@
|
|
|
4576
3778
|
"visibility": "secret",
|
|
4577
3779
|
"type": "string"
|
|
4578
3780
|
},
|
|
4579
|
-
"
|
|
3781
|
+
"audience": {
|
|
3782
|
+
"type": "string"
|
|
3783
|
+
},
|
|
3784
|
+
"authServerId": {
|
|
3785
|
+
"type": "string"
|
|
3786
|
+
},
|
|
3787
|
+
"idp": {
|
|
4580
3788
|
"type": "string"
|
|
4581
3789
|
},
|
|
4582
3790
|
"callbackUrl": {
|
|
4583
3791
|
"type": "string"
|
|
4584
3792
|
},
|
|
3793
|
+
"additionalScopes": {
|
|
3794
|
+
"anyOf": [
|
|
3795
|
+
{
|
|
3796
|
+
"type": "array",
|
|
3797
|
+
"items": {
|
|
3798
|
+
"type": "string"
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"type": "string"
|
|
3803
|
+
}
|
|
3804
|
+
]
|
|
3805
|
+
},
|
|
4585
3806
|
"signIn": {
|
|
4586
3807
|
"type": "object",
|
|
4587
3808
|
"properties": {
|
|
@@ -4594,25 +3815,7 @@
|
|
|
4594
3815
|
"properties": {
|
|
4595
3816
|
"resolver": {
|
|
4596
3817
|
"type": "string",
|
|
4597
|
-
"const": "
|
|
4598
|
-
}
|
|
4599
|
-
},
|
|
4600
|
-
"required": [
|
|
4601
|
-
"resolver"
|
|
4602
|
-
]
|
|
4603
|
-
},
|
|
4604
|
-
{
|
|
4605
|
-
"type": "object",
|
|
4606
|
-
"properties": {
|
|
4607
|
-
"resolver": {
|
|
4608
|
-
"type": "string",
|
|
4609
|
-
"const": "emailLocalPartMatchingUserEntityName"
|
|
4610
|
-
},
|
|
4611
|
-
"allowedDomains": {
|
|
4612
|
-
"type": "array",
|
|
4613
|
-
"items": {
|
|
4614
|
-
"type": "string"
|
|
4615
|
-
}
|
|
3818
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
4616
3819
|
}
|
|
4617
3820
|
},
|
|
4618
3821
|
"required": [
|
|
@@ -4622,208 +3825,48 @@
|
|
|
4622
3825
|
{
|
|
4623
3826
|
"type": "object",
|
|
4624
3827
|
"properties": {
|
|
4625
|
-
"resolver": {
|
|
4626
|
-
"type": "string",
|
|
4627
|
-
"const": "
|
|
4628
|
-
}
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
"type": "object",
|
|
4666
|
-
"properties": {
|
|
4667
|
-
"autologout": {
|
|
4668
|
-
"description": "Autologout feature configuration",
|
|
4669
|
-
"type": "object",
|
|
4670
|
-
"properties": {
|
|
4671
|
-
"enabled": {
|
|
4672
|
-
"description": "Enable or disable the autologout feature",
|
|
4673
|
-
"visibility": "frontend",
|
|
4674
|
-
"type": "boolean"
|
|
4675
|
-
},
|
|
4676
|
-
"idleTimeoutMinutes": {
|
|
4677
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4678
|
-
"visibility": "frontend",
|
|
4679
|
-
"type": "number"
|
|
4680
|
-
},
|
|
4681
|
-
"promptBeforeIdleSeconds": {
|
|
4682
|
-
"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.",
|
|
4683
|
-
"visibility": "frontend",
|
|
4684
|
-
"type": "number"
|
|
4685
|
-
},
|
|
4686
|
-
"useWorkerTimers": {
|
|
4687
|
-
"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.",
|
|
4688
|
-
"visibility": "frontend",
|
|
4689
|
-
"type": "boolean"
|
|
4690
|
-
},
|
|
4691
|
-
"logoutIfDisconnected": {
|
|
4692
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4693
|
-
"visibility": "frontend",
|
|
4694
|
-
"type": "boolean"
|
|
4695
|
-
}
|
|
4696
|
-
}
|
|
4697
|
-
}
|
|
4698
|
-
}
|
|
4699
|
-
}
|
|
4700
|
-
},
|
|
4701
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4702
|
-
},
|
|
4703
|
-
"packageName": "@backstage/core-components"
|
|
4704
|
-
},
|
|
4705
|
-
{
|
|
4706
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
|
|
4707
|
-
"value": {
|
|
4708
|
-
"type": "object",
|
|
4709
|
-
"properties": {
|
|
4710
|
-
"permission": {
|
|
4711
|
-
"description": "Configuration options for Backstage permissions and authorization",
|
|
4712
|
-
"type": "object",
|
|
4713
|
-
"properties": {
|
|
4714
|
-
"enabled": {
|
|
4715
|
-
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
4716
|
-
"visibility": "frontend",
|
|
4717
|
-
"type": "boolean"
|
|
4718
|
-
}
|
|
4719
|
-
}
|
|
4720
|
-
}
|
|
4721
|
-
},
|
|
4722
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4723
|
-
},
|
|
4724
|
-
"packageName": "@backstage/plugin-permission-common"
|
|
4725
|
-
},
|
|
4726
|
-
{
|
|
4727
|
-
"path": "../integration-aws-node/config.d.ts",
|
|
4728
|
-
"value": {
|
|
4729
|
-
"type": "object",
|
|
4730
|
-
"properties": {
|
|
4731
|
-
"aws": {
|
|
4732
|
-
"description": "Configuration for access to AWS accounts",
|
|
4733
|
-
"type": "object",
|
|
4734
|
-
"properties": {
|
|
4735
|
-
"accountDefaults": {
|
|
4736
|
-
"description": "Defaults for retrieving AWS account credentials",
|
|
4737
|
-
"type": "object",
|
|
4738
|
-
"properties": {
|
|
4739
|
-
"roleName": {
|
|
4740
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
4741
|
-
"type": "string"
|
|
4742
|
-
},
|
|
4743
|
-
"partition": {
|
|
4744
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
4745
|
-
"type": "string"
|
|
4746
|
-
},
|
|
4747
|
-
"region": {
|
|
4748
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
4749
|
-
"type": "string"
|
|
4750
|
-
},
|
|
4751
|
-
"externalId": {
|
|
4752
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
4753
|
-
"visibility": "secret",
|
|
4754
|
-
"type": "string"
|
|
4755
|
-
}
|
|
4756
|
-
}
|
|
4757
|
-
},
|
|
4758
|
-
"mainAccount": {
|
|
4759
|
-
"description": "Main account to use for retrieving AWS account credentials",
|
|
4760
|
-
"type": "object",
|
|
4761
|
-
"properties": {
|
|
4762
|
-
"accessKeyId": {
|
|
4763
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
4764
|
-
"visibility": "secret",
|
|
4765
|
-
"type": "string"
|
|
4766
|
-
},
|
|
4767
|
-
"secretAccessKey": {
|
|
4768
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
4769
|
-
"visibility": "secret",
|
|
4770
|
-
"type": "string"
|
|
4771
|
-
},
|
|
4772
|
-
"profile": {
|
|
4773
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
4774
|
-
"type": "string"
|
|
4775
|
-
},
|
|
4776
|
-
"region": {
|
|
4777
|
-
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
4778
|
-
"type": "string"
|
|
4779
|
-
}
|
|
4780
|
-
}
|
|
4781
|
-
},
|
|
4782
|
-
"accounts": {
|
|
4783
|
-
"description": "Configuration for retrieving AWS accounts credentials",
|
|
4784
|
-
"type": "array",
|
|
4785
|
-
"items": {
|
|
4786
|
-
"type": "object",
|
|
4787
|
-
"properties": {
|
|
4788
|
-
"accountId": {
|
|
4789
|
-
"description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
|
|
4790
|
-
"type": "string"
|
|
4791
|
-
},
|
|
4792
|
-
"accessKeyId": {
|
|
4793
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
4794
|
-
"visibility": "secret",
|
|
4795
|
-
"type": "string"
|
|
4796
|
-
},
|
|
4797
|
-
"secretAccessKey": {
|
|
4798
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
4799
|
-
"visibility": "secret",
|
|
4800
|
-
"type": "string"
|
|
4801
|
-
},
|
|
4802
|
-
"profile": {
|
|
4803
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
4804
|
-
"type": "string"
|
|
4805
|
-
},
|
|
4806
|
-
"roleName": {
|
|
4807
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
4808
|
-
"type": "string"
|
|
4809
|
-
},
|
|
4810
|
-
"partition": {
|
|
4811
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
4812
|
-
"type": "string"
|
|
4813
|
-
},
|
|
4814
|
-
"region": {
|
|
4815
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
4816
|
-
"type": "string"
|
|
4817
|
-
},
|
|
4818
|
-
"externalId": {
|
|
4819
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
4820
|
-
"visibility": "secret",
|
|
4821
|
-
"type": "string"
|
|
3828
|
+
"resolver": {
|
|
3829
|
+
"type": "string",
|
|
3830
|
+
"const": "emailLocalPartMatchingUserEntityName"
|
|
3831
|
+
},
|
|
3832
|
+
"allowedDomains": {
|
|
3833
|
+
"type": "array",
|
|
3834
|
+
"items": {
|
|
3835
|
+
"type": "string"
|
|
3836
|
+
}
|
|
3837
|
+
}
|
|
3838
|
+
},
|
|
3839
|
+
"required": [
|
|
3840
|
+
"resolver"
|
|
3841
|
+
]
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"type": "object",
|
|
3845
|
+
"properties": {
|
|
3846
|
+
"resolver": {
|
|
3847
|
+
"type": "string",
|
|
3848
|
+
"const": "emailMatchingUserEntityProfileEmail"
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3851
|
+
"required": [
|
|
3852
|
+
"resolver"
|
|
3853
|
+
]
|
|
3854
|
+
}
|
|
3855
|
+
]
|
|
3856
|
+
}
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3859
|
+
"required": [
|
|
3860
|
+
"resolvers"
|
|
3861
|
+
]
|
|
3862
|
+
}
|
|
3863
|
+
},
|
|
3864
|
+
"required": [
|
|
3865
|
+
"clientId",
|
|
3866
|
+
"clientSecret"
|
|
3867
|
+
]
|
|
4822
3868
|
}
|
|
4823
|
-
}
|
|
4824
|
-
"required": [
|
|
4825
|
-
"accountId"
|
|
4826
|
-
]
|
|
3869
|
+
}
|
|
4827
3870
|
}
|
|
4828
3871
|
}
|
|
4829
3872
|
}
|
|
@@ -4831,29 +3874,114 @@
|
|
|
4831
3874
|
},
|
|
4832
3875
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4833
3876
|
},
|
|
4834
|
-
"packageName": "@backstage/
|
|
3877
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
4835
3878
|
},
|
|
4836
3879
|
{
|
|
4837
|
-
"path": "../../
|
|
3880
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
4838
3881
|
"value": {
|
|
4839
3882
|
"type": "object",
|
|
4840
3883
|
"properties": {
|
|
4841
|
-
"
|
|
3884
|
+
"auth": {
|
|
4842
3885
|
"type": "object",
|
|
4843
3886
|
"properties": {
|
|
4844
|
-
"
|
|
4845
|
-
"
|
|
4846
|
-
"
|
|
3887
|
+
"providers": {
|
|
3888
|
+
"type": "object",
|
|
3889
|
+
"properties": {
|
|
3890
|
+
"onelogin": {
|
|
3891
|
+
"visibility": "frontend",
|
|
3892
|
+
"type": "object",
|
|
3893
|
+
"additionalProperties": {
|
|
3894
|
+
"type": "object",
|
|
3895
|
+
"properties": {
|
|
3896
|
+
"clientId": {
|
|
3897
|
+
"type": "string"
|
|
3898
|
+
},
|
|
3899
|
+
"clientSecret": {
|
|
3900
|
+
"visibility": "secret",
|
|
3901
|
+
"type": "string"
|
|
3902
|
+
},
|
|
3903
|
+
"issuer": {
|
|
3904
|
+
"type": "string"
|
|
3905
|
+
},
|
|
3906
|
+
"callbackUrl": {
|
|
3907
|
+
"type": "string"
|
|
3908
|
+
},
|
|
3909
|
+
"signIn": {
|
|
3910
|
+
"type": "object",
|
|
3911
|
+
"properties": {
|
|
3912
|
+
"resolvers": {
|
|
3913
|
+
"type": "array",
|
|
3914
|
+
"items": {
|
|
3915
|
+
"anyOf": [
|
|
3916
|
+
{
|
|
3917
|
+
"type": "object",
|
|
3918
|
+
"properties": {
|
|
3919
|
+
"resolver": {
|
|
3920
|
+
"type": "string",
|
|
3921
|
+
"const": "usernameMatchingUserEntityName"
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3924
|
+
"required": [
|
|
3925
|
+
"resolver"
|
|
3926
|
+
]
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"type": "object",
|
|
3930
|
+
"properties": {
|
|
3931
|
+
"resolver": {
|
|
3932
|
+
"type": "string",
|
|
3933
|
+
"const": "emailLocalPartMatchingUserEntityName"
|
|
3934
|
+
},
|
|
3935
|
+
"allowedDomains": {
|
|
3936
|
+
"type": "array",
|
|
3937
|
+
"items": {
|
|
3938
|
+
"type": "string"
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
"required": [
|
|
3943
|
+
"resolver"
|
|
3944
|
+
]
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"type": "object",
|
|
3948
|
+
"properties": {
|
|
3949
|
+
"resolver": {
|
|
3950
|
+
"type": "string",
|
|
3951
|
+
"const": "emailMatchingUserEntityProfileEmail"
|
|
3952
|
+
}
|
|
3953
|
+
},
|
|
3954
|
+
"required": [
|
|
3955
|
+
"resolver"
|
|
3956
|
+
]
|
|
3957
|
+
}
|
|
3958
|
+
]
|
|
3959
|
+
}
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3962
|
+
"required": [
|
|
3963
|
+
"resolvers"
|
|
3964
|
+
]
|
|
3965
|
+
}
|
|
3966
|
+
},
|
|
3967
|
+
"required": [
|
|
3968
|
+
"clientId",
|
|
3969
|
+
"clientSecret",
|
|
3970
|
+
"issuer"
|
|
3971
|
+
]
|
|
3972
|
+
}
|
|
3973
|
+
}
|
|
3974
|
+
}
|
|
4847
3975
|
}
|
|
4848
3976
|
}
|
|
4849
3977
|
}
|
|
4850
3978
|
},
|
|
4851
3979
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4852
3980
|
},
|
|
4853
|
-
"packageName": "@backstage/backend-
|
|
3981
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4854
3982
|
},
|
|
4855
3983
|
{
|
|
4856
|
-
"path": "
|
|
3984
|
+
"path": "../integration-aws-node/config.d.ts",
|
|
4857
3985
|
"value": {
|
|
4858
3986
|
"type": "object",
|
|
4859
3987
|
"properties": {
|
|
@@ -4961,119 +4089,6 @@
|
|
|
4961
4089
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4962
4090
|
},
|
|
4963
4091
|
"packageName": "@backstage/integration-aws-node"
|
|
4964
|
-
},
|
|
4965
|
-
{
|
|
4966
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
4967
|
-
"value": {
|
|
4968
|
-
"type": "object",
|
|
4969
|
-
"properties": {
|
|
4970
|
-
"app": {
|
|
4971
|
-
"type": "object",
|
|
4972
|
-
"properties": {
|
|
4973
|
-
"experimental": {
|
|
4974
|
-
"type": "object",
|
|
4975
|
-
"properties": {
|
|
4976
|
-
"packages": {
|
|
4977
|
-
"visibility": "frontend",
|
|
4978
|
-
"deepVisibility": "frontend",
|
|
4979
|
-
"anyOf": [
|
|
4980
|
-
{
|
|
4981
|
-
"type": "object",
|
|
4982
|
-
"properties": {
|
|
4983
|
-
"include": {
|
|
4984
|
-
"type": "array",
|
|
4985
|
-
"items": {
|
|
4986
|
-
"type": "string"
|
|
4987
|
-
}
|
|
4988
|
-
},
|
|
4989
|
-
"exclude": {
|
|
4990
|
-
"type": "array",
|
|
4991
|
-
"items": {
|
|
4992
|
-
"type": "string"
|
|
4993
|
-
}
|
|
4994
|
-
}
|
|
4995
|
-
}
|
|
4996
|
-
},
|
|
4997
|
-
{
|
|
4998
|
-
"const": "all",
|
|
4999
|
-
"type": "string"
|
|
5000
|
-
}
|
|
5001
|
-
]
|
|
5002
|
-
}
|
|
5003
|
-
}
|
|
5004
|
-
},
|
|
5005
|
-
"routes": {
|
|
5006
|
-
"type": "object",
|
|
5007
|
-
"properties": {
|
|
5008
|
-
"bindings": {
|
|
5009
|
-
"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.",
|
|
5010
|
-
"deepVisibility": "frontend",
|
|
5011
|
-
"type": "object",
|
|
5012
|
-
"additionalProperties": {
|
|
5013
|
-
"anyOf": [
|
|
5014
|
-
{
|
|
5015
|
-
"const": false,
|
|
5016
|
-
"type": "boolean"
|
|
5017
|
-
},
|
|
5018
|
-
{
|
|
5019
|
-
"type": "string"
|
|
5020
|
-
}
|
|
5021
|
-
]
|
|
5022
|
-
}
|
|
5023
|
-
}
|
|
5024
|
-
}
|
|
5025
|
-
},
|
|
5026
|
-
"extensions": {
|
|
5027
|
-
"deepVisibility": "frontend",
|
|
5028
|
-
"type": "array",
|
|
5029
|
-
"items": {
|
|
5030
|
-
"anyOf": [
|
|
5031
|
-
{
|
|
5032
|
-
"type": "object",
|
|
5033
|
-
"additionalProperties": {
|
|
5034
|
-
"anyOf": [
|
|
5035
|
-
{
|
|
5036
|
-
"type": "object",
|
|
5037
|
-
"properties": {
|
|
5038
|
-
"attachTo": {
|
|
5039
|
-
"type": "object",
|
|
5040
|
-
"properties": {
|
|
5041
|
-
"id": {
|
|
5042
|
-
"type": "string"
|
|
5043
|
-
},
|
|
5044
|
-
"input": {
|
|
5045
|
-
"type": "string"
|
|
5046
|
-
}
|
|
5047
|
-
},
|
|
5048
|
-
"required": [
|
|
5049
|
-
"id",
|
|
5050
|
-
"input"
|
|
5051
|
-
]
|
|
5052
|
-
},
|
|
5053
|
-
"disabled": {
|
|
5054
|
-
"type": "boolean"
|
|
5055
|
-
},
|
|
5056
|
-
"config": {}
|
|
5057
|
-
}
|
|
5058
|
-
},
|
|
5059
|
-
{
|
|
5060
|
-
"type": "boolean"
|
|
5061
|
-
}
|
|
5062
|
-
]
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
{
|
|
5066
|
-
"type": "string"
|
|
5067
|
-
}
|
|
5068
|
-
]
|
|
5069
|
-
}
|
|
5070
|
-
}
|
|
5071
|
-
}
|
|
5072
|
-
}
|
|
5073
|
-
},
|
|
5074
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5075
|
-
},
|
|
5076
|
-
"packageName": "@backstage/frontend-app-api"
|
|
5077
4092
|
}
|
|
5078
4093
|
],
|
|
5079
4094
|
"backstageConfigSchemaVersion": 1
|