@techdocs/cli 1.9.1-next.0 → 1.9.1-next.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 +22 -0
- package/dist/embedded-app/.config-schema.json +840 -90
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/4036.79721462.chunk.js +3 -0
- package/dist/embedded-app/static/4036.79721462.chunk.js.map +1 -0
- package/dist/embedded-app/static/{8384.604de781.chunk.js → 8384.105099a8.chunk.js} +4 -4
- package/dist/embedded-app/static/8384.105099a8.chunk.js.map +1 -0
- package/dist/embedded-app/static/8803.db1a3f20.chunk.js +11 -0
- package/dist/embedded-app/static/8803.db1a3f20.chunk.js.map +1 -0
- package/dist/embedded-app/static/main.682a035b.js +553 -0
- package/dist/embedded-app/static/main.682a035b.js.map +1 -0
- package/dist/embedded-app/static/{runtime.5f7c3867.js → runtime.682a035b.js} +2 -2
- package/dist/embedded-app/static/{runtime.5f7c3867.js.map → runtime.682a035b.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.5f7c3867.js → vendor.682a035b.js} +47 -47
- package/dist/embedded-app/static/vendor.682a035b.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/4036.368ff3a0.chunk.js +0 -3
- package/dist/embedded-app/static/4036.368ff3a0.chunk.js.map +0 -1
- package/dist/embedded-app/static/8384.604de781.chunk.js.map +0 -1
- package/dist/embedded-app/static/8803.b0098400.chunk.js +0 -11
- package/dist/embedded-app/static/8803.b0098400.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.5f7c3867.js +0 -553
- package/dist/embedded-app/static/main.5f7c3867.js.map +0 -1
- package/dist/embedded-app/static/vendor.5f7c3867.js.map +0 -1
|
@@ -321,10 +321,7 @@
|
|
|
321
321
|
"visibility": "frontend",
|
|
322
322
|
"type": "string"
|
|
323
323
|
}
|
|
324
|
-
}
|
|
325
|
-
"required": [
|
|
326
|
-
"external"
|
|
327
|
-
]
|
|
324
|
+
}
|
|
328
325
|
},
|
|
329
326
|
{
|
|
330
327
|
"type": "string"
|
|
@@ -527,6 +524,11 @@
|
|
|
527
524
|
}
|
|
528
525
|
}
|
|
529
526
|
}
|
|
527
|
+
},
|
|
528
|
+
"commitSigningKey": {
|
|
529
|
+
"description": "PGP signing key for signing commits.",
|
|
530
|
+
"visibility": "secret",
|
|
531
|
+
"type": "string"
|
|
530
532
|
}
|
|
531
533
|
},
|
|
532
534
|
"required": [
|
|
@@ -565,6 +567,11 @@
|
|
|
565
567
|
"description": "Bitbucket app password used to authenticate requests.",
|
|
566
568
|
"visibility": "secret",
|
|
567
569
|
"type": "string"
|
|
570
|
+
},
|
|
571
|
+
"commitSigningKey": {
|
|
572
|
+
"description": "PGP signing key for signing commits.",
|
|
573
|
+
"visibility": "secret",
|
|
574
|
+
"type": "string"
|
|
568
575
|
}
|
|
569
576
|
},
|
|
570
577
|
"required": [
|
|
@@ -587,6 +594,11 @@
|
|
|
587
594
|
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
588
595
|
"visibility": "secret",
|
|
589
596
|
"type": "string"
|
|
597
|
+
},
|
|
598
|
+
"commitSigningKey": {
|
|
599
|
+
"description": "PGP signing key for signing commits.",
|
|
600
|
+
"visibility": "secret",
|
|
601
|
+
"type": "string"
|
|
590
602
|
}
|
|
591
603
|
},
|
|
592
604
|
"required": [
|
|
@@ -625,6 +637,11 @@
|
|
|
625
637
|
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
626
638
|
"visibility": "frontend",
|
|
627
639
|
"type": "string"
|
|
640
|
+
},
|
|
641
|
+
"commitSigningKey": {
|
|
642
|
+
"description": "PGP signing key for signing commits.",
|
|
643
|
+
"visibility": "secret",
|
|
644
|
+
"type": "string"
|
|
628
645
|
}
|
|
629
646
|
},
|
|
630
647
|
"required": [
|
|
@@ -667,6 +684,11 @@
|
|
|
667
684
|
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
668
685
|
"visibility": "secret",
|
|
669
686
|
"type": "string"
|
|
687
|
+
},
|
|
688
|
+
"commitSigningKey": {
|
|
689
|
+
"description": "PGP signing key for signing commits.",
|
|
690
|
+
"visibility": "secret",
|
|
691
|
+
"type": "string"
|
|
670
692
|
}
|
|
671
693
|
},
|
|
672
694
|
"required": [
|
|
@@ -781,6 +803,11 @@
|
|
|
781
803
|
"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}.",
|
|
782
804
|
"visibility": "frontend",
|
|
783
805
|
"type": "string"
|
|
806
|
+
},
|
|
807
|
+
"commitSigningKey": {
|
|
808
|
+
"description": "PGP signing key for signing commits.",
|
|
809
|
+
"visibility": "secret",
|
|
810
|
+
"type": "string"
|
|
784
811
|
}
|
|
785
812
|
},
|
|
786
813
|
"required": [
|
|
@@ -864,6 +891,11 @@
|
|
|
864
891
|
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
865
892
|
"visibility": "secret",
|
|
866
893
|
"type": "string"
|
|
894
|
+
},
|
|
895
|
+
"commitSigningKey": {
|
|
896
|
+
"description": "PGP signing key for signing commits.",
|
|
897
|
+
"visibility": "secret",
|
|
898
|
+
"type": "string"
|
|
867
899
|
}
|
|
868
900
|
},
|
|
869
901
|
"required": [
|
|
@@ -1485,6 +1517,236 @@
|
|
|
1485
1517
|
},
|
|
1486
1518
|
"packageName": "@backstage/core-components"
|
|
1487
1519
|
},
|
|
1520
|
+
{
|
|
1521
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1522
|
+
"value": {
|
|
1523
|
+
"type": "object",
|
|
1524
|
+
"properties": {
|
|
1525
|
+
"app": {
|
|
1526
|
+
"description": "Generic frontend configuration.",
|
|
1527
|
+
"type": "object",
|
|
1528
|
+
"properties": {
|
|
1529
|
+
"baseUrl": {
|
|
1530
|
+
"description": "The public absolute root URL that the frontend.",
|
|
1531
|
+
"visibility": "frontend",
|
|
1532
|
+
"type": "string"
|
|
1533
|
+
},
|
|
1534
|
+
"title": {
|
|
1535
|
+
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1536
|
+
"visibility": "frontend",
|
|
1537
|
+
"type": "string"
|
|
1538
|
+
},
|
|
1539
|
+
"support": {
|
|
1540
|
+
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1541
|
+
"type": "object",
|
|
1542
|
+
"properties": {
|
|
1543
|
+
"url": {
|
|
1544
|
+
"description": "The primary support url.",
|
|
1545
|
+
"visibility": "frontend",
|
|
1546
|
+
"type": "string"
|
|
1547
|
+
},
|
|
1548
|
+
"items": {
|
|
1549
|
+
"description": "A list of categorized support item groupings.",
|
|
1550
|
+
"type": "array",
|
|
1551
|
+
"items": {
|
|
1552
|
+
"type": "object",
|
|
1553
|
+
"properties": {
|
|
1554
|
+
"title": {
|
|
1555
|
+
"description": "The title of the support item grouping.",
|
|
1556
|
+
"visibility": "frontend",
|
|
1557
|
+
"type": "string"
|
|
1558
|
+
},
|
|
1559
|
+
"icon": {
|
|
1560
|
+
"description": "An optional icon for the support item grouping.",
|
|
1561
|
+
"visibility": "frontend",
|
|
1562
|
+
"type": "string"
|
|
1563
|
+
},
|
|
1564
|
+
"links": {
|
|
1565
|
+
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1566
|
+
"type": "array",
|
|
1567
|
+
"items": {
|
|
1568
|
+
"type": "object",
|
|
1569
|
+
"properties": {
|
|
1570
|
+
"url": {
|
|
1571
|
+
"visibility": "frontend",
|
|
1572
|
+
"type": "string"
|
|
1573
|
+
},
|
|
1574
|
+
"title": {
|
|
1575
|
+
"visibility": "frontend",
|
|
1576
|
+
"type": "string"
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"required": [
|
|
1580
|
+
"url"
|
|
1581
|
+
]
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"required": [
|
|
1586
|
+
"links",
|
|
1587
|
+
"title"
|
|
1588
|
+
]
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
"required": [
|
|
1593
|
+
"items",
|
|
1594
|
+
"url"
|
|
1595
|
+
]
|
|
1596
|
+
},
|
|
1597
|
+
"routes": {
|
|
1598
|
+
"type": "object",
|
|
1599
|
+
"properties": {
|
|
1600
|
+
"bindings": {
|
|
1601
|
+
"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.",
|
|
1602
|
+
"deepVisibility": "frontend",
|
|
1603
|
+
"type": "object",
|
|
1604
|
+
"additionalProperties": {
|
|
1605
|
+
"anyOf": [
|
|
1606
|
+
{
|
|
1607
|
+
"const": false,
|
|
1608
|
+
"type": "boolean"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
}
|
|
1613
|
+
]
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"required": [
|
|
1620
|
+
"baseUrl"
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
|
+
"backend": {
|
|
1624
|
+
"description": "Generic backend configuration.",
|
|
1625
|
+
"type": "object",
|
|
1626
|
+
"properties": {
|
|
1627
|
+
"baseUrl": {
|
|
1628
|
+
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1629
|
+
"visibility": "frontend",
|
|
1630
|
+
"type": "string"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"required": [
|
|
1634
|
+
"baseUrl"
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
"organization": {
|
|
1638
|
+
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1639
|
+
"type": "object",
|
|
1640
|
+
"properties": {
|
|
1641
|
+
"name": {
|
|
1642
|
+
"description": "The name of the organization that the app belongs to.",
|
|
1643
|
+
"visibility": "frontend",
|
|
1644
|
+
"type": "string"
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
"homepage": {
|
|
1649
|
+
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1650
|
+
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1651
|
+
"type": "object",
|
|
1652
|
+
"properties": {
|
|
1653
|
+
"clocks": {
|
|
1654
|
+
"type": "array",
|
|
1655
|
+
"items": {
|
|
1656
|
+
"type": "object",
|
|
1657
|
+
"properties": {
|
|
1658
|
+
"label": {
|
|
1659
|
+
"visibility": "frontend",
|
|
1660
|
+
"type": "string"
|
|
1661
|
+
},
|
|
1662
|
+
"timezone": {
|
|
1663
|
+
"visibility": "frontend",
|
|
1664
|
+
"type": "string"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"required": [
|
|
1668
|
+
"label",
|
|
1669
|
+
"timezone"
|
|
1670
|
+
]
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
"auth": {
|
|
1676
|
+
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1677
|
+
"type": "object",
|
|
1678
|
+
"properties": {
|
|
1679
|
+
"environment": {
|
|
1680
|
+
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1681
|
+
"visibility": "frontend",
|
|
1682
|
+
"type": "string"
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"enableExperimentalRedirectFlow": {
|
|
1687
|
+
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1688
|
+
"visibility": "frontend",
|
|
1689
|
+
"type": "boolean"
|
|
1690
|
+
},
|
|
1691
|
+
"discovery": {
|
|
1692
|
+
"description": "Discovery options.",
|
|
1693
|
+
"visibility": "frontend",
|
|
1694
|
+
"type": "object",
|
|
1695
|
+
"properties": {
|
|
1696
|
+
"endpoints": {
|
|
1697
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1698
|
+
"visibility": "frontend",
|
|
1699
|
+
"type": "array",
|
|
1700
|
+
"items": {
|
|
1701
|
+
"type": "object",
|
|
1702
|
+
"properties": {
|
|
1703
|
+
"target": {
|
|
1704
|
+
"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.",
|
|
1705
|
+
"visibility": "frontend",
|
|
1706
|
+
"anyOf": [
|
|
1707
|
+
{
|
|
1708
|
+
"type": "object",
|
|
1709
|
+
"properties": {
|
|
1710
|
+
"external": {
|
|
1711
|
+
"visibility": "frontend",
|
|
1712
|
+
"type": "string"
|
|
1713
|
+
}
|
|
1714
|
+
},
|
|
1715
|
+
"required": [
|
|
1716
|
+
"external"
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"type": "string"
|
|
1721
|
+
}
|
|
1722
|
+
]
|
|
1723
|
+
},
|
|
1724
|
+
"plugins": {
|
|
1725
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
1726
|
+
"visibility": "frontend",
|
|
1727
|
+
"type": "array",
|
|
1728
|
+
"items": {
|
|
1729
|
+
"type": "string"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
"required": [
|
|
1734
|
+
"plugins",
|
|
1735
|
+
"target"
|
|
1736
|
+
]
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"required": [
|
|
1743
|
+
"app",
|
|
1744
|
+
"backend"
|
|
1745
|
+
],
|
|
1746
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1747
|
+
},
|
|
1748
|
+
"packageName": "@backstage/core-app-api"
|
|
1749
|
+
},
|
|
1488
1750
|
{
|
|
1489
1751
|
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1490
1752
|
"value": {
|
|
@@ -1512,16 +1774,462 @@
|
|
|
1512
1774
|
"visibility": "frontend",
|
|
1513
1775
|
"type": "number"
|
|
1514
1776
|
},
|
|
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"
|
|
1777
|
+
"useWorkerTimers": {
|
|
1778
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
1779
|
+
"visibility": "frontend",
|
|
1780
|
+
"type": "boolean"
|
|
1781
|
+
},
|
|
1782
|
+
"logoutIfDisconnected": {
|
|
1783
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1784
|
+
"visibility": "frontend",
|
|
1785
|
+
"type": "boolean"
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1793
|
+
},
|
|
1794
|
+
"packageName": "@backstage/core-components"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1798
|
+
"value": {
|
|
1799
|
+
"type": "object",
|
|
1800
|
+
"properties": {
|
|
1801
|
+
"integrations": {
|
|
1802
|
+
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1803
|
+
"visibility": "frontend",
|
|
1804
|
+
"type": "object",
|
|
1805
|
+
"properties": {
|
|
1806
|
+
"azure": {
|
|
1807
|
+
"description": "Integration configuration for Azure",
|
|
1808
|
+
"type": "array",
|
|
1809
|
+
"items": {
|
|
1810
|
+
"type": "object",
|
|
1811
|
+
"properties": {
|
|
1812
|
+
"host": {
|
|
1813
|
+
"description": "The hostname of the given Azure instance",
|
|
1814
|
+
"visibility": "frontend",
|
|
1815
|
+
"type": "string"
|
|
1816
|
+
},
|
|
1817
|
+
"token": {
|
|
1818
|
+
"description": "Token used to authenticate requests.",
|
|
1819
|
+
"visibility": "secret",
|
|
1820
|
+
"deprecated": "Use `credentials` instead.",
|
|
1821
|
+
"type": "string"
|
|
1822
|
+
},
|
|
1823
|
+
"credential": {
|
|
1824
|
+
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1825
|
+
"deepVisibility": "secret",
|
|
1826
|
+
"deprecated": "Use `credentials` instead.",
|
|
1827
|
+
"type": "object",
|
|
1828
|
+
"properties": {
|
|
1829
|
+
"clientId": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"clientSecret": {
|
|
1833
|
+
"type": "string"
|
|
1834
|
+
},
|
|
1835
|
+
"tenantId": {
|
|
1836
|
+
"type": "string"
|
|
1837
|
+
},
|
|
1838
|
+
"personalAccessToken": {
|
|
1839
|
+
"type": "string"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"credentials": {
|
|
1844
|
+
"description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf 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.",
|
|
1845
|
+
"deepVisibility": "secret",
|
|
1846
|
+
"type": "array",
|
|
1847
|
+
"items": {
|
|
1848
|
+
"type": "object",
|
|
1849
|
+
"properties": {
|
|
1850
|
+
"clientId": {
|
|
1851
|
+
"type": "string"
|
|
1852
|
+
},
|
|
1853
|
+
"clientSecret": {
|
|
1854
|
+
"type": "string"
|
|
1855
|
+
},
|
|
1856
|
+
"tenantId": {
|
|
1857
|
+
"type": "string"
|
|
1858
|
+
},
|
|
1859
|
+
"personalAccessToken": {
|
|
1860
|
+
"type": "string"
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
},
|
|
1866
|
+
"required": [
|
|
1867
|
+
"host"
|
|
1868
|
+
]
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
"bitbucket": {
|
|
1872
|
+
"description": "Integration configuration for Bitbucket",
|
|
1873
|
+
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1874
|
+
"type": "array",
|
|
1875
|
+
"items": {
|
|
1876
|
+
"type": "object",
|
|
1877
|
+
"properties": {
|
|
1878
|
+
"host": {
|
|
1879
|
+
"description": "The hostname of the given Bitbucket instance",
|
|
1880
|
+
"visibility": "frontend",
|
|
1881
|
+
"type": "string"
|
|
1882
|
+
},
|
|
1883
|
+
"token": {
|
|
1884
|
+
"description": "Token used to authenticate requests.",
|
|
1885
|
+
"visibility": "secret",
|
|
1886
|
+
"type": "string"
|
|
1887
|
+
},
|
|
1888
|
+
"apiBaseUrl": {
|
|
1889
|
+
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1890
|
+
"visibility": "frontend",
|
|
1891
|
+
"type": "string"
|
|
1892
|
+
},
|
|
1893
|
+
"username": {
|
|
1894
|
+
"description": "The username to use for authenticated requests.",
|
|
1895
|
+
"visibility": "secret",
|
|
1896
|
+
"type": "string"
|
|
1897
|
+
},
|
|
1898
|
+
"appPassword": {
|
|
1899
|
+
"description": "Bitbucket app password used to authenticate requests.",
|
|
1900
|
+
"visibility": "secret",
|
|
1901
|
+
"type": "string"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
"required": [
|
|
1905
|
+
"host"
|
|
1906
|
+
]
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"bitbucketCloud": {
|
|
1910
|
+
"description": "Integration configuration for Bitbucket Cloud",
|
|
1911
|
+
"type": "array",
|
|
1912
|
+
"items": {
|
|
1913
|
+
"type": "object",
|
|
1914
|
+
"properties": {
|
|
1915
|
+
"username": {
|
|
1916
|
+
"description": "The username to use for authenticated requests.",
|
|
1917
|
+
"visibility": "secret",
|
|
1918
|
+
"type": "string"
|
|
1919
|
+
},
|
|
1920
|
+
"appPassword": {
|
|
1921
|
+
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1922
|
+
"visibility": "secret",
|
|
1923
|
+
"type": "string"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
"required": [
|
|
1927
|
+
"appPassword",
|
|
1928
|
+
"username"
|
|
1929
|
+
]
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"bitbucketServer": {
|
|
1933
|
+
"description": "Integration configuration for Bitbucket Server",
|
|
1934
|
+
"type": "array",
|
|
1935
|
+
"items": {
|
|
1936
|
+
"type": "object",
|
|
1937
|
+
"properties": {
|
|
1938
|
+
"host": {
|
|
1939
|
+
"description": "The hostname of the given Bitbucket Server instance",
|
|
1940
|
+
"visibility": "frontend",
|
|
1941
|
+
"type": "string"
|
|
1942
|
+
},
|
|
1943
|
+
"token": {
|
|
1944
|
+
"description": "Token used to authenticate requests.",
|
|
1945
|
+
"visibility": "secret",
|
|
1946
|
+
"type": "string"
|
|
1947
|
+
},
|
|
1948
|
+
"username": {
|
|
1949
|
+
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1950
|
+
"visibility": "secret",
|
|
1951
|
+
"type": "string"
|
|
1952
|
+
},
|
|
1953
|
+
"password": {
|
|
1954
|
+
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1955
|
+
"visibility": "secret",
|
|
1956
|
+
"type": "string"
|
|
1957
|
+
},
|
|
1958
|
+
"apiBaseUrl": {
|
|
1959
|
+
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1960
|
+
"visibility": "frontend",
|
|
1961
|
+
"type": "string"
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
"required": [
|
|
1965
|
+
"host"
|
|
1966
|
+
]
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
"gerrit": {
|
|
1970
|
+
"description": "Integration configuration for Gerrit",
|
|
1971
|
+
"type": "array",
|
|
1972
|
+
"items": {
|
|
1973
|
+
"type": "object",
|
|
1974
|
+
"properties": {
|
|
1975
|
+
"host": {
|
|
1976
|
+
"description": "The hostname of the given Gerrit instance",
|
|
1977
|
+
"visibility": "frontend",
|
|
1978
|
+
"type": "string"
|
|
1979
|
+
},
|
|
1980
|
+
"baseUrl": {
|
|
1981
|
+
"description": "The base url for the Gerrit instance.",
|
|
1982
|
+
"visibility": "frontend",
|
|
1983
|
+
"type": "string"
|
|
1984
|
+
},
|
|
1985
|
+
"gitilesBaseUrl": {
|
|
1986
|
+
"description": "The gitiles base url.",
|
|
1987
|
+
"visibility": "frontend",
|
|
1988
|
+
"type": "string"
|
|
1989
|
+
},
|
|
1990
|
+
"cloneUrl": {
|
|
1991
|
+
"description": "The base url for cloning repos.",
|
|
1992
|
+
"visibility": "frontend",
|
|
1993
|
+
"type": "string"
|
|
1994
|
+
},
|
|
1995
|
+
"username": {
|
|
1996
|
+
"description": "The username to use for authenticated requests.",
|
|
1997
|
+
"visibility": "secret",
|
|
1998
|
+
"type": "string"
|
|
1999
|
+
},
|
|
2000
|
+
"password": {
|
|
2001
|
+
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2002
|
+
"visibility": "secret",
|
|
2003
|
+
"type": "string"
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
"required": [
|
|
2007
|
+
"gitilesBaseUrl",
|
|
2008
|
+
"host"
|
|
2009
|
+
]
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
"github": {
|
|
2013
|
+
"description": "Integration configuration for GitHub",
|
|
2014
|
+
"type": "array",
|
|
2015
|
+
"items": {
|
|
2016
|
+
"type": "object",
|
|
2017
|
+
"properties": {
|
|
2018
|
+
"host": {
|
|
2019
|
+
"description": "The hostname of the given GitHub instance",
|
|
2020
|
+
"visibility": "frontend",
|
|
2021
|
+
"type": "string"
|
|
2022
|
+
},
|
|
2023
|
+
"token": {
|
|
2024
|
+
"description": "Token used to authenticate requests.",
|
|
2025
|
+
"visibility": "secret",
|
|
2026
|
+
"type": "string"
|
|
2027
|
+
},
|
|
2028
|
+
"apiBaseUrl": {
|
|
2029
|
+
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
2030
|
+
"visibility": "frontend",
|
|
2031
|
+
"type": "string"
|
|
2032
|
+
},
|
|
2033
|
+
"rawBaseUrl": {
|
|
2034
|
+
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
2035
|
+
"visibility": "frontend",
|
|
2036
|
+
"type": "string"
|
|
2037
|
+
},
|
|
2038
|
+
"apps": {
|
|
2039
|
+
"description": "GitHub Apps configuration",
|
|
2040
|
+
"type": "array",
|
|
2041
|
+
"items": {
|
|
2042
|
+
"type": "object",
|
|
2043
|
+
"properties": {
|
|
2044
|
+
"appId": {
|
|
2045
|
+
"description": "The numeric GitHub App ID, string for environment variables",
|
|
2046
|
+
"type": [
|
|
2047
|
+
"string",
|
|
2048
|
+
"number"
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2051
|
+
"privateKey": {
|
|
2052
|
+
"description": "The private key to use for auth against the app",
|
|
2053
|
+
"visibility": "secret",
|
|
2054
|
+
"type": "string"
|
|
2055
|
+
},
|
|
2056
|
+
"webhookSecret": {
|
|
2057
|
+
"description": "The secret used for webhooks",
|
|
2058
|
+
"visibility": "secret",
|
|
2059
|
+
"type": "string"
|
|
2060
|
+
},
|
|
2061
|
+
"clientId": {
|
|
2062
|
+
"description": "The client ID to use",
|
|
2063
|
+
"type": "string"
|
|
2064
|
+
},
|
|
2065
|
+
"clientSecret": {
|
|
2066
|
+
"description": "The client secret to use",
|
|
2067
|
+
"visibility": "secret",
|
|
2068
|
+
"type": "string"
|
|
2069
|
+
},
|
|
2070
|
+
"allowedInstallationOwners": {
|
|
2071
|
+
"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",
|
|
2072
|
+
"type": "array",
|
|
2073
|
+
"items": {
|
|
2074
|
+
"type": "string"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
"required": [
|
|
2079
|
+
"appId",
|
|
2080
|
+
"clientId",
|
|
2081
|
+
"clientSecret",
|
|
2082
|
+
"privateKey",
|
|
2083
|
+
"webhookSecret"
|
|
2084
|
+
]
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
"required": [
|
|
2089
|
+
"host"
|
|
2090
|
+
]
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"gitlab": {
|
|
2094
|
+
"description": "Integration configuration for GitLab",
|
|
2095
|
+
"type": "array",
|
|
2096
|
+
"items": {
|
|
2097
|
+
"type": "object",
|
|
2098
|
+
"properties": {
|
|
2099
|
+
"host": {
|
|
2100
|
+
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
2101
|
+
"visibility": "frontend",
|
|
2102
|
+
"type": "string"
|
|
2103
|
+
},
|
|
2104
|
+
"apiBaseUrl": {
|
|
2105
|
+
"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.",
|
|
2106
|
+
"visibility": "frontend",
|
|
2107
|
+
"type": "string"
|
|
2108
|
+
},
|
|
2109
|
+
"token": {
|
|
2110
|
+
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
2111
|
+
"visibility": "secret",
|
|
2112
|
+
"type": "string"
|
|
2113
|
+
},
|
|
2114
|
+
"baseUrl": {
|
|
2115
|
+
"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}.",
|
|
2116
|
+
"visibility": "frontend",
|
|
2117
|
+
"type": "string"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
"required": [
|
|
2121
|
+
"host"
|
|
2122
|
+
]
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
"googleGcs": {
|
|
2126
|
+
"description": "Integration configuration for Google Cloud Storage",
|
|
2127
|
+
"type": "object",
|
|
2128
|
+
"properties": {
|
|
2129
|
+
"clientEmail": {
|
|
2130
|
+
"description": "Service account email used to authenticate requests.",
|
|
2131
|
+
"type": "string"
|
|
2132
|
+
},
|
|
2133
|
+
"privateKey": {
|
|
2134
|
+
"description": "Service account private key used to authenticate requests.",
|
|
2135
|
+
"visibility": "secret",
|
|
2136
|
+
"type": "string"
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
"awsS3": {
|
|
2141
|
+
"description": "Integration configuration for AWS S3 Service",
|
|
2142
|
+
"type": "array",
|
|
2143
|
+
"items": {
|
|
2144
|
+
"type": "object",
|
|
2145
|
+
"properties": {
|
|
2146
|
+
"endpoint": {
|
|
2147
|
+
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
2148
|
+
"visibility": "frontend",
|
|
2149
|
+
"type": "string"
|
|
2150
|
+
},
|
|
2151
|
+
"s3ForcePathStyle": {
|
|
2152
|
+
"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.",
|
|
2153
|
+
"visibility": "frontend",
|
|
2154
|
+
"type": "boolean"
|
|
2155
|
+
},
|
|
2156
|
+
"accessKeyId": {
|
|
2157
|
+
"description": "Account access key used to authenticate requests.",
|
|
2158
|
+
"type": "string"
|
|
2159
|
+
},
|
|
2160
|
+
"secretAccessKey": {
|
|
2161
|
+
"description": "Account secret key used to authenticate requests.",
|
|
2162
|
+
"visibility": "secret",
|
|
2163
|
+
"type": "string"
|
|
2164
|
+
},
|
|
2165
|
+
"roleArn": {
|
|
2166
|
+
"description": "ARN of the role to be assumed",
|
|
2167
|
+
"type": "string"
|
|
2168
|
+
},
|
|
2169
|
+
"externalId": {
|
|
2170
|
+
"description": "External ID to use when assuming role",
|
|
2171
|
+
"type": "string"
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
"gitea": {
|
|
2177
|
+
"description": "Integration configuration for Gitea",
|
|
2178
|
+
"type": "array",
|
|
2179
|
+
"items": {
|
|
2180
|
+
"type": "object",
|
|
2181
|
+
"properties": {
|
|
2182
|
+
"host": {
|
|
2183
|
+
"description": "The hostname of the given Gitea instance",
|
|
2184
|
+
"visibility": "frontend",
|
|
2185
|
+
"type": "string"
|
|
2186
|
+
},
|
|
2187
|
+
"baseUrl": {
|
|
2188
|
+
"description": "The base url for the Gitea instance.",
|
|
2189
|
+
"visibility": "frontend",
|
|
2190
|
+
"type": "string"
|
|
2191
|
+
},
|
|
2192
|
+
"username": {
|
|
2193
|
+
"description": "The username to use for authenticated requests.",
|
|
2194
|
+
"visibility": "secret",
|
|
2195
|
+
"type": "string"
|
|
2196
|
+
},
|
|
2197
|
+
"password": {
|
|
2198
|
+
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2199
|
+
"visibility": "secret",
|
|
2200
|
+
"type": "string"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
"required": [
|
|
2204
|
+
"host"
|
|
2205
|
+
]
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
"harness": {
|
|
2209
|
+
"description": "Integration configuration for Harness Code",
|
|
2210
|
+
"type": "array",
|
|
2211
|
+
"items": {
|
|
2212
|
+
"type": "object",
|
|
2213
|
+
"properties": {
|
|
2214
|
+
"host": {
|
|
2215
|
+
"description": "The hostname of the given Harness Code instance",
|
|
2216
|
+
"visibility": "frontend",
|
|
2217
|
+
"type": "string"
|
|
2218
|
+
},
|
|
2219
|
+
"apiKey": {
|
|
2220
|
+
"description": "The apikey to use for authenticated requests.",
|
|
2221
|
+
"visibility": "secret",
|
|
2222
|
+
"type": "string"
|
|
2223
|
+
},
|
|
2224
|
+
"token": {
|
|
2225
|
+
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
2226
|
+
"visibility": "secret",
|
|
2227
|
+
"type": "string"
|
|
2228
|
+
}
|
|
1519
2229
|
},
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1522
|
-
|
|
1523
|
-
"type": "boolean"
|
|
1524
|
-
}
|
|
2230
|
+
"required": [
|
|
2231
|
+
"host"
|
|
2232
|
+
]
|
|
1525
2233
|
}
|
|
1526
2234
|
}
|
|
1527
2235
|
}
|
|
@@ -1529,7 +2237,7 @@
|
|
|
1529
2237
|
},
|
|
1530
2238
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1531
2239
|
},
|
|
1532
|
-
"packageName": "@backstage/
|
|
2240
|
+
"packageName": "@backstage/integration"
|
|
1533
2241
|
},
|
|
1534
2242
|
{
|
|
1535
2243
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -2484,11 +3192,7 @@
|
|
|
2484
3192
|
"external": {
|
|
2485
3193
|
"type": "string"
|
|
2486
3194
|
}
|
|
2487
|
-
}
|
|
2488
|
-
"required": [
|
|
2489
|
-
"external",
|
|
2490
|
-
"internal"
|
|
2491
|
-
]
|
|
3195
|
+
}
|
|
2492
3196
|
},
|
|
2493
3197
|
{
|
|
2494
3198
|
"type": "string"
|
|
@@ -2880,7 +3584,7 @@
|
|
|
2880
3584
|
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
2881
3585
|
},
|
|
2882
3586
|
{
|
|
2883
|
-
"path": "../../plugins/auth-backend-module-
|
|
3587
|
+
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
2884
3588
|
"value": {
|
|
2885
3589
|
"type": "object",
|
|
2886
3590
|
"properties": {
|
|
@@ -2890,36 +3594,16 @@
|
|
|
2890
3594
|
"providers": {
|
|
2891
3595
|
"type": "object",
|
|
2892
3596
|
"properties": {
|
|
2893
|
-
"
|
|
2894
|
-
"
|
|
3597
|
+
"gcpIap": {
|
|
3598
|
+
"description": "Configuration for the Google Cloud Platform Identity-Aware Proxy (IAP) auth provider.",
|
|
2895
3599
|
"type": "object",
|
|
2896
3600
|
"properties": {
|
|
2897
|
-
"
|
|
2898
|
-
"
|
|
2899
|
-
},
|
|
2900
|
-
"serviceTokens": {
|
|
2901
|
-
"deepVisibility": "secret",
|
|
2902
|
-
"type": "array",
|
|
2903
|
-
"items": {
|
|
2904
|
-
"type": "object",
|
|
2905
|
-
"properties": {
|
|
2906
|
-
"token": {
|
|
2907
|
-
"type": "string"
|
|
2908
|
-
},
|
|
2909
|
-
"subject": {
|
|
2910
|
-
"type": "string"
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
"required": [
|
|
2914
|
-
"subject",
|
|
2915
|
-
"token"
|
|
2916
|
-
]
|
|
2917
|
-
}
|
|
2918
|
-
},
|
|
2919
|
-
"jwtHeaderName": {
|
|
3601
|
+
"audience": {
|
|
3602
|
+
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
2920
3603
|
"type": "string"
|
|
2921
3604
|
},
|
|
2922
|
-
"
|
|
3605
|
+
"jwtHeader": {
|
|
3606
|
+
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
2923
3607
|
"type": "string"
|
|
2924
3608
|
},
|
|
2925
3609
|
"signIn": {
|
|
@@ -2929,6 +3613,30 @@
|
|
|
2929
3613
|
"type": "array",
|
|
2930
3614
|
"items": {
|
|
2931
3615
|
"anyOf": [
|
|
3616
|
+
{
|
|
3617
|
+
"type": "object",
|
|
3618
|
+
"properties": {
|
|
3619
|
+
"resolver": {
|
|
3620
|
+
"type": "string",
|
|
3621
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3622
|
+
}
|
|
3623
|
+
},
|
|
3624
|
+
"required": [
|
|
3625
|
+
"resolver"
|
|
3626
|
+
]
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"type": "object",
|
|
3630
|
+
"properties": {
|
|
3631
|
+
"resolver": {
|
|
3632
|
+
"type": "string",
|
|
3633
|
+
"const": "idMatchingUserEntityAnnotation"
|
|
3634
|
+
}
|
|
3635
|
+
},
|
|
3636
|
+
"required": [
|
|
3637
|
+
"resolver"
|
|
3638
|
+
]
|
|
3639
|
+
},
|
|
2932
3640
|
{
|
|
2933
3641
|
"type": "object",
|
|
2934
3642
|
"properties": {
|
|
@@ -2966,16 +3674,13 @@
|
|
|
2966
3674
|
"required": [
|
|
2967
3675
|
"resolvers"
|
|
2968
3676
|
]
|
|
2969
|
-
}
|
|
3677
|
+
},
|
|
3678
|
+
"sessionDuration": {}
|
|
2970
3679
|
},
|
|
2971
3680
|
"required": [
|
|
2972
|
-
"
|
|
3681
|
+
"audience"
|
|
2973
3682
|
]
|
|
2974
|
-
}
|
|
2975
|
-
"backstageTokenExpiration": {
|
|
2976
|
-
"description": "The backstage token expiration."
|
|
2977
|
-
},
|
|
2978
|
-
"sessionDuration": {}
|
|
3683
|
+
}
|
|
2979
3684
|
}
|
|
2980
3685
|
}
|
|
2981
3686
|
}
|
|
@@ -2983,10 +3688,10 @@
|
|
|
2983
3688
|
},
|
|
2984
3689
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2985
3690
|
},
|
|
2986
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3691
|
+
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
2987
3692
|
},
|
|
2988
3693
|
{
|
|
2989
|
-
"path": "../../plugins/auth-backend-module-
|
|
3694
|
+
"path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
|
|
2990
3695
|
"value": {
|
|
2991
3696
|
"type": "object",
|
|
2992
3697
|
"properties": {
|
|
@@ -2996,16 +3701,36 @@
|
|
|
2996
3701
|
"providers": {
|
|
2997
3702
|
"type": "object",
|
|
2998
3703
|
"properties": {
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
3704
|
+
"cfaccess": {
|
|
3705
|
+
"visibility": "frontend",
|
|
3001
3706
|
"type": "object",
|
|
3002
3707
|
"properties": {
|
|
3003
|
-
"
|
|
3004
|
-
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
3708
|
+
"teamName": {
|
|
3005
3709
|
"type": "string"
|
|
3006
3710
|
},
|
|
3007
|
-
"
|
|
3008
|
-
"
|
|
3711
|
+
"serviceTokens": {
|
|
3712
|
+
"deepVisibility": "secret",
|
|
3713
|
+
"type": "array",
|
|
3714
|
+
"items": {
|
|
3715
|
+
"type": "object",
|
|
3716
|
+
"properties": {
|
|
3717
|
+
"token": {
|
|
3718
|
+
"type": "string"
|
|
3719
|
+
},
|
|
3720
|
+
"subject": {
|
|
3721
|
+
"type": "string"
|
|
3722
|
+
}
|
|
3723
|
+
},
|
|
3724
|
+
"required": [
|
|
3725
|
+
"subject",
|
|
3726
|
+
"token"
|
|
3727
|
+
]
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
"jwtHeaderName": {
|
|
3731
|
+
"type": "string"
|
|
3732
|
+
},
|
|
3733
|
+
"authorizationCookieName": {
|
|
3009
3734
|
"type": "string"
|
|
3010
3735
|
},
|
|
3011
3736
|
"signIn": {
|
|
@@ -3015,30 +3740,6 @@
|
|
|
3015
3740
|
"type": "array",
|
|
3016
3741
|
"items": {
|
|
3017
3742
|
"anyOf": [
|
|
3018
|
-
{
|
|
3019
|
-
"type": "object",
|
|
3020
|
-
"properties": {
|
|
3021
|
-
"resolver": {
|
|
3022
|
-
"type": "string",
|
|
3023
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
3024
|
-
}
|
|
3025
|
-
},
|
|
3026
|
-
"required": [
|
|
3027
|
-
"resolver"
|
|
3028
|
-
]
|
|
3029
|
-
},
|
|
3030
|
-
{
|
|
3031
|
-
"type": "object",
|
|
3032
|
-
"properties": {
|
|
3033
|
-
"resolver": {
|
|
3034
|
-
"type": "string",
|
|
3035
|
-
"const": "idMatchingUserEntityAnnotation"
|
|
3036
|
-
}
|
|
3037
|
-
},
|
|
3038
|
-
"required": [
|
|
3039
|
-
"resolver"
|
|
3040
|
-
]
|
|
3041
|
-
},
|
|
3042
3743
|
{
|
|
3043
3744
|
"type": "object",
|
|
3044
3745
|
"properties": {
|
|
@@ -3076,13 +3777,16 @@
|
|
|
3076
3777
|
"required": [
|
|
3077
3778
|
"resolvers"
|
|
3078
3779
|
]
|
|
3079
|
-
}
|
|
3080
|
-
"sessionDuration": {}
|
|
3780
|
+
}
|
|
3081
3781
|
},
|
|
3082
3782
|
"required": [
|
|
3083
|
-
"
|
|
3783
|
+
"teamName"
|
|
3084
3784
|
]
|
|
3085
|
-
}
|
|
3785
|
+
},
|
|
3786
|
+
"backstageTokenExpiration": {
|
|
3787
|
+
"description": "The backstage token expiration."
|
|
3788
|
+
},
|
|
3789
|
+
"sessionDuration": {}
|
|
3086
3790
|
}
|
|
3087
3791
|
}
|
|
3088
3792
|
}
|
|
@@ -3090,7 +3794,7 @@
|
|
|
3090
3794
|
},
|
|
3091
3795
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3092
3796
|
},
|
|
3093
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3797
|
+
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
3094
3798
|
},
|
|
3095
3799
|
{
|
|
3096
3800
|
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
@@ -4049,6 +4753,52 @@
|
|
|
4049
4753
|
},
|
|
4050
4754
|
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4051
4755
|
},
|
|
4756
|
+
{
|
|
4757
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4758
|
+
"value": {
|
|
4759
|
+
"type": "object",
|
|
4760
|
+
"properties": {
|
|
4761
|
+
"auth": {
|
|
4762
|
+
"type": "object",
|
|
4763
|
+
"properties": {
|
|
4764
|
+
"autologout": {
|
|
4765
|
+
"description": "Autologout feature configuration",
|
|
4766
|
+
"type": "object",
|
|
4767
|
+
"properties": {
|
|
4768
|
+
"enabled": {
|
|
4769
|
+
"description": "Enable or disable the autologout feature",
|
|
4770
|
+
"visibility": "frontend",
|
|
4771
|
+
"type": "boolean"
|
|
4772
|
+
},
|
|
4773
|
+
"idleTimeoutMinutes": {
|
|
4774
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4775
|
+
"visibility": "frontend",
|
|
4776
|
+
"type": "number"
|
|
4777
|
+
},
|
|
4778
|
+
"promptBeforeIdleSeconds": {
|
|
4779
|
+
"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.",
|
|
4780
|
+
"visibility": "frontend",
|
|
4781
|
+
"type": "number"
|
|
4782
|
+
},
|
|
4783
|
+
"useWorkerTimers": {
|
|
4784
|
+
"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.",
|
|
4785
|
+
"visibility": "frontend",
|
|
4786
|
+
"type": "boolean"
|
|
4787
|
+
},
|
|
4788
|
+
"logoutIfDisconnected": {
|
|
4789
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4790
|
+
"visibility": "frontend",
|
|
4791
|
+
"type": "boolean"
|
|
4792
|
+
}
|
|
4793
|
+
}
|
|
4794
|
+
}
|
|
4795
|
+
}
|
|
4796
|
+
}
|
|
4797
|
+
},
|
|
4798
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4799
|
+
},
|
|
4800
|
+
"packageName": "@backstage/core-components"
|
|
4801
|
+
},
|
|
4052
4802
|
{
|
|
4053
4803
|
"path": "../integration-aws-node/config.d.ts",
|
|
4054
4804
|
"value": {
|