@techdocs/cli 1.8.24-next.0 → 1.8.24-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 +1249 -1039
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/124.c9dccb21.chunk.js +6 -0
- package/dist/embedded-app/static/124.c9dccb21.chunk.js.map +1 -0
- package/dist/embedded-app/static/{2177.b7e2fc73.chunk.js → 2177.ccfa8e42.chunk.js} +2 -2
- package/dist/embedded-app/static/2177.ccfa8e42.chunk.js.map +1 -0
- package/dist/embedded-app/static/2401.73c0abd9.chunk.js +6 -0
- package/dist/embedded-app/static/2401.73c0abd9.chunk.js.map +1 -0
- package/dist/embedded-app/static/2420.f4515d6b.chunk.js +6 -0
- package/dist/embedded-app/static/2420.f4515d6b.chunk.js.map +1 -0
- package/dist/embedded-app/static/287.93e12210.chunk.js +6 -0
- package/dist/embedded-app/static/{124.bf989b54.chunk.js.map → 287.93e12210.chunk.js.map} +1 -1
- package/dist/embedded-app/static/3632.e83e9e79.chunk.js +6 -0
- package/dist/embedded-app/static/3632.e83e9e79.chunk.js.map +1 -0
- package/dist/embedded-app/static/6271.e3f614f0.chunk.js +6 -0
- package/dist/embedded-app/static/{8384.a571926d.chunk.js.map → 6271.e3f614f0.chunk.js.map} +1 -1
- package/dist/embedded-app/static/6415.dd062904.chunk.js +6 -0
- package/dist/embedded-app/static/6415.dd062904.chunk.js.map +1 -0
- package/dist/embedded-app/static/8384.34bb2920.chunk.js +6 -0
- package/dist/embedded-app/static/8384.34bb2920.chunk.js.map +1 -0
- package/dist/embedded-app/static/{8803.5b4b94d4.chunk.js → 8803.428ea2da.chunk.js} +2 -2
- package/dist/embedded-app/static/{8803.5b4b94d4.chunk.js.map → 8803.428ea2da.chunk.js.map} +1 -1
- package/dist/embedded-app/static/9652.87ca2ab5.chunk.js +6 -0
- package/dist/embedded-app/static/{6271.2f62fb0b.chunk.js.map → 9652.87ca2ab5.chunk.js.map} +1 -1
- package/dist/embedded-app/static/main.379a4fa3.js +553 -0
- package/dist/embedded-app/static/main.379a4fa3.js.map +1 -0
- package/dist/embedded-app/static/module-mui.f702282a.js +3 -0
- package/dist/embedded-app/static/module-mui.f702282a.js.map +1 -0
- package/dist/embedded-app/static/{runtime.e6c05760.js → runtime.379a4fa3.js} +2 -2
- package/dist/embedded-app/static/{runtime.e6c05760.js.map → runtime.379a4fa3.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.e6c05760.js → vendor.379a4fa3.js} +44 -44
- package/dist/embedded-app/static/vendor.379a4fa3.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +6 -6
- package/dist/embedded-app/static/124.bf989b54.chunk.js +0 -6
- package/dist/embedded-app/static/2177.b7e2fc73.chunk.js.map +0 -1
- package/dist/embedded-app/static/2401.1dc679e2.chunk.js +0 -6
- package/dist/embedded-app/static/2401.1dc679e2.chunk.js.map +0 -1
- package/dist/embedded-app/static/2420.c2c4fb34.chunk.js +0 -6
- package/dist/embedded-app/static/2420.c2c4fb34.chunk.js.map +0 -1
- package/dist/embedded-app/static/287.2ab77cb3.chunk.js +0 -6
- package/dist/embedded-app/static/287.2ab77cb3.chunk.js.map +0 -1
- package/dist/embedded-app/static/3632.de80939d.chunk.js +0 -6
- package/dist/embedded-app/static/3632.de80939d.chunk.js.map +0 -1
- package/dist/embedded-app/static/6271.2f62fb0b.chunk.js +0 -6
- package/dist/embedded-app/static/6415.3b0fd3d0.chunk.js +0 -6
- package/dist/embedded-app/static/6415.3b0fd3d0.chunk.js.map +0 -1
- package/dist/embedded-app/static/8384.a571926d.chunk.js +0 -6
- package/dist/embedded-app/static/9652.62cbe616.chunk.js +0 -6
- package/dist/embedded-app/static/9652.62cbe616.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.e6c05760.js +0 -553
- package/dist/embedded-app/static/main.e6c05760.js.map +0 -1
- package/dist/embedded-app/static/module-mui.f5e57c92.js +0 -3
- package/dist/embedded-app/static/module-mui.f5e57c92.js.map +0 -1
- package/dist/embedded-app/static/vendor.e6c05760.js.map +0 -1
|
@@ -1077,6 +1077,21 @@
|
|
|
1077
1077
|
"visibility": "frontend",
|
|
1078
1078
|
"type": "string"
|
|
1079
1079
|
},
|
|
1080
|
+
"display": {
|
|
1081
|
+
"type": "object",
|
|
1082
|
+
"properties": {
|
|
1083
|
+
"reviewer": {
|
|
1084
|
+
"description": "Whether to display the reviewer column in the score card table.",
|
|
1085
|
+
"visibility": "frontend",
|
|
1086
|
+
"type": "string"
|
|
1087
|
+
},
|
|
1088
|
+
"reviewDate": {
|
|
1089
|
+
"description": "Whether to display the review date column in the score card table.",
|
|
1090
|
+
"visibility": "frontend",
|
|
1091
|
+
"type": "string"
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1080
1095
|
"wikiLinkTemplate": {
|
|
1081
1096
|
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
1082
1097
|
"visibility": "frontend",
|
|
@@ -1731,272 +1746,728 @@
|
|
|
1731
1746
|
}
|
|
1732
1747
|
},
|
|
1733
1748
|
{
|
|
1734
|
-
"path": "
|
|
1749
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1735
1750
|
"value": {
|
|
1736
1751
|
"type": "object",
|
|
1737
1752
|
"properties": {
|
|
1738
|
-
"
|
|
1753
|
+
"integrations": {
|
|
1754
|
+
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1755
|
+
"visibility": "frontend",
|
|
1739
1756
|
"type": "object",
|
|
1740
1757
|
"properties": {
|
|
1741
|
-
"
|
|
1742
|
-
"description": "
|
|
1743
|
-
"
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1758
|
+
"azure": {
|
|
1759
|
+
"description": "Integration configuration for Azure",
|
|
1760
|
+
"type": "array",
|
|
1761
|
+
"items": {
|
|
1762
|
+
"type": "object",
|
|
1763
|
+
"properties": {
|
|
1764
|
+
"host": {
|
|
1765
|
+
"description": "The hostname of the given Azure instance",
|
|
1766
|
+
"visibility": "frontend",
|
|
1767
|
+
"type": "string"
|
|
1768
|
+
},
|
|
1769
|
+
"token": {
|
|
1770
|
+
"description": "Token used to authenticate requests.",
|
|
1771
|
+
"visibility": "secret",
|
|
1772
|
+
"deprecated": "Use `credentials` instead.",
|
|
1773
|
+
"type": "string"
|
|
1774
|
+
},
|
|
1775
|
+
"credential": {
|
|
1776
|
+
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1777
|
+
"deepVisibility": "secret",
|
|
1778
|
+
"deprecated": "Use `credentials` instead.",
|
|
1779
|
+
"type": "object",
|
|
1780
|
+
"properties": {
|
|
1781
|
+
"clientId": {
|
|
1750
1782
|
"type": "string"
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
"
|
|
1783
|
+
},
|
|
1784
|
+
"clientSecret": {
|
|
1785
|
+
"type": "string"
|
|
1786
|
+
},
|
|
1787
|
+
"tenantId": {
|
|
1788
|
+
"type": "string"
|
|
1789
|
+
},
|
|
1790
|
+
"personalAccessToken": {
|
|
1756
1791
|
"type": "string"
|
|
1757
1792
|
}
|
|
1758
1793
|
}
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
]
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"path": "../backend-defaults/config.d.ts",
|
|
1775
|
-
"value": {
|
|
1776
|
-
"type": "object",
|
|
1777
|
-
"properties": {
|
|
1778
|
-
"app": {
|
|
1779
|
-
"type": "object",
|
|
1780
|
-
"properties": {
|
|
1781
|
-
"baseUrl": {
|
|
1782
|
-
"type": "string"
|
|
1783
|
-
}
|
|
1784
|
-
},
|
|
1785
|
-
"required": [
|
|
1786
|
-
"baseUrl"
|
|
1787
|
-
]
|
|
1788
|
-
},
|
|
1789
|
-
"backend": {
|
|
1790
|
-
"type": "object",
|
|
1791
|
-
"properties": {
|
|
1792
|
-
"baseUrl": {
|
|
1793
|
-
"description": "The full base URL of the backend, as seen from the browser's point of\nview as it makes calls to the backend.",
|
|
1794
|
-
"type": "string"
|
|
1795
|
-
},
|
|
1796
|
-
"listen": {
|
|
1797
|
-
"description": "Address that the backend should listen to.",
|
|
1798
|
-
"anyOf": [
|
|
1799
|
-
{
|
|
1800
|
-
"type": "object",
|
|
1801
|
-
"properties": {
|
|
1802
|
-
"host": {
|
|
1803
|
-
"description": "Address of the interface that the backend should bind to.",
|
|
1804
|
-
"type": "string"
|
|
1805
|
-
},
|
|
1806
|
-
"port": {
|
|
1807
|
-
"description": "Port that the backend should listen to.",
|
|
1808
|
-
"type": [
|
|
1809
|
-
"string",
|
|
1810
|
-
"number"
|
|
1811
|
-
]
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"type": "string"
|
|
1817
|
-
}
|
|
1818
|
-
]
|
|
1819
|
-
},
|
|
1820
|
-
"https": {
|
|
1821
|
-
"description": "HTTPS configuration for the backend. If omitted the backend will serve HTTP.\n\nSetting this to `true` will cause self-signed certificates to be generated, which\ncan be useful for local development or other non-production scenarios.",
|
|
1822
|
-
"anyOf": [
|
|
1823
|
-
{
|
|
1824
|
-
"type": "object",
|
|
1825
|
-
"properties": {
|
|
1826
|
-
"certificate": {
|
|
1827
|
-
"description": "Certificate configuration",
|
|
1794
|
+
},
|
|
1795
|
+
"credentials": {
|
|
1796
|
+
"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.",
|
|
1797
|
+
"deepVisibility": "secret",
|
|
1798
|
+
"type": "array",
|
|
1799
|
+
"items": {
|
|
1828
1800
|
"type": "object",
|
|
1829
1801
|
"properties": {
|
|
1830
|
-
"
|
|
1831
|
-
"description": "PEM encoded certificate. Use $file to load in a file",
|
|
1802
|
+
"clientId": {
|
|
1832
1803
|
"type": "string"
|
|
1833
1804
|
},
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1836
|
-
|
|
1805
|
+
"clientSecret": {
|
|
1806
|
+
"type": "string"
|
|
1807
|
+
},
|
|
1808
|
+
"tenantId": {
|
|
1809
|
+
"type": "string"
|
|
1810
|
+
},
|
|
1811
|
+
"personalAccessToken": {
|
|
1837
1812
|
"type": "string"
|
|
1838
1813
|
}
|
|
1839
|
-
}
|
|
1840
|
-
"required": [
|
|
1841
|
-
"cert",
|
|
1842
|
-
"key"
|
|
1843
|
-
]
|
|
1814
|
+
}
|
|
1844
1815
|
}
|
|
1845
1816
|
}
|
|
1846
1817
|
},
|
|
1847
|
-
|
|
1848
|
-
"
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
]
|
|
1818
|
+
"required": [
|
|
1819
|
+
"host"
|
|
1820
|
+
]
|
|
1821
|
+
}
|
|
1852
1822
|
},
|
|
1853
|
-
"
|
|
1854
|
-
"description": "
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1823
|
+
"bitbucket": {
|
|
1824
|
+
"description": "Integration configuration for Bitbucket",
|
|
1825
|
+
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1826
|
+
"type": "array",
|
|
1827
|
+
"items": {
|
|
1828
|
+
"type": "object",
|
|
1829
|
+
"properties": {
|
|
1830
|
+
"host": {
|
|
1831
|
+
"description": "The hostname of the given Bitbucket instance",
|
|
1832
|
+
"visibility": "frontend",
|
|
1833
|
+
"type": "string"
|
|
1834
|
+
},
|
|
1835
|
+
"token": {
|
|
1836
|
+
"description": "Token used to authenticate requests.",
|
|
1837
|
+
"visibility": "secret",
|
|
1838
|
+
"type": "string"
|
|
1839
|
+
},
|
|
1840
|
+
"apiBaseUrl": {
|
|
1841
|
+
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1842
|
+
"visibility": "frontend",
|
|
1843
|
+
"type": "string"
|
|
1844
|
+
},
|
|
1845
|
+
"username": {
|
|
1846
|
+
"description": "The username to use for authenticated requests.",
|
|
1847
|
+
"visibility": "secret",
|
|
1848
|
+
"type": "string"
|
|
1849
|
+
},
|
|
1850
|
+
"appPassword": {
|
|
1851
|
+
"description": "Bitbucket app password used to authenticate requests.",
|
|
1852
|
+
"visibility": "secret",
|
|
1853
|
+
"type": "string"
|
|
1854
|
+
}
|
|
1860
1855
|
},
|
|
1861
|
-
"
|
|
1862
|
-
"
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1856
|
+
"required": [
|
|
1857
|
+
"host"
|
|
1858
|
+
]
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
"bitbucketCloud": {
|
|
1862
|
+
"description": "Integration configuration for Bitbucket Cloud",
|
|
1863
|
+
"type": "array",
|
|
1864
|
+
"items": {
|
|
1865
|
+
"type": "object",
|
|
1866
|
+
"properties": {
|
|
1867
|
+
"username": {
|
|
1868
|
+
"description": "The username to use for authenticated requests.",
|
|
1869
|
+
"visibility": "secret",
|
|
1870
|
+
"type": "string"
|
|
1871
|
+
},
|
|
1872
|
+
"appPassword": {
|
|
1873
|
+
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1874
|
+
"visibility": "secret",
|
|
1875
|
+
"type": "string"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"required": [
|
|
1879
|
+
"appPassword",
|
|
1880
|
+
"username"
|
|
1881
|
+
]
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
"bitbucketServer": {
|
|
1885
|
+
"description": "Integration configuration for Bitbucket Server",
|
|
1886
|
+
"type": "array",
|
|
1887
|
+
"items": {
|
|
1888
|
+
"type": "object",
|
|
1889
|
+
"properties": {
|
|
1890
|
+
"host": {
|
|
1891
|
+
"description": "The hostname of the given Bitbucket Server instance",
|
|
1892
|
+
"visibility": "frontend",
|
|
1893
|
+
"type": "string"
|
|
1894
|
+
},
|
|
1895
|
+
"token": {
|
|
1896
|
+
"description": "Token used to authenticate requests.",
|
|
1897
|
+
"visibility": "secret",
|
|
1898
|
+
"type": "string"
|
|
1899
|
+
},
|
|
1900
|
+
"username": {
|
|
1901
|
+
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1902
|
+
"visibility": "secret",
|
|
1903
|
+
"type": "string"
|
|
1904
|
+
},
|
|
1905
|
+
"password": {
|
|
1906
|
+
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1907
|
+
"visibility": "secret",
|
|
1908
|
+
"type": "string"
|
|
1909
|
+
},
|
|
1910
|
+
"apiBaseUrl": {
|
|
1911
|
+
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1912
|
+
"visibility": "frontend",
|
|
1913
|
+
"type": "string"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
"required": [
|
|
1917
|
+
"host"
|
|
1918
|
+
]
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
"gerrit": {
|
|
1922
|
+
"description": "Integration configuration for Gerrit",
|
|
1923
|
+
"type": "array",
|
|
1924
|
+
"items": {
|
|
1925
|
+
"type": "object",
|
|
1926
|
+
"properties": {
|
|
1927
|
+
"host": {
|
|
1928
|
+
"description": "The hostname of the given Gerrit instance",
|
|
1929
|
+
"visibility": "frontend",
|
|
1930
|
+
"type": "string"
|
|
1931
|
+
},
|
|
1932
|
+
"baseUrl": {
|
|
1933
|
+
"description": "The base url for the Gerrit instance.",
|
|
1934
|
+
"visibility": "frontend",
|
|
1935
|
+
"type": "string"
|
|
1936
|
+
},
|
|
1937
|
+
"gitilesBaseUrl": {
|
|
1938
|
+
"description": "The gitiles base url.",
|
|
1939
|
+
"visibility": "frontend",
|
|
1940
|
+
"type": "string"
|
|
1941
|
+
},
|
|
1942
|
+
"cloneUrl": {
|
|
1943
|
+
"description": "The base url for cloning repos.",
|
|
1944
|
+
"visibility": "frontend",
|
|
1945
|
+
"type": "string"
|
|
1946
|
+
},
|
|
1947
|
+
"username": {
|
|
1948
|
+
"description": "The username to use for authenticated requests.",
|
|
1949
|
+
"visibility": "secret",
|
|
1950
|
+
"type": "string"
|
|
1951
|
+
},
|
|
1952
|
+
"password": {
|
|
1953
|
+
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
1954
|
+
"visibility": "secret",
|
|
1955
|
+
"type": "string"
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
"required": [
|
|
1959
|
+
"gitilesBaseUrl",
|
|
1960
|
+
"host"
|
|
1961
|
+
]
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
"github": {
|
|
1965
|
+
"description": "Integration configuration for GitHub",
|
|
1966
|
+
"type": "array",
|
|
1967
|
+
"items": {
|
|
1968
|
+
"type": "object",
|
|
1969
|
+
"properties": {
|
|
1970
|
+
"host": {
|
|
1971
|
+
"description": "The hostname of the given GitHub instance",
|
|
1972
|
+
"visibility": "frontend",
|
|
1973
|
+
"type": "string"
|
|
1974
|
+
},
|
|
1975
|
+
"token": {
|
|
1976
|
+
"description": "Token used to authenticate requests.",
|
|
1977
|
+
"visibility": "secret",
|
|
1978
|
+
"type": "string"
|
|
1979
|
+
},
|
|
1980
|
+
"apiBaseUrl": {
|
|
1981
|
+
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
1982
|
+
"visibility": "frontend",
|
|
1983
|
+
"type": "string"
|
|
1984
|
+
},
|
|
1985
|
+
"rawBaseUrl": {
|
|
1986
|
+
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
1987
|
+
"visibility": "frontend",
|
|
1988
|
+
"type": "string"
|
|
1989
|
+
},
|
|
1990
|
+
"apps": {
|
|
1991
|
+
"description": "GitHub Apps configuration",
|
|
1992
|
+
"type": "array",
|
|
1993
|
+
"items": {
|
|
1994
|
+
"type": "object",
|
|
1995
|
+
"properties": {
|
|
1996
|
+
"appId": {
|
|
1997
|
+
"description": "The numeric GitHub App ID, string for environment variables",
|
|
1998
|
+
"type": [
|
|
1999
|
+
"string",
|
|
2000
|
+
"number"
|
|
1918
2001
|
]
|
|
2002
|
+
},
|
|
2003
|
+
"privateKey": {
|
|
2004
|
+
"description": "The private key to use for auth against the app",
|
|
2005
|
+
"visibility": "secret",
|
|
2006
|
+
"type": "string"
|
|
2007
|
+
},
|
|
2008
|
+
"webhookSecret": {
|
|
2009
|
+
"description": "The secret used for webhooks",
|
|
2010
|
+
"visibility": "secret",
|
|
2011
|
+
"type": "string"
|
|
2012
|
+
},
|
|
2013
|
+
"clientId": {
|
|
2014
|
+
"description": "The client ID to use",
|
|
2015
|
+
"type": "string"
|
|
2016
|
+
},
|
|
2017
|
+
"clientSecret": {
|
|
2018
|
+
"description": "The client secret to use",
|
|
2019
|
+
"visibility": "secret",
|
|
2020
|
+
"type": "string"
|
|
2021
|
+
},
|
|
2022
|
+
"allowedInstallationOwners": {
|
|
2023
|
+
"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",
|
|
2024
|
+
"type": "array",
|
|
2025
|
+
"items": {
|
|
2026
|
+
"type": "string"
|
|
2027
|
+
}
|
|
1919
2028
|
}
|
|
1920
2029
|
},
|
|
1921
2030
|
"required": [
|
|
1922
|
-
"
|
|
1923
|
-
"
|
|
2031
|
+
"appId",
|
|
2032
|
+
"clientId",
|
|
2033
|
+
"clientSecret",
|
|
2034
|
+
"privateKey",
|
|
2035
|
+
"webhookSecret"
|
|
1924
2036
|
]
|
|
1925
2037
|
}
|
|
1926
|
-
|
|
2038
|
+
}
|
|
1927
2039
|
},
|
|
1928
|
-
"
|
|
1929
|
-
"
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2040
|
+
"required": [
|
|
2041
|
+
"host"
|
|
2042
|
+
]
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
"gitlab": {
|
|
2046
|
+
"description": "Integration configuration for GitLab",
|
|
2047
|
+
"type": "array",
|
|
2048
|
+
"items": {
|
|
2049
|
+
"type": "object",
|
|
2050
|
+
"properties": {
|
|
2051
|
+
"host": {
|
|
2052
|
+
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
2053
|
+
"visibility": "frontend",
|
|
2054
|
+
"type": "string"
|
|
2055
|
+
},
|
|
2056
|
+
"apiBaseUrl": {
|
|
2057
|
+
"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.",
|
|
2058
|
+
"visibility": "frontend",
|
|
2059
|
+
"type": "string"
|
|
2060
|
+
},
|
|
2061
|
+
"token": {
|
|
2062
|
+
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
2063
|
+
"visibility": "secret",
|
|
2064
|
+
"type": "string"
|
|
2065
|
+
},
|
|
2066
|
+
"baseUrl": {
|
|
2067
|
+
"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}.",
|
|
2068
|
+
"visibility": "frontend",
|
|
2069
|
+
"type": "string"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
"required": [
|
|
2073
|
+
"host"
|
|
2074
|
+
]
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
"googleGcs": {
|
|
2078
|
+
"description": "Integration configuration for Google Cloud Storage",
|
|
2079
|
+
"type": "object",
|
|
2080
|
+
"properties": {
|
|
2081
|
+
"clientEmail": {
|
|
2082
|
+
"description": "Service account email used to authenticate requests.",
|
|
2083
|
+
"type": "string"
|
|
2084
|
+
},
|
|
2085
|
+
"privateKey": {
|
|
2086
|
+
"description": "Service account private key used to authenticate requests.",
|
|
2087
|
+
"visibility": "secret",
|
|
2088
|
+
"type": "string"
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
"awsS3": {
|
|
2093
|
+
"description": "Integration configuration for AWS S3 Service",
|
|
2094
|
+
"type": "array",
|
|
2095
|
+
"items": {
|
|
2096
|
+
"type": "object",
|
|
2097
|
+
"properties": {
|
|
2098
|
+
"endpoint": {
|
|
2099
|
+
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
2100
|
+
"visibility": "frontend",
|
|
2101
|
+
"type": "string"
|
|
2102
|
+
},
|
|
2103
|
+
"s3ForcePathStyle": {
|
|
2104
|
+
"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.",
|
|
2105
|
+
"visibility": "frontend",
|
|
2106
|
+
"type": "boolean"
|
|
2107
|
+
},
|
|
2108
|
+
"accessKeyId": {
|
|
2109
|
+
"description": "Account access key used to authenticate requests.",
|
|
2110
|
+
"type": "string"
|
|
2111
|
+
},
|
|
2112
|
+
"secretAccessKey": {
|
|
2113
|
+
"description": "Account secret key used to authenticate requests.",
|
|
2114
|
+
"visibility": "secret",
|
|
2115
|
+
"type": "string"
|
|
2116
|
+
},
|
|
2117
|
+
"roleArn": {
|
|
2118
|
+
"description": "ARN of the role to be assumed",
|
|
2119
|
+
"type": "string"
|
|
2120
|
+
},
|
|
2121
|
+
"externalId": {
|
|
2122
|
+
"description": "External ID to use when assuming role",
|
|
2123
|
+
"type": "string"
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2128
|
+
"gitea": {
|
|
2129
|
+
"description": "Integration configuration for Gitea",
|
|
2130
|
+
"type": "array",
|
|
2131
|
+
"items": {
|
|
2132
|
+
"type": "object",
|
|
2133
|
+
"properties": {
|
|
2134
|
+
"host": {
|
|
2135
|
+
"description": "The hostname of the given Gitea instance",
|
|
2136
|
+
"visibility": "frontend",
|
|
2137
|
+
"type": "string"
|
|
2138
|
+
},
|
|
2139
|
+
"baseUrl": {
|
|
2140
|
+
"description": "The base url for the Gitea instance.",
|
|
2141
|
+
"visibility": "frontend",
|
|
2142
|
+
"type": "string"
|
|
2143
|
+
},
|
|
2144
|
+
"username": {
|
|
2145
|
+
"description": "The username to use for authenticated requests.",
|
|
2146
|
+
"visibility": "secret",
|
|
2147
|
+
"type": "string"
|
|
2148
|
+
},
|
|
2149
|
+
"password": {
|
|
2150
|
+
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2151
|
+
"visibility": "secret",
|
|
2152
|
+
"type": "string"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
"required": [
|
|
2156
|
+
"host"
|
|
2157
|
+
]
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
"harness": {
|
|
2161
|
+
"description": "Integration configuration for Harness Code",
|
|
2162
|
+
"type": "array",
|
|
2163
|
+
"items": {
|
|
2164
|
+
"type": "object",
|
|
2165
|
+
"properties": {
|
|
2166
|
+
"host": {
|
|
2167
|
+
"description": "The hostname of the given Harness Code instance",
|
|
2168
|
+
"visibility": "frontend",
|
|
2169
|
+
"type": "string"
|
|
2170
|
+
},
|
|
2171
|
+
"apiKey": {
|
|
2172
|
+
"description": "The apikey to use for authenticated requests.",
|
|
2173
|
+
"visibility": "secret",
|
|
2174
|
+
"type": "string"
|
|
2175
|
+
},
|
|
2176
|
+
"token": {
|
|
2177
|
+
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
2178
|
+
"visibility": "secret",
|
|
2179
|
+
"type": "string"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
"required": [
|
|
2183
|
+
"host"
|
|
2184
|
+
]
|
|
2185
|
+
}
|
|
2186
|
+
}
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"path": "../backend-app-api/config.d.ts",
|
|
2195
|
+
"value": {
|
|
2196
|
+
"type": "object",
|
|
2197
|
+
"properties": {
|
|
2198
|
+
"backend": {
|
|
2199
|
+
"type": "object",
|
|
2200
|
+
"properties": {
|
|
2201
|
+
"packages": {
|
|
2202
|
+
"description": "Used by the feature discovery service",
|
|
2203
|
+
"anyOf": [
|
|
2204
|
+
{
|
|
2205
|
+
"type": "object",
|
|
2206
|
+
"properties": {
|
|
2207
|
+
"include": {
|
|
2208
|
+
"type": "array",
|
|
2209
|
+
"items": {
|
|
2210
|
+
"type": "string"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"exclude": {
|
|
2214
|
+
"type": "array",
|
|
2215
|
+
"items": {
|
|
2216
|
+
"type": "string"
|
|
2217
|
+
}
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"const": "all",
|
|
2223
|
+
"type": "string"
|
|
2224
|
+
}
|
|
2225
|
+
]
|
|
2226
|
+
}
|
|
2227
|
+
}
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"path": "../backend-defaults/config.d.ts",
|
|
2235
|
+
"value": {
|
|
2236
|
+
"type": "object",
|
|
2237
|
+
"properties": {
|
|
2238
|
+
"app": {
|
|
2239
|
+
"type": "object",
|
|
2240
|
+
"properties": {
|
|
2241
|
+
"baseUrl": {
|
|
2242
|
+
"type": "string"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
"required": [
|
|
2246
|
+
"baseUrl"
|
|
2247
|
+
]
|
|
2248
|
+
},
|
|
2249
|
+
"backend": {
|
|
2250
|
+
"type": "object",
|
|
2251
|
+
"properties": {
|
|
2252
|
+
"baseUrl": {
|
|
2253
|
+
"description": "The full base URL of the backend, as seen from the browser's point of\nview as it makes calls to the backend.",
|
|
2254
|
+
"type": "string"
|
|
2255
|
+
},
|
|
2256
|
+
"lifecycle": {
|
|
2257
|
+
"type": "object",
|
|
2258
|
+
"properties": {
|
|
2259
|
+
"startupRequestPauseTimeout": {
|
|
2260
|
+
"description": "The maximum time that paused requests will wait for the service to start, before returning an error.\nDefaults to 5 seconds\nSupported formats:\n- A string in the format of '1d', '2 seconds' etc. as supported by the `ms`\n library.\n- A standard ISO formatted duration string, e.g. 'P2DT6H' or 'PT1M'.\n- An object with individual units (in plural) as keys, e.g. `{ days: 2, hours: 6 }`."
|
|
2261
|
+
},
|
|
2262
|
+
"serverShutdownDelay": {
|
|
2263
|
+
"description": "The minimum time that the HTTP server will delay the shutdown of the backend. During this delay health checks will be set to failing, allowing traffic to drain.\nDefaults to 0 seconds.\nSupported formats:\n- A string in the format of '1d', '2 seconds' etc. as supported by the `ms`\n library.\n- A standard ISO formatted duration string, e.g. 'P2DT6H' or 'PT1M'.\n- An object with individual units (in plural) as keys, e.g. `{ days: 2, hours: 6 }`."
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"listen": {
|
|
2268
|
+
"description": "Address that the backend should listen to.",
|
|
2269
|
+
"anyOf": [
|
|
2270
|
+
{
|
|
2271
|
+
"type": "object",
|
|
2272
|
+
"properties": {
|
|
2273
|
+
"host": {
|
|
2274
|
+
"description": "Address of the interface that the backend should bind to.",
|
|
2275
|
+
"type": "string"
|
|
2276
|
+
},
|
|
2277
|
+
"port": {
|
|
2278
|
+
"description": "Port that the backend should listen to.",
|
|
2279
|
+
"type": [
|
|
2280
|
+
"string",
|
|
2281
|
+
"number"
|
|
2282
|
+
]
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"type": "string"
|
|
2288
|
+
}
|
|
2289
|
+
]
|
|
2290
|
+
},
|
|
2291
|
+
"https": {
|
|
2292
|
+
"description": "HTTPS configuration for the backend. If omitted the backend will serve HTTP.\n\nSetting this to `true` will cause self-signed certificates to be generated, which\ncan be useful for local development or other non-production scenarios.",
|
|
2293
|
+
"anyOf": [
|
|
2294
|
+
{
|
|
2295
|
+
"type": "object",
|
|
2296
|
+
"properties": {
|
|
2297
|
+
"certificate": {
|
|
2298
|
+
"description": "Certificate configuration",
|
|
2299
|
+
"type": "object",
|
|
2300
|
+
"properties": {
|
|
2301
|
+
"cert": {
|
|
2302
|
+
"description": "PEM encoded certificate. Use $file to load in a file",
|
|
2303
|
+
"type": "string"
|
|
2304
|
+
},
|
|
2305
|
+
"key": {
|
|
2306
|
+
"description": "PEM encoded certificate key. Use $file to load in a file.",
|
|
2307
|
+
"visibility": "secret",
|
|
2308
|
+
"type": "string"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"required": [
|
|
2312
|
+
"cert",
|
|
2313
|
+
"key"
|
|
2314
|
+
]
|
|
2315
|
+
}
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"const": true,
|
|
2320
|
+
"type": "boolean"
|
|
2321
|
+
}
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
"auth": {
|
|
2325
|
+
"description": "Options used by the default auth, httpAuth and userInfo services.",
|
|
2326
|
+
"type": "object",
|
|
2327
|
+
"properties": {
|
|
2328
|
+
"dangerouslyDisableDefaultAuthPolicy": {
|
|
2329
|
+
"description": "This disables the otherwise default auth policy, which requires all\nrequests to be authenticated with either user or service credentials.\n\nDisabling this check means that the backend will no longer block\nunauthenticated requests, but instead allow them to pass through to\nplugins.\n\nIf permissions are enabled, unauthenticated requests will be treated\nexactly as such, leaving it to the permission policy to determine what\npermissions should be allowed for an unauthenticated identity. Note\nthat this will also apply to service-to-service calls between plugins\nunless you configure credentials for service calls.",
|
|
2330
|
+
"type": "boolean"
|
|
2331
|
+
},
|
|
2332
|
+
"pluginKeyStore": {
|
|
2333
|
+
"description": "Controls how to store keys for plugin-to-plugin auth",
|
|
2334
|
+
"anyOf": [
|
|
2335
|
+
{
|
|
2336
|
+
"type": "object",
|
|
2337
|
+
"properties": {
|
|
2338
|
+
"type": {
|
|
2339
|
+
"type": "string",
|
|
2340
|
+
"const": "database"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"required": [
|
|
2344
|
+
"type"
|
|
2345
|
+
]
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"type": "object",
|
|
2349
|
+
"properties": {
|
|
2350
|
+
"type": {
|
|
2351
|
+
"type": "string",
|
|
2352
|
+
"const": "static"
|
|
2353
|
+
},
|
|
2354
|
+
"static": {
|
|
2355
|
+
"type": "object",
|
|
2356
|
+
"properties": {
|
|
2357
|
+
"keys": {
|
|
2358
|
+
"description": "Must be declared at least once and the first one will be used for signing.",
|
|
2359
|
+
"type": "array",
|
|
2360
|
+
"items": {
|
|
2361
|
+
"type": "object",
|
|
2362
|
+
"properties": {
|
|
2363
|
+
"publicKeyFile": {
|
|
2364
|
+
"description": "Path to the public key file in the SPKI format. Should be an absolute path.",
|
|
2365
|
+
"type": "string"
|
|
2366
|
+
},
|
|
2367
|
+
"privateKeyFile": {
|
|
2368
|
+
"description": "Path to the matching private key file in the PKCS#8 format. Should be an absolute path.\n\nThe first array entry must specify a private key file, the rest must not.",
|
|
2369
|
+
"type": "string"
|
|
2370
|
+
},
|
|
2371
|
+
"keyId": {
|
|
2372
|
+
"description": "ID to uniquely identify this key within the JWK set.",
|
|
2373
|
+
"type": "string"
|
|
2374
|
+
},
|
|
2375
|
+
"algorithm": {
|
|
2376
|
+
"description": "JWS \"alg\" (Algorithm) Header Parameter value. Defaults to ES256.\nMust match the algorithm used to generate the keys in the provided files",
|
|
2377
|
+
"type": "string"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
"required": [
|
|
2381
|
+
"keyId",
|
|
2382
|
+
"publicKeyFile"
|
|
2383
|
+
]
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"required": [
|
|
2388
|
+
"keys"
|
|
2389
|
+
]
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
"required": [
|
|
2393
|
+
"static",
|
|
2394
|
+
"type"
|
|
2395
|
+
]
|
|
2396
|
+
}
|
|
2397
|
+
]
|
|
2398
|
+
},
|
|
2399
|
+
"externalAccess": {
|
|
2400
|
+
"description": "Configures methods of external access, ie ways for callers outside of\nthe Backstage ecosystem to get authorized for access to APIs that do\nnot permit unauthorized access.",
|
|
2401
|
+
"type": "array",
|
|
2402
|
+
"items": {
|
|
2403
|
+
"anyOf": [
|
|
2404
|
+
{
|
|
2405
|
+
"type": "object",
|
|
2406
|
+
"properties": {
|
|
2407
|
+
"type": {
|
|
2408
|
+
"description": "This is the legacy service-to-service access method, where a set\nof static keys were shared among plugins and used for symmetric\nsigning and verification. These correspond to the old\n`backend.auth.keys` set and retain their behavior for backwards\ncompatibility. Please migrate to other access methods when\npossible.\n\nCallers generate JWT tokens with the following payload:\n\n```json\n{\n \"sub\": \"backstage-plugin\",\n \"exp\": <epoch seconds one hour in the future>\n}\n```\n\nAnd sign them with HS256, using the base64 decoded secret. The\ntokens are then passed along with requests in the Authorization\nheader:\n\n```\nAuthorization: Bearer eyJhbGciOiJIUzI...\n```",
|
|
2409
|
+
"type": "string",
|
|
2410
|
+
"const": "legacy"
|
|
2411
|
+
},
|
|
2412
|
+
"options": {
|
|
2413
|
+
"type": "object",
|
|
2414
|
+
"properties": {
|
|
2415
|
+
"secret": {
|
|
2416
|
+
"description": "Any set of base64 encoded random bytes to be used as both the\nsigning and verification key. Should be sufficiently long so as\nnot to be easy to guess by brute force.\n\nCan be generated eg using\n\n```sh\nnode -p 'require(\"crypto\").randomBytes(24).toString(\"base64\")'\n```",
|
|
2417
|
+
"visibility": "secret",
|
|
2418
|
+
"type": "string"
|
|
2419
|
+
},
|
|
2420
|
+
"subject": {
|
|
2421
|
+
"description": "Sets the subject of the principal, when matching this token.\nUseful for debugging and tracking purposes.",
|
|
2422
|
+
"type": "string"
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
"required": [
|
|
2426
|
+
"secret",
|
|
2427
|
+
"subject"
|
|
2428
|
+
]
|
|
2429
|
+
},
|
|
2430
|
+
"accessRestrictions": {
|
|
2431
|
+
"description": "Restricts what types of access that are permitted for this access\nmethod. If no access restrictions are given, it'll have unlimited\naccess. This access restriction applies for the framework level;\nindividual plugins may have their own access control mechanisms\non top of this.",
|
|
2432
|
+
"type": "array",
|
|
2433
|
+
"items": {
|
|
2434
|
+
"type": "object",
|
|
2435
|
+
"properties": {
|
|
2436
|
+
"plugin": {
|
|
2437
|
+
"description": "Permit access to make requests to this plugin.\n\nCan be further refined by setting additional fields below.",
|
|
2438
|
+
"type": "string"
|
|
2439
|
+
},
|
|
2440
|
+
"permission": {
|
|
2441
|
+
"description": "If given, this method is limited to only performing actions\nwith these named permissions in this plugin.\n\nNote that this only applies where permissions checks are\nenabled in the first place. Endpoints that are not protected by\nthe permissions system at all, are not affected by this\nsetting.",
|
|
2442
|
+
"anyOf": [
|
|
2443
|
+
{
|
|
2444
|
+
"type": "array",
|
|
2445
|
+
"items": {
|
|
2446
|
+
"type": "string"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"type": "string"
|
|
2451
|
+
}
|
|
2452
|
+
]
|
|
2453
|
+
},
|
|
2454
|
+
"permissionAttribute": {
|
|
2455
|
+
"description": "If given, this method is limited to only performing actions\nwhose permissions have these attributes.\n\nNote that this only applies where permissions checks are\nenabled in the first place. Endpoints that are not protected by\nthe permissions system at all, are not affected by this\nsetting.",
|
|
2456
|
+
"type": "object",
|
|
2457
|
+
"properties": {
|
|
2458
|
+
"action": {
|
|
2459
|
+
"description": "One of more of 'create', 'read', 'update', or 'delete'.",
|
|
2460
|
+
"anyOf": [
|
|
2461
|
+
{
|
|
2462
|
+
"type": "array",
|
|
2463
|
+
"items": {
|
|
2464
|
+
"type": "string"
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"type": "string"
|
|
2469
|
+
}
|
|
2470
|
+
]
|
|
2000
2471
|
}
|
|
2001
2472
|
}
|
|
2002
2473
|
}
|
|
@@ -2238,6 +2709,24 @@
|
|
|
2238
2709
|
"description": "Base database connection string, or object with individual connection properties",
|
|
2239
2710
|
"visibility": "secret",
|
|
2240
2711
|
"anyOf": [
|
|
2712
|
+
{
|
|
2713
|
+
"type": "object",
|
|
2714
|
+
"properties": {
|
|
2715
|
+
"type": {
|
|
2716
|
+
"description": "The specific config for cloudsql connections",
|
|
2717
|
+
"type": "string",
|
|
2718
|
+
"const": "cloudsql"
|
|
2719
|
+
},
|
|
2720
|
+
"instance": {
|
|
2721
|
+
"description": "The instance connection name for the cloudsql instance, e.g. `project:region:instance`",
|
|
2722
|
+
"type": "string"
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2725
|
+
"required": [
|
|
2726
|
+
"instance",
|
|
2727
|
+
"type"
|
|
2728
|
+
]
|
|
2729
|
+
},
|
|
2241
2730
|
{
|
|
2242
2731
|
"type": "object",
|
|
2243
2732
|
"additionalProperties": {},
|
|
@@ -2310,8 +2799,32 @@
|
|
|
2310
2799
|
"anyOf": [
|
|
2311
2800
|
{
|
|
2312
2801
|
"type": "object",
|
|
2313
|
-
"properties": {
|
|
2314
|
-
|
|
2802
|
+
"properties": {
|
|
2803
|
+
"type": {
|
|
2804
|
+
"description": "The specific config for cloudsql connections",
|
|
2805
|
+
"type": "string",
|
|
2806
|
+
"const": "cloudsql"
|
|
2807
|
+
},
|
|
2808
|
+
"instance": {
|
|
2809
|
+
"description": "The instance connection name for the cloudsql instance, e.g. `project:region:instance`",
|
|
2810
|
+
"type": "string"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
"required": [
|
|
2814
|
+
"instance",
|
|
2815
|
+
"type"
|
|
2816
|
+
]
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"type": "object",
|
|
2820
|
+
"additionalProperties": {},
|
|
2821
|
+
"properties": {
|
|
2822
|
+
"password": {
|
|
2823
|
+
"description": "Password that belongs to the client User",
|
|
2824
|
+
"visibility": "secret",
|
|
2825
|
+
"type": "string"
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2315
2828
|
},
|
|
2316
2829
|
{
|
|
2317
2830
|
"type": "string"
|
|
@@ -2495,7 +3008,20 @@
|
|
|
2495
3008
|
"const": false,
|
|
2496
3009
|
"type": "boolean"
|
|
2497
3010
|
}
|
|
2498
|
-
]
|
|
3011
|
+
]
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
"health": {
|
|
3015
|
+
"description": "Options for the health check service and endpoint.",
|
|
3016
|
+
"type": "object",
|
|
3017
|
+
"properties": {
|
|
3018
|
+
"headers": {
|
|
3019
|
+
"description": "Additional headers to always include in the health check response.\n\nIt can be a good idea to set a header that uniquely identifies your service\nin a multi-service environment. This ensures that the health check that is\nconfigured for your service is actually hitting your service and not another.\n\nFor example, if using Envoy you can use the `service_name_matcher` configuration\nand set the `x-envoy-upstream-healthchecked-cluster` header to a matching value.",
|
|
3020
|
+
"type": "object",
|
|
3021
|
+
"additionalProperties": {
|
|
3022
|
+
"type": "string"
|
|
3023
|
+
}
|
|
3024
|
+
}
|
|
2499
3025
|
}
|
|
2500
3026
|
},
|
|
2501
3027
|
"reading": {
|
|
@@ -3903,257 +4429,8 @@
|
|
|
3903
4429
|
}
|
|
3904
4430
|
},
|
|
3905
4431
|
"required": [
|
|
3906
|
-
"clientId",
|
|
3907
|
-
"clientSecret"
|
|
3908
|
-
]
|
|
3909
|
-
}
|
|
3910
|
-
}
|
|
3911
|
-
}
|
|
3912
|
-
}
|
|
3913
|
-
}
|
|
3914
|
-
}
|
|
3915
|
-
},
|
|
3916
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3917
|
-
}
|
|
3918
|
-
},
|
|
3919
|
-
{
|
|
3920
|
-
"path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
|
|
3921
|
-
"value": {
|
|
3922
|
-
"type": "object",
|
|
3923
|
-
"properties": {
|
|
3924
|
-
"auth": {
|
|
3925
|
-
"type": "object",
|
|
3926
|
-
"properties": {
|
|
3927
|
-
"providers": {
|
|
3928
|
-
"type": "object",
|
|
3929
|
-
"properties": {
|
|
3930
|
-
"microsoft": {
|
|
3931
|
-
"visibility": "frontend",
|
|
3932
|
-
"type": "object",
|
|
3933
|
-
"additionalProperties": {
|
|
3934
|
-
"type": "object",
|
|
3935
|
-
"properties": {
|
|
3936
|
-
"clientId": {
|
|
3937
|
-
"type": "string"
|
|
3938
|
-
},
|
|
3939
|
-
"tenantId": {
|
|
3940
|
-
"type": "string"
|
|
3941
|
-
},
|
|
3942
|
-
"clientSecret": {
|
|
3943
|
-
"visibility": "secret",
|
|
3944
|
-
"type": "string"
|
|
3945
|
-
},
|
|
3946
|
-
"domainHint": {
|
|
3947
|
-
"type": "string"
|
|
3948
|
-
},
|
|
3949
|
-
"callbackUrl": {
|
|
3950
|
-
"type": "string"
|
|
3951
|
-
},
|
|
3952
|
-
"additionalScopes": {
|
|
3953
|
-
"anyOf": [
|
|
3954
|
-
{
|
|
3955
|
-
"type": "array",
|
|
3956
|
-
"items": {
|
|
3957
|
-
"type": "string"
|
|
3958
|
-
}
|
|
3959
|
-
},
|
|
3960
|
-
{
|
|
3961
|
-
"type": "string"
|
|
3962
|
-
}
|
|
3963
|
-
]
|
|
3964
|
-
},
|
|
3965
|
-
"skipUserProfile": {
|
|
3966
|
-
"type": "boolean"
|
|
3967
|
-
},
|
|
3968
|
-
"signIn": {
|
|
3969
|
-
"type": "object",
|
|
3970
|
-
"properties": {
|
|
3971
|
-
"resolvers": {
|
|
3972
|
-
"type": "array",
|
|
3973
|
-
"items": {
|
|
3974
|
-
"anyOf": [
|
|
3975
|
-
{
|
|
3976
|
-
"type": "object",
|
|
3977
|
-
"properties": {
|
|
3978
|
-
"resolver": {
|
|
3979
|
-
"type": "string",
|
|
3980
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
3981
|
-
}
|
|
3982
|
-
},
|
|
3983
|
-
"required": [
|
|
3984
|
-
"resolver"
|
|
3985
|
-
]
|
|
3986
|
-
},
|
|
3987
|
-
{
|
|
3988
|
-
"type": "object",
|
|
3989
|
-
"properties": {
|
|
3990
|
-
"resolver": {
|
|
3991
|
-
"type": "string",
|
|
3992
|
-
"const": "emailLocalPartMatchingUserEntityName"
|
|
3993
|
-
},
|
|
3994
|
-
"allowedDomains": {
|
|
3995
|
-
"type": "array",
|
|
3996
|
-
"items": {
|
|
3997
|
-
"type": "string"
|
|
3998
|
-
}
|
|
3999
|
-
}
|
|
4000
|
-
},
|
|
4001
|
-
"required": [
|
|
4002
|
-
"resolver"
|
|
4003
|
-
]
|
|
4004
|
-
},
|
|
4005
|
-
{
|
|
4006
|
-
"type": "object",
|
|
4007
|
-
"properties": {
|
|
4008
|
-
"resolver": {
|
|
4009
|
-
"type": "string",
|
|
4010
|
-
"const": "emailMatchingUserEntityProfileEmail"
|
|
4011
|
-
}
|
|
4012
|
-
},
|
|
4013
|
-
"required": [
|
|
4014
|
-
"resolver"
|
|
4015
|
-
]
|
|
4016
|
-
}
|
|
4017
|
-
]
|
|
4018
|
-
}
|
|
4019
|
-
}
|
|
4020
|
-
},
|
|
4021
|
-
"required": [
|
|
4022
|
-
"resolvers"
|
|
4023
|
-
]
|
|
4024
|
-
}
|
|
4025
|
-
},
|
|
4026
|
-
"required": [
|
|
4027
|
-
"clientId",
|
|
4028
|
-
"clientSecret",
|
|
4029
|
-
"tenantId"
|
|
4030
|
-
]
|
|
4031
|
-
}
|
|
4032
|
-
}
|
|
4033
|
-
}
|
|
4034
|
-
}
|
|
4035
|
-
}
|
|
4036
|
-
}
|
|
4037
|
-
},
|
|
4038
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4039
|
-
}
|
|
4040
|
-
},
|
|
4041
|
-
{
|
|
4042
|
-
"path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
|
|
4043
|
-
"value": {
|
|
4044
|
-
"type": "object",
|
|
4045
|
-
"properties": {
|
|
4046
|
-
"auth": {
|
|
4047
|
-
"type": "object",
|
|
4048
|
-
"properties": {
|
|
4049
|
-
"providers": {
|
|
4050
|
-
"type": "object",
|
|
4051
|
-
"properties": {
|
|
4052
|
-
"oauth2": {
|
|
4053
|
-
"visibility": "frontend",
|
|
4054
|
-
"type": "object",
|
|
4055
|
-
"additionalProperties": {
|
|
4056
|
-
"type": "object",
|
|
4057
|
-
"properties": {
|
|
4058
|
-
"clientId": {
|
|
4059
|
-
"type": "string"
|
|
4060
|
-
},
|
|
4061
|
-
"clientSecret": {
|
|
4062
|
-
"visibility": "secret",
|
|
4063
|
-
"type": "string"
|
|
4064
|
-
},
|
|
4065
|
-
"authorizationUrl": {
|
|
4066
|
-
"type": "string"
|
|
4067
|
-
},
|
|
4068
|
-
"tokenUrl": {
|
|
4069
|
-
"type": "string"
|
|
4070
|
-
},
|
|
4071
|
-
"scope": {
|
|
4072
|
-
"deprecated": "use `additionalScopes` instead",
|
|
4073
|
-
"type": "string"
|
|
4074
|
-
},
|
|
4075
|
-
"additionalScopes": {
|
|
4076
|
-
"anyOf": [
|
|
4077
|
-
{
|
|
4078
|
-
"type": "array",
|
|
4079
|
-
"items": {
|
|
4080
|
-
"type": "string"
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"type": "string"
|
|
4085
|
-
}
|
|
4086
|
-
]
|
|
4087
|
-
},
|
|
4088
|
-
"disableRefresh": {
|
|
4089
|
-
"type": "boolean"
|
|
4090
|
-
},
|
|
4091
|
-
"includeBasicAuth": {
|
|
4092
|
-
"type": "boolean"
|
|
4093
|
-
},
|
|
4094
|
-
"signIn": {
|
|
4095
|
-
"type": "object",
|
|
4096
|
-
"properties": {
|
|
4097
|
-
"resolvers": {
|
|
4098
|
-
"type": "array",
|
|
4099
|
-
"items": {
|
|
4100
|
-
"anyOf": [
|
|
4101
|
-
{
|
|
4102
|
-
"type": "object",
|
|
4103
|
-
"properties": {
|
|
4104
|
-
"resolver": {
|
|
4105
|
-
"type": "string",
|
|
4106
|
-
"const": "usernameMatchingUserEntityName"
|
|
4107
|
-
}
|
|
4108
|
-
},
|
|
4109
|
-
"required": [
|
|
4110
|
-
"resolver"
|
|
4111
|
-
]
|
|
4112
|
-
},
|
|
4113
|
-
{
|
|
4114
|
-
"type": "object",
|
|
4115
|
-
"properties": {
|
|
4116
|
-
"resolver": {
|
|
4117
|
-
"type": "string",
|
|
4118
|
-
"const": "emailLocalPartMatchingUserEntityName"
|
|
4119
|
-
},
|
|
4120
|
-
"allowedDomains": {
|
|
4121
|
-
"type": "array",
|
|
4122
|
-
"items": {
|
|
4123
|
-
"type": "string"
|
|
4124
|
-
}
|
|
4125
|
-
}
|
|
4126
|
-
},
|
|
4127
|
-
"required": [
|
|
4128
|
-
"resolver"
|
|
4129
|
-
]
|
|
4130
|
-
},
|
|
4131
|
-
{
|
|
4132
|
-
"type": "object",
|
|
4133
|
-
"properties": {
|
|
4134
|
-
"resolver": {
|
|
4135
|
-
"type": "string",
|
|
4136
|
-
"const": "emailMatchingUserEntityProfileEmail"
|
|
4137
|
-
}
|
|
4138
|
-
},
|
|
4139
|
-
"required": [
|
|
4140
|
-
"resolver"
|
|
4141
|
-
]
|
|
4142
|
-
}
|
|
4143
|
-
]
|
|
4144
|
-
}
|
|
4145
|
-
}
|
|
4146
|
-
},
|
|
4147
|
-
"required": [
|
|
4148
|
-
"resolvers"
|
|
4149
|
-
]
|
|
4150
|
-
}
|
|
4151
|
-
},
|
|
4152
|
-
"required": [
|
|
4153
|
-
"authorizationUrl",
|
|
4154
|
-
"clientId",
|
|
4155
|
-
"clientSecret",
|
|
4156
|
-
"tokenUrl"
|
|
4432
|
+
"clientId",
|
|
4433
|
+
"clientSecret"
|
|
4157
4434
|
]
|
|
4158
4435
|
}
|
|
4159
4436
|
}
|
|
@@ -4166,7 +4443,7 @@
|
|
|
4166
4443
|
}
|
|
4167
4444
|
},
|
|
4168
4445
|
{
|
|
4169
|
-
"path": "../../plugins/auth-backend-module-
|
|
4446
|
+
"path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
|
|
4170
4447
|
"value": {
|
|
4171
4448
|
"type": "object",
|
|
4172
4449
|
"properties": {
|
|
@@ -4176,7 +4453,7 @@
|
|
|
4176
4453
|
"providers": {
|
|
4177
4454
|
"type": "object",
|
|
4178
4455
|
"properties": {
|
|
4179
|
-
"
|
|
4456
|
+
"microsoft": {
|
|
4180
4457
|
"visibility": "frontend",
|
|
4181
4458
|
"type": "object",
|
|
4182
4459
|
"additionalProperties": {
|
|
@@ -4185,22 +4462,19 @@
|
|
|
4185
4462
|
"clientId": {
|
|
4186
4463
|
"type": "string"
|
|
4187
4464
|
},
|
|
4465
|
+
"tenantId": {
|
|
4466
|
+
"type": "string"
|
|
4467
|
+
},
|
|
4188
4468
|
"clientSecret": {
|
|
4189
4469
|
"visibility": "secret",
|
|
4190
4470
|
"type": "string"
|
|
4191
4471
|
},
|
|
4192
|
-
"
|
|
4472
|
+
"domainHint": {
|
|
4193
4473
|
"type": "string"
|
|
4194
4474
|
},
|
|
4195
4475
|
"callbackUrl": {
|
|
4196
4476
|
"type": "string"
|
|
4197
4477
|
},
|
|
4198
|
-
"tokenEndpointAuthMethod": {
|
|
4199
|
-
"type": "string"
|
|
4200
|
-
},
|
|
4201
|
-
"tokenSignedResponseAlg": {
|
|
4202
|
-
"type": "string"
|
|
4203
|
-
},
|
|
4204
4478
|
"additionalScopes": {
|
|
4205
4479
|
"anyOf": [
|
|
4206
4480
|
{
|
|
@@ -4214,8 +4488,8 @@
|
|
|
4214
4488
|
}
|
|
4215
4489
|
]
|
|
4216
4490
|
},
|
|
4217
|
-
"
|
|
4218
|
-
"type": "
|
|
4491
|
+
"skipUserProfile": {
|
|
4492
|
+
"type": "boolean"
|
|
4219
4493
|
},
|
|
4220
4494
|
"signIn": {
|
|
4221
4495
|
"type": "object",
|
|
@@ -4224,6 +4498,18 @@
|
|
|
4224
4498
|
"type": "array",
|
|
4225
4499
|
"items": {
|
|
4226
4500
|
"anyOf": [
|
|
4501
|
+
{
|
|
4502
|
+
"type": "object",
|
|
4503
|
+
"properties": {
|
|
4504
|
+
"resolver": {
|
|
4505
|
+
"type": "string",
|
|
4506
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4509
|
+
"required": [
|
|
4510
|
+
"resolver"
|
|
4511
|
+
]
|
|
4512
|
+
},
|
|
4227
4513
|
{
|
|
4228
4514
|
"type": "object",
|
|
4229
4515
|
"properties": {
|
|
@@ -4266,7 +4552,7 @@
|
|
|
4266
4552
|
"required": [
|
|
4267
4553
|
"clientId",
|
|
4268
4554
|
"clientSecret",
|
|
4269
|
-
"
|
|
4555
|
+
"tenantId"
|
|
4270
4556
|
]
|
|
4271
4557
|
}
|
|
4272
4558
|
}
|
|
@@ -4279,7 +4565,7 @@
|
|
|
4279
4565
|
}
|
|
4280
4566
|
},
|
|
4281
4567
|
{
|
|
4282
|
-
"path": "../../plugins/auth-backend-module-
|
|
4568
|
+
"path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
|
|
4283
4569
|
"value": {
|
|
4284
4570
|
"type": "object",
|
|
4285
4571
|
"properties": {
|
|
@@ -4289,7 +4575,7 @@
|
|
|
4289
4575
|
"providers": {
|
|
4290
4576
|
"type": "object",
|
|
4291
4577
|
"properties": {
|
|
4292
|
-
"
|
|
4578
|
+
"oauth2": {
|
|
4293
4579
|
"visibility": "frontend",
|
|
4294
4580
|
"type": "object",
|
|
4295
4581
|
"additionalProperties": {
|
|
@@ -4302,16 +4588,14 @@
|
|
|
4302
4588
|
"visibility": "secret",
|
|
4303
4589
|
"type": "string"
|
|
4304
4590
|
},
|
|
4305
|
-
"
|
|
4306
|
-
"type": "string"
|
|
4307
|
-
},
|
|
4308
|
-
"authServerId": {
|
|
4591
|
+
"authorizationUrl": {
|
|
4309
4592
|
"type": "string"
|
|
4310
4593
|
},
|
|
4311
|
-
"
|
|
4594
|
+
"tokenUrl": {
|
|
4312
4595
|
"type": "string"
|
|
4313
4596
|
},
|
|
4314
|
-
"
|
|
4597
|
+
"scope": {
|
|
4598
|
+
"deprecated": "use `additionalScopes` instead",
|
|
4315
4599
|
"type": "string"
|
|
4316
4600
|
},
|
|
4317
4601
|
"additionalScopes": {
|
|
@@ -4327,6 +4611,12 @@
|
|
|
4327
4611
|
}
|
|
4328
4612
|
]
|
|
4329
4613
|
},
|
|
4614
|
+
"disableRefresh": {
|
|
4615
|
+
"type": "boolean"
|
|
4616
|
+
},
|
|
4617
|
+
"includeBasicAuth": {
|
|
4618
|
+
"type": "boolean"
|
|
4619
|
+
},
|
|
4330
4620
|
"signIn": {
|
|
4331
4621
|
"type": "object",
|
|
4332
4622
|
"properties": {
|
|
@@ -4339,7 +4629,7 @@
|
|
|
4339
4629
|
"properties": {
|
|
4340
4630
|
"resolver": {
|
|
4341
4631
|
"type": "string",
|
|
4342
|
-
"const": "
|
|
4632
|
+
"const": "usernameMatchingUserEntityName"
|
|
4343
4633
|
}
|
|
4344
4634
|
},
|
|
4345
4635
|
"required": [
|
|
@@ -4386,8 +4676,10 @@
|
|
|
4386
4676
|
}
|
|
4387
4677
|
},
|
|
4388
4678
|
"required": [
|
|
4679
|
+
"authorizationUrl",
|
|
4389
4680
|
"clientId",
|
|
4390
|
-
"clientSecret"
|
|
4681
|
+
"clientSecret",
|
|
4682
|
+
"tokenUrl"
|
|
4391
4683
|
]
|
|
4392
4684
|
}
|
|
4393
4685
|
}
|
|
@@ -4400,7 +4692,7 @@
|
|
|
4400
4692
|
}
|
|
4401
4693
|
},
|
|
4402
4694
|
{
|
|
4403
|
-
"path": "../../plugins/auth-backend-module-
|
|
4695
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
4404
4696
|
"value": {
|
|
4405
4697
|
"type": "object",
|
|
4406
4698
|
"properties": {
|
|
@@ -4410,7 +4702,7 @@
|
|
|
4410
4702
|
"providers": {
|
|
4411
4703
|
"type": "object",
|
|
4412
4704
|
"properties": {
|
|
4413
|
-
"
|
|
4705
|
+
"oidc": {
|
|
4414
4706
|
"visibility": "frontend",
|
|
4415
4707
|
"type": "object",
|
|
4416
4708
|
"additionalProperties": {
|
|
@@ -4423,12 +4715,34 @@
|
|
|
4423
4715
|
"visibility": "secret",
|
|
4424
4716
|
"type": "string"
|
|
4425
4717
|
},
|
|
4426
|
-
"
|
|
4718
|
+
"metadataUrl": {
|
|
4427
4719
|
"type": "string"
|
|
4428
4720
|
},
|
|
4429
4721
|
"callbackUrl": {
|
|
4430
4722
|
"type": "string"
|
|
4431
4723
|
},
|
|
4724
|
+
"tokenEndpointAuthMethod": {
|
|
4725
|
+
"type": "string"
|
|
4726
|
+
},
|
|
4727
|
+
"tokenSignedResponseAlg": {
|
|
4728
|
+
"type": "string"
|
|
4729
|
+
},
|
|
4730
|
+
"additionalScopes": {
|
|
4731
|
+
"anyOf": [
|
|
4732
|
+
{
|
|
4733
|
+
"type": "array",
|
|
4734
|
+
"items": {
|
|
4735
|
+
"type": "string"
|
|
4736
|
+
}
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"type": "string"
|
|
4740
|
+
}
|
|
4741
|
+
]
|
|
4742
|
+
},
|
|
4743
|
+
"prompt": {
|
|
4744
|
+
"type": "string"
|
|
4745
|
+
},
|
|
4432
4746
|
"signIn": {
|
|
4433
4747
|
"type": "object",
|
|
4434
4748
|
"properties": {
|
|
@@ -4436,18 +4750,6 @@
|
|
|
4436
4750
|
"type": "array",
|
|
4437
4751
|
"items": {
|
|
4438
4752
|
"anyOf": [
|
|
4439
|
-
{
|
|
4440
|
-
"type": "object",
|
|
4441
|
-
"properties": {
|
|
4442
|
-
"resolver": {
|
|
4443
|
-
"type": "string",
|
|
4444
|
-
"const": "usernameMatchingUserEntityName"
|
|
4445
|
-
}
|
|
4446
|
-
},
|
|
4447
|
-
"required": [
|
|
4448
|
-
"resolver"
|
|
4449
|
-
]
|
|
4450
|
-
},
|
|
4451
4753
|
{
|
|
4452
4754
|
"type": "object",
|
|
4453
4755
|
"properties": {
|
|
@@ -4490,7 +4792,7 @@
|
|
|
4490
4792
|
"required": [
|
|
4491
4793
|
"clientId",
|
|
4492
4794
|
"clientSecret",
|
|
4493
|
-
"
|
|
4795
|
+
"metadataUrl"
|
|
4494
4796
|
]
|
|
4495
4797
|
}
|
|
4496
4798
|
}
|
|
@@ -4503,151 +4805,118 @@
|
|
|
4503
4805
|
}
|
|
4504
4806
|
},
|
|
4505
4807
|
{
|
|
4506
|
-
"path": "../../
|
|
4808
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
4507
4809
|
"value": {
|
|
4508
4810
|
"type": "object",
|
|
4509
4811
|
"properties": {
|
|
4510
4812
|
"auth": {
|
|
4511
4813
|
"type": "object",
|
|
4512
4814
|
"properties": {
|
|
4513
|
-
"
|
|
4514
|
-
"description": "Autologout feature configuration",
|
|
4815
|
+
"providers": {
|
|
4515
4816
|
"type": "object",
|
|
4516
4817
|
"properties": {
|
|
4517
|
-
"
|
|
4518
|
-
"description": "Enable or disable the autologout feature",
|
|
4519
|
-
"visibility": "frontend",
|
|
4520
|
-
"type": "boolean"
|
|
4521
|
-
},
|
|
4522
|
-
"idleTimeoutMinutes": {
|
|
4523
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4524
|
-
"visibility": "frontend",
|
|
4525
|
-
"type": "number"
|
|
4526
|
-
},
|
|
4527
|
-
"promptBeforeIdleSeconds": {
|
|
4528
|
-
"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.",
|
|
4529
|
-
"visibility": "frontend",
|
|
4530
|
-
"type": "number"
|
|
4531
|
-
},
|
|
4532
|
-
"useWorkerTimers": {
|
|
4533
|
-
"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.",
|
|
4534
|
-
"visibility": "frontend",
|
|
4535
|
-
"type": "boolean"
|
|
4536
|
-
},
|
|
4537
|
-
"logoutIfDisconnected": {
|
|
4538
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4818
|
+
"okta": {
|
|
4539
4819
|
"visibility": "frontend",
|
|
4540
|
-
"type": "
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
"region": {
|
|
4639
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
4640
|
-
"type": "string"
|
|
4641
|
-
},
|
|
4642
|
-
"externalId": {
|
|
4643
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
4644
|
-
"visibility": "secret",
|
|
4645
|
-
"type": "string"
|
|
4820
|
+
"type": "object",
|
|
4821
|
+
"additionalProperties": {
|
|
4822
|
+
"type": "object",
|
|
4823
|
+
"properties": {
|
|
4824
|
+
"clientId": {
|
|
4825
|
+
"type": "string"
|
|
4826
|
+
},
|
|
4827
|
+
"clientSecret": {
|
|
4828
|
+
"visibility": "secret",
|
|
4829
|
+
"type": "string"
|
|
4830
|
+
},
|
|
4831
|
+
"audience": {
|
|
4832
|
+
"type": "string"
|
|
4833
|
+
},
|
|
4834
|
+
"authServerId": {
|
|
4835
|
+
"type": "string"
|
|
4836
|
+
},
|
|
4837
|
+
"idp": {
|
|
4838
|
+
"type": "string"
|
|
4839
|
+
},
|
|
4840
|
+
"callbackUrl": {
|
|
4841
|
+
"type": "string"
|
|
4842
|
+
},
|
|
4843
|
+
"additionalScopes": {
|
|
4844
|
+
"anyOf": [
|
|
4845
|
+
{
|
|
4846
|
+
"type": "array",
|
|
4847
|
+
"items": {
|
|
4848
|
+
"type": "string"
|
|
4849
|
+
}
|
|
4850
|
+
},
|
|
4851
|
+
{
|
|
4852
|
+
"type": "string"
|
|
4853
|
+
}
|
|
4854
|
+
]
|
|
4855
|
+
},
|
|
4856
|
+
"signIn": {
|
|
4857
|
+
"type": "object",
|
|
4858
|
+
"properties": {
|
|
4859
|
+
"resolvers": {
|
|
4860
|
+
"type": "array",
|
|
4861
|
+
"items": {
|
|
4862
|
+
"anyOf": [
|
|
4863
|
+
{
|
|
4864
|
+
"type": "object",
|
|
4865
|
+
"properties": {
|
|
4866
|
+
"resolver": {
|
|
4867
|
+
"type": "string",
|
|
4868
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4871
|
+
"required": [
|
|
4872
|
+
"resolver"
|
|
4873
|
+
]
|
|
4874
|
+
},
|
|
4875
|
+
{
|
|
4876
|
+
"type": "object",
|
|
4877
|
+
"properties": {
|
|
4878
|
+
"resolver": {
|
|
4879
|
+
"type": "string",
|
|
4880
|
+
"const": "emailLocalPartMatchingUserEntityName"
|
|
4881
|
+
},
|
|
4882
|
+
"allowedDomains": {
|
|
4883
|
+
"type": "array",
|
|
4884
|
+
"items": {
|
|
4885
|
+
"type": "string"
|
|
4886
|
+
}
|
|
4887
|
+
}
|
|
4888
|
+
},
|
|
4889
|
+
"required": [
|
|
4890
|
+
"resolver"
|
|
4891
|
+
]
|
|
4892
|
+
},
|
|
4893
|
+
{
|
|
4894
|
+
"type": "object",
|
|
4895
|
+
"properties": {
|
|
4896
|
+
"resolver": {
|
|
4897
|
+
"type": "string",
|
|
4898
|
+
"const": "emailMatchingUserEntityProfileEmail"
|
|
4899
|
+
}
|
|
4900
|
+
},
|
|
4901
|
+
"required": [
|
|
4902
|
+
"resolver"
|
|
4903
|
+
]
|
|
4904
|
+
}
|
|
4905
|
+
]
|
|
4906
|
+
}
|
|
4907
|
+
}
|
|
4908
|
+
},
|
|
4909
|
+
"required": [
|
|
4910
|
+
"resolvers"
|
|
4911
|
+
]
|
|
4912
|
+
}
|
|
4913
|
+
},
|
|
4914
|
+
"required": [
|
|
4915
|
+
"clientId",
|
|
4916
|
+
"clientSecret"
|
|
4917
|
+
]
|
|
4646
4918
|
}
|
|
4647
|
-
}
|
|
4648
|
-
"required": [
|
|
4649
|
-
"accountId"
|
|
4650
|
-
]
|
|
4919
|
+
}
|
|
4651
4920
|
}
|
|
4652
4921
|
}
|
|
4653
4922
|
}
|
|
@@ -4657,459 +4926,400 @@
|
|
|
4657
4926
|
}
|
|
4658
4927
|
},
|
|
4659
4928
|
{
|
|
4660
|
-
"path": "../../
|
|
4661
|
-
"value": {
|
|
4662
|
-
"type": "object",
|
|
4663
|
-
"properties": {
|
|
4664
|
-
"backend": {
|
|
4665
|
-
"type": "object",
|
|
4666
|
-
"properties": {
|
|
4667
|
-
"workingDirectory": {
|
|
4668
|
-
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
4669
|
-
"type": "string"
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4672
|
-
}
|
|
4673
|
-
},
|
|
4674
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4675
|
-
}
|
|
4676
|
-
},
|
|
4677
|
-
{
|
|
4678
|
-
"path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/integration/config.d.ts",
|
|
4929
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
4679
4930
|
"value": {
|
|
4680
4931
|
"type": "object",
|
|
4681
4932
|
"properties": {
|
|
4682
|
-
"
|
|
4683
|
-
"description": "Configuration for integrations towards various external repository provider systems",
|
|
4684
|
-
"visibility": "frontend",
|
|
4933
|
+
"auth": {
|
|
4685
4934
|
"type": "object",
|
|
4686
4935
|
"properties": {
|
|
4687
|
-
"
|
|
4688
|
-
"
|
|
4689
|
-
"
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
"
|
|
4694
|
-
"description": "The hostname of the given Azure instance",
|
|
4695
|
-
"visibility": "frontend",
|
|
4696
|
-
"type": "string"
|
|
4697
|
-
},
|
|
4698
|
-
"token": {
|
|
4699
|
-
"description": "Token used to authenticate requests.",
|
|
4700
|
-
"visibility": "secret",
|
|
4701
|
-
"deprecated": "Use `credentials` instead.",
|
|
4702
|
-
"type": "string"
|
|
4703
|
-
},
|
|
4704
|
-
"credential": {
|
|
4705
|
-
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
4706
|
-
"deepVisibility": "secret",
|
|
4707
|
-
"deprecated": "Use `credentials` instead.",
|
|
4936
|
+
"providers": {
|
|
4937
|
+
"type": "object",
|
|
4938
|
+
"properties": {
|
|
4939
|
+
"onelogin": {
|
|
4940
|
+
"visibility": "frontend",
|
|
4941
|
+
"type": "object",
|
|
4942
|
+
"additionalProperties": {
|
|
4708
4943
|
"type": "object",
|
|
4709
4944
|
"properties": {
|
|
4710
4945
|
"clientId": {
|
|
4711
4946
|
"type": "string"
|
|
4712
4947
|
},
|
|
4713
4948
|
"clientSecret": {
|
|
4949
|
+
"visibility": "secret",
|
|
4714
4950
|
"type": "string"
|
|
4715
4951
|
},
|
|
4716
|
-
"
|
|
4952
|
+
"issuer": {
|
|
4717
4953
|
"type": "string"
|
|
4718
4954
|
},
|
|
4719
|
-
"
|
|
4955
|
+
"callbackUrl": {
|
|
4720
4956
|
"type": "string"
|
|
4721
|
-
}
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4957
|
+
},
|
|
4958
|
+
"signIn": {
|
|
4959
|
+
"type": "object",
|
|
4960
|
+
"properties": {
|
|
4961
|
+
"resolvers": {
|
|
4962
|
+
"type": "array",
|
|
4963
|
+
"items": {
|
|
4964
|
+
"anyOf": [
|
|
4965
|
+
{
|
|
4966
|
+
"type": "object",
|
|
4967
|
+
"properties": {
|
|
4968
|
+
"resolver": {
|
|
4969
|
+
"type": "string",
|
|
4970
|
+
"const": "usernameMatchingUserEntityName"
|
|
4971
|
+
}
|
|
4972
|
+
},
|
|
4973
|
+
"required": [
|
|
4974
|
+
"resolver"
|
|
4975
|
+
]
|
|
4976
|
+
},
|
|
4977
|
+
{
|
|
4978
|
+
"type": "object",
|
|
4979
|
+
"properties": {
|
|
4980
|
+
"resolver": {
|
|
4981
|
+
"type": "string",
|
|
4982
|
+
"const": "emailLocalPartMatchingUserEntityName"
|
|
4983
|
+
},
|
|
4984
|
+
"allowedDomains": {
|
|
4985
|
+
"type": "array",
|
|
4986
|
+
"items": {
|
|
4987
|
+
"type": "string"
|
|
4988
|
+
}
|
|
4989
|
+
}
|
|
4990
|
+
},
|
|
4991
|
+
"required": [
|
|
4992
|
+
"resolver"
|
|
4993
|
+
]
|
|
4994
|
+
},
|
|
4995
|
+
{
|
|
4996
|
+
"type": "object",
|
|
4997
|
+
"properties": {
|
|
4998
|
+
"resolver": {
|
|
4999
|
+
"type": "string",
|
|
5000
|
+
"const": "emailMatchingUserEntityProfileEmail"
|
|
5001
|
+
}
|
|
5002
|
+
},
|
|
5003
|
+
"required": [
|
|
5004
|
+
"resolver"
|
|
5005
|
+
]
|
|
5006
|
+
}
|
|
5007
|
+
]
|
|
5008
|
+
}
|
|
5009
|
+
}
|
|
4739
5010
|
},
|
|
4740
|
-
"
|
|
4741
|
-
"
|
|
4742
|
-
|
|
5011
|
+
"required": [
|
|
5012
|
+
"resolvers"
|
|
5013
|
+
]
|
|
4743
5014
|
}
|
|
4744
|
-
}
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
}
|
|
4751
|
-
},
|
|
4752
|
-
"bitbucket": {
|
|
4753
|
-
"description": "Integration configuration for Bitbucket",
|
|
4754
|
-
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
4755
|
-
"type": "array",
|
|
4756
|
-
"items": {
|
|
4757
|
-
"type": "object",
|
|
4758
|
-
"properties": {
|
|
4759
|
-
"host": {
|
|
4760
|
-
"description": "The hostname of the given Bitbucket instance",
|
|
4761
|
-
"visibility": "frontend",
|
|
4762
|
-
"type": "string"
|
|
4763
|
-
},
|
|
4764
|
-
"token": {
|
|
4765
|
-
"description": "Token used to authenticate requests.",
|
|
4766
|
-
"visibility": "secret",
|
|
4767
|
-
"type": "string"
|
|
4768
|
-
},
|
|
4769
|
-
"apiBaseUrl": {
|
|
4770
|
-
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
4771
|
-
"visibility": "frontend",
|
|
4772
|
-
"type": "string"
|
|
4773
|
-
},
|
|
4774
|
-
"username": {
|
|
4775
|
-
"description": "The username to use for authenticated requests.",
|
|
4776
|
-
"visibility": "secret",
|
|
4777
|
-
"type": "string"
|
|
4778
|
-
},
|
|
4779
|
-
"appPassword": {
|
|
4780
|
-
"description": "Bitbucket app password used to authenticate requests.",
|
|
4781
|
-
"visibility": "secret",
|
|
4782
|
-
"type": "string"
|
|
5015
|
+
},
|
|
5016
|
+
"required": [
|
|
5017
|
+
"clientId",
|
|
5018
|
+
"clientSecret",
|
|
5019
|
+
"issuer"
|
|
5020
|
+
]
|
|
4783
5021
|
}
|
|
4784
|
-
}
|
|
4785
|
-
"required": [
|
|
4786
|
-
"host"
|
|
4787
|
-
]
|
|
5022
|
+
}
|
|
4788
5023
|
}
|
|
4789
|
-
}
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
5024
|
+
}
|
|
5025
|
+
}
|
|
5026
|
+
}
|
|
5027
|
+
},
|
|
5028
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5029
|
+
}
|
|
5030
|
+
},
|
|
5031
|
+
{
|
|
5032
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
5033
|
+
"value": {
|
|
5034
|
+
"type": "object",
|
|
5035
|
+
"properties": {
|
|
5036
|
+
"auth": {
|
|
5037
|
+
"type": "object",
|
|
5038
|
+
"properties": {
|
|
5039
|
+
"autologout": {
|
|
5040
|
+
"description": "Autologout feature configuration",
|
|
5041
|
+
"type": "object",
|
|
5042
|
+
"properties": {
|
|
5043
|
+
"enabled": {
|
|
5044
|
+
"description": "Enable or disable the autologout feature",
|
|
5045
|
+
"visibility": "frontend",
|
|
5046
|
+
"type": "boolean"
|
|
4806
5047
|
},
|
|
4807
|
-
"
|
|
4808
|
-
"
|
|
4809
|
-
"
|
|
4810
|
-
|
|
4811
|
-
}
|
|
4812
|
-
},
|
|
4813
|
-
"bitbucketServer": {
|
|
4814
|
-
"description": "Integration configuration for Bitbucket Server",
|
|
4815
|
-
"type": "array",
|
|
4816
|
-
"items": {
|
|
4817
|
-
"type": "object",
|
|
4818
|
-
"properties": {
|
|
4819
|
-
"host": {
|
|
4820
|
-
"description": "The hostname of the given Bitbucket Server instance",
|
|
4821
|
-
"visibility": "frontend",
|
|
4822
|
-
"type": "string"
|
|
4823
|
-
},
|
|
4824
|
-
"token": {
|
|
4825
|
-
"description": "Token used to authenticate requests.",
|
|
4826
|
-
"visibility": "secret",
|
|
4827
|
-
"type": "string"
|
|
4828
|
-
},
|
|
4829
|
-
"username": {
|
|
4830
|
-
"description": "Username used to authenticate requests with Basic Auth.",
|
|
4831
|
-
"visibility": "secret",
|
|
4832
|
-
"type": "string"
|
|
4833
|
-
},
|
|
4834
|
-
"password": {
|
|
4835
|
-
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
4836
|
-
"visibility": "secret",
|
|
4837
|
-
"type": "string"
|
|
4838
|
-
},
|
|
4839
|
-
"apiBaseUrl": {
|
|
4840
|
-
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
4841
|
-
"visibility": "frontend",
|
|
4842
|
-
"type": "string"
|
|
4843
|
-
}
|
|
5048
|
+
"idleTimeoutMinutes": {
|
|
5049
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
5050
|
+
"visibility": "frontend",
|
|
5051
|
+
"type": "number"
|
|
4844
5052
|
},
|
|
4845
|
-
"
|
|
4846
|
-
"
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
},
|
|
4850
|
-
"gerrit": {
|
|
4851
|
-
"description": "Integration configuration for Gerrit",
|
|
4852
|
-
"type": "array",
|
|
4853
|
-
"items": {
|
|
4854
|
-
"type": "object",
|
|
4855
|
-
"properties": {
|
|
4856
|
-
"host": {
|
|
4857
|
-
"description": "The hostname of the given Gerrit instance",
|
|
4858
|
-
"visibility": "frontend",
|
|
4859
|
-
"type": "string"
|
|
4860
|
-
},
|
|
4861
|
-
"baseUrl": {
|
|
4862
|
-
"description": "The base url for the Gerrit instance.",
|
|
4863
|
-
"visibility": "frontend",
|
|
4864
|
-
"type": "string"
|
|
4865
|
-
},
|
|
4866
|
-
"gitilesBaseUrl": {
|
|
4867
|
-
"description": "The gitiles base url.",
|
|
4868
|
-
"visibility": "frontend",
|
|
4869
|
-
"type": "string"
|
|
4870
|
-
},
|
|
4871
|
-
"cloneUrl": {
|
|
4872
|
-
"description": "The base url for cloning repos.",
|
|
4873
|
-
"visibility": "frontend",
|
|
4874
|
-
"type": "string"
|
|
4875
|
-
},
|
|
4876
|
-
"username": {
|
|
4877
|
-
"description": "The username to use for authenticated requests.",
|
|
4878
|
-
"visibility": "secret",
|
|
4879
|
-
"type": "string"
|
|
4880
|
-
},
|
|
4881
|
-
"password": {
|
|
4882
|
-
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
4883
|
-
"visibility": "secret",
|
|
4884
|
-
"type": "string"
|
|
4885
|
-
}
|
|
5053
|
+
"promptBeforeIdleSeconds": {
|
|
5054
|
+
"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.",
|
|
5055
|
+
"visibility": "frontend",
|
|
5056
|
+
"type": "number"
|
|
4886
5057
|
},
|
|
4887
|
-
"
|
|
4888
|
-
"
|
|
4889
|
-
"
|
|
4890
|
-
|
|
5058
|
+
"useWorkerTimers": {
|
|
5059
|
+
"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.",
|
|
5060
|
+
"visibility": "frontend",
|
|
5061
|
+
"type": "boolean"
|
|
5062
|
+
},
|
|
5063
|
+
"logoutIfDisconnected": {
|
|
5064
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
5065
|
+
"visibility": "frontend",
|
|
5066
|
+
"type": "boolean"
|
|
5067
|
+
}
|
|
4891
5068
|
}
|
|
4892
|
-
}
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
"type": "string"
|
|
4936
|
-
},
|
|
4937
|
-
"webhookSecret": {
|
|
4938
|
-
"description": "The secret used for webhooks",
|
|
4939
|
-
"visibility": "secret",
|
|
4940
|
-
"type": "string"
|
|
4941
|
-
},
|
|
4942
|
-
"clientId": {
|
|
4943
|
-
"description": "The client ID to use",
|
|
4944
|
-
"type": "string"
|
|
4945
|
-
},
|
|
4946
|
-
"clientSecret": {
|
|
4947
|
-
"description": "The client secret to use",
|
|
4948
|
-
"visibility": "secret",
|
|
4949
|
-
"type": "string"
|
|
4950
|
-
},
|
|
4951
|
-
"allowedInstallationOwners": {
|
|
4952
|
-
"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",
|
|
4953
|
-
"type": "array",
|
|
4954
|
-
"items": {
|
|
4955
|
-
"type": "string"
|
|
4956
|
-
}
|
|
4957
|
-
}
|
|
4958
|
-
},
|
|
4959
|
-
"required": [
|
|
4960
|
-
"appId",
|
|
4961
|
-
"clientId",
|
|
4962
|
-
"clientSecret",
|
|
4963
|
-
"privateKey",
|
|
4964
|
-
"webhookSecret"
|
|
4965
|
-
]
|
|
4966
|
-
}
|
|
4967
|
-
}
|
|
5069
|
+
}
|
|
5070
|
+
}
|
|
5071
|
+
}
|
|
5072
|
+
},
|
|
5073
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5074
|
+
}
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
|
|
5078
|
+
"value": {
|
|
5079
|
+
"type": "object",
|
|
5080
|
+
"properties": {
|
|
5081
|
+
"permission": {
|
|
5082
|
+
"description": "Configuration options for Backstage permissions and authorization",
|
|
5083
|
+
"type": "object",
|
|
5084
|
+
"properties": {
|
|
5085
|
+
"enabled": {
|
|
5086
|
+
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
5087
|
+
"visibility": "frontend",
|
|
5088
|
+
"type": "boolean"
|
|
5089
|
+
}
|
|
5090
|
+
}
|
|
5091
|
+
}
|
|
5092
|
+
},
|
|
5093
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5094
|
+
}
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"path": "../integration-aws-node/config.d.ts",
|
|
5098
|
+
"value": {
|
|
5099
|
+
"type": "object",
|
|
5100
|
+
"properties": {
|
|
5101
|
+
"aws": {
|
|
5102
|
+
"description": "Configuration for access to AWS accounts",
|
|
5103
|
+
"type": "object",
|
|
5104
|
+
"properties": {
|
|
5105
|
+
"accountDefaults": {
|
|
5106
|
+
"description": "Defaults for retrieving AWS account credentials",
|
|
5107
|
+
"type": "object",
|
|
5108
|
+
"properties": {
|
|
5109
|
+
"roleName": {
|
|
5110
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
5111
|
+
"type": "string"
|
|
4968
5112
|
},
|
|
4969
|
-
"
|
|
4970
|
-
"
|
|
4971
|
-
|
|
4972
|
-
}
|
|
4973
|
-
},
|
|
4974
|
-
"gitlab": {
|
|
4975
|
-
"description": "Integration configuration for GitLab",
|
|
4976
|
-
"type": "array",
|
|
4977
|
-
"items": {
|
|
4978
|
-
"type": "object",
|
|
4979
|
-
"properties": {
|
|
4980
|
-
"host": {
|
|
4981
|
-
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
4982
|
-
"visibility": "frontend",
|
|
4983
|
-
"type": "string"
|
|
4984
|
-
},
|
|
4985
|
-
"apiBaseUrl": {
|
|
4986
|
-
"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.",
|
|
4987
|
-
"visibility": "frontend",
|
|
4988
|
-
"type": "string"
|
|
4989
|
-
},
|
|
4990
|
-
"token": {
|
|
4991
|
-
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
4992
|
-
"visibility": "secret",
|
|
4993
|
-
"type": "string"
|
|
4994
|
-
},
|
|
4995
|
-
"baseUrl": {
|
|
4996
|
-
"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}.",
|
|
4997
|
-
"visibility": "frontend",
|
|
4998
|
-
"type": "string"
|
|
4999
|
-
}
|
|
5113
|
+
"partition": {
|
|
5114
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
5115
|
+
"type": "string"
|
|
5000
5116
|
},
|
|
5001
|
-
"
|
|
5002
|
-
"
|
|
5003
|
-
|
|
5117
|
+
"region": {
|
|
5118
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
5119
|
+
"type": "string"
|
|
5120
|
+
},
|
|
5121
|
+
"externalId": {
|
|
5122
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
5123
|
+
"visibility": "secret",
|
|
5124
|
+
"type": "string"
|
|
5125
|
+
}
|
|
5004
5126
|
}
|
|
5005
5127
|
},
|
|
5006
|
-
"
|
|
5007
|
-
"description": "
|
|
5128
|
+
"mainAccount": {
|
|
5129
|
+
"description": "Main account to use for retrieving AWS account credentials",
|
|
5008
5130
|
"type": "object",
|
|
5009
5131
|
"properties": {
|
|
5010
|
-
"
|
|
5011
|
-
"description": "
|
|
5132
|
+
"accessKeyId": {
|
|
5133
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
5134
|
+
"visibility": "secret",
|
|
5012
5135
|
"type": "string"
|
|
5013
5136
|
},
|
|
5014
|
-
"
|
|
5015
|
-
"description": "
|
|
5137
|
+
"secretAccessKey": {
|
|
5138
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
5016
5139
|
"visibility": "secret",
|
|
5017
5140
|
"type": "string"
|
|
5141
|
+
},
|
|
5142
|
+
"profile": {
|
|
5143
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
5144
|
+
"type": "string"
|
|
5145
|
+
},
|
|
5146
|
+
"region": {
|
|
5147
|
+
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
5148
|
+
"type": "string"
|
|
5018
5149
|
}
|
|
5019
5150
|
}
|
|
5020
5151
|
},
|
|
5021
|
-
"
|
|
5022
|
-
"description": "
|
|
5152
|
+
"accounts": {
|
|
5153
|
+
"description": "Configuration for retrieving AWS accounts credentials",
|
|
5023
5154
|
"type": "array",
|
|
5024
5155
|
"items": {
|
|
5025
5156
|
"type": "object",
|
|
5026
5157
|
"properties": {
|
|
5027
|
-
"
|
|
5028
|
-
"description": "
|
|
5029
|
-
"visibility": "frontend",
|
|
5158
|
+
"accountId": {
|
|
5159
|
+
"description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
|
|
5030
5160
|
"type": "string"
|
|
5031
5161
|
},
|
|
5032
|
-
"s3ForcePathStyle": {
|
|
5033
|
-
"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.",
|
|
5034
|
-
"visibility": "frontend",
|
|
5035
|
-
"type": "boolean"
|
|
5036
|
-
},
|
|
5037
5162
|
"accessKeyId": {
|
|
5038
|
-
"description": "
|
|
5163
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
5164
|
+
"visibility": "secret",
|
|
5039
5165
|
"type": "string"
|
|
5040
5166
|
},
|
|
5041
5167
|
"secretAccessKey": {
|
|
5042
|
-
"description": "
|
|
5168
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
5043
5169
|
"visibility": "secret",
|
|
5044
5170
|
"type": "string"
|
|
5045
5171
|
},
|
|
5046
|
-
"
|
|
5047
|
-
"description": "
|
|
5172
|
+
"profile": {
|
|
5173
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
5048
5174
|
"type": "string"
|
|
5049
5175
|
},
|
|
5050
|
-
"
|
|
5051
|
-
"description": "
|
|
5052
|
-
"type": "string"
|
|
5053
|
-
}
|
|
5054
|
-
}
|
|
5055
|
-
}
|
|
5056
|
-
},
|
|
5057
|
-
"gitea": {
|
|
5058
|
-
"description": "Integration configuration for Gitea",
|
|
5059
|
-
"type": "array",
|
|
5060
|
-
"items": {
|
|
5061
|
-
"type": "object",
|
|
5062
|
-
"properties": {
|
|
5063
|
-
"host": {
|
|
5064
|
-
"description": "The hostname of the given Gitea instance",
|
|
5065
|
-
"visibility": "frontend",
|
|
5176
|
+
"roleName": {
|
|
5177
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
5066
5178
|
"type": "string"
|
|
5067
5179
|
},
|
|
5068
|
-
"
|
|
5069
|
-
"description": "The
|
|
5070
|
-
"visibility": "frontend",
|
|
5180
|
+
"partition": {
|
|
5181
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
5071
5182
|
"type": "string"
|
|
5072
5183
|
},
|
|
5073
|
-
"
|
|
5074
|
-
"description": "The
|
|
5075
|
-
"visibility": "secret",
|
|
5184
|
+
"region": {
|
|
5185
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
5076
5186
|
"type": "string"
|
|
5077
5187
|
},
|
|
5078
|
-
"
|
|
5079
|
-
"description": "
|
|
5188
|
+
"externalId": {
|
|
5189
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
5080
5190
|
"visibility": "secret",
|
|
5081
5191
|
"type": "string"
|
|
5082
5192
|
}
|
|
5083
5193
|
},
|
|
5084
5194
|
"required": [
|
|
5085
|
-
"
|
|
5195
|
+
"accountId"
|
|
5086
5196
|
]
|
|
5087
5197
|
}
|
|
5198
|
+
}
|
|
5199
|
+
}
|
|
5200
|
+
}
|
|
5201
|
+
},
|
|
5202
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5203
|
+
}
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/backend-plugin-api/config.d.ts",
|
|
5207
|
+
"value": {
|
|
5208
|
+
"type": "object",
|
|
5209
|
+
"properties": {
|
|
5210
|
+
"backend": {
|
|
5211
|
+
"type": "object",
|
|
5212
|
+
"properties": {
|
|
5213
|
+
"workingDirectory": {
|
|
5214
|
+
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
5215
|
+
"type": "string"
|
|
5216
|
+
}
|
|
5217
|
+
}
|
|
5218
|
+
}
|
|
5219
|
+
},
|
|
5220
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5221
|
+
}
|
|
5222
|
+
},
|
|
5223
|
+
{
|
|
5224
|
+
"path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/integration-aws-node/config.d.ts",
|
|
5225
|
+
"value": {
|
|
5226
|
+
"type": "object",
|
|
5227
|
+
"properties": {
|
|
5228
|
+
"aws": {
|
|
5229
|
+
"description": "Configuration for access to AWS accounts",
|
|
5230
|
+
"type": "object",
|
|
5231
|
+
"properties": {
|
|
5232
|
+
"accountDefaults": {
|
|
5233
|
+
"description": "Defaults for retrieving AWS account credentials",
|
|
5234
|
+
"type": "object",
|
|
5235
|
+
"properties": {
|
|
5236
|
+
"roleName": {
|
|
5237
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
5238
|
+
"type": "string"
|
|
5239
|
+
},
|
|
5240
|
+
"partition": {
|
|
5241
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
5242
|
+
"type": "string"
|
|
5243
|
+
},
|
|
5244
|
+
"region": {
|
|
5245
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
5246
|
+
"type": "string"
|
|
5247
|
+
},
|
|
5248
|
+
"externalId": {
|
|
5249
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
5250
|
+
"visibility": "secret",
|
|
5251
|
+
"type": "string"
|
|
5252
|
+
}
|
|
5253
|
+
}
|
|
5088
5254
|
},
|
|
5089
|
-
"
|
|
5090
|
-
"description": "
|
|
5255
|
+
"mainAccount": {
|
|
5256
|
+
"description": "Main account to use for retrieving AWS account credentials",
|
|
5257
|
+
"type": "object",
|
|
5258
|
+
"properties": {
|
|
5259
|
+
"accessKeyId": {
|
|
5260
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
5261
|
+
"visibility": "secret",
|
|
5262
|
+
"type": "string"
|
|
5263
|
+
},
|
|
5264
|
+
"secretAccessKey": {
|
|
5265
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
5266
|
+
"visibility": "secret",
|
|
5267
|
+
"type": "string"
|
|
5268
|
+
},
|
|
5269
|
+
"profile": {
|
|
5270
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
5271
|
+
"type": "string"
|
|
5272
|
+
},
|
|
5273
|
+
"region": {
|
|
5274
|
+
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
5275
|
+
"type": "string"
|
|
5276
|
+
}
|
|
5277
|
+
}
|
|
5278
|
+
},
|
|
5279
|
+
"accounts": {
|
|
5280
|
+
"description": "Configuration for retrieving AWS accounts credentials",
|
|
5091
5281
|
"type": "array",
|
|
5092
5282
|
"items": {
|
|
5093
5283
|
"type": "object",
|
|
5094
5284
|
"properties": {
|
|
5095
|
-
"
|
|
5096
|
-
"description": "The
|
|
5097
|
-
"visibility": "frontend",
|
|
5285
|
+
"accountId": {
|
|
5286
|
+
"description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
|
|
5098
5287
|
"type": "string"
|
|
5099
5288
|
},
|
|
5100
|
-
"
|
|
5101
|
-
"description": "The
|
|
5289
|
+
"accessKeyId": {
|
|
5290
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
5102
5291
|
"visibility": "secret",
|
|
5103
5292
|
"type": "string"
|
|
5104
5293
|
},
|
|
5105
|
-
"
|
|
5106
|
-
"description": "
|
|
5294
|
+
"secretAccessKey": {
|
|
5295
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
5296
|
+
"visibility": "secret",
|
|
5297
|
+
"type": "string"
|
|
5298
|
+
},
|
|
5299
|
+
"profile": {
|
|
5300
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
5301
|
+
"type": "string"
|
|
5302
|
+
},
|
|
5303
|
+
"roleName": {
|
|
5304
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
5305
|
+
"type": "string"
|
|
5306
|
+
},
|
|
5307
|
+
"partition": {
|
|
5308
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
5309
|
+
"type": "string"
|
|
5310
|
+
},
|
|
5311
|
+
"region": {
|
|
5312
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
5313
|
+
"type": "string"
|
|
5314
|
+
},
|
|
5315
|
+
"externalId": {
|
|
5316
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
5107
5317
|
"visibility": "secret",
|
|
5108
5318
|
"type": "string"
|
|
5109
5319
|
}
|
|
5110
5320
|
},
|
|
5111
5321
|
"required": [
|
|
5112
|
-
"
|
|
5322
|
+
"accountId"
|
|
5113
5323
|
]
|
|
5114
5324
|
}
|
|
5115
5325
|
}
|