@techdocs/cli 1.8.12-next.0 → 1.8.12-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.
Files changed (55) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/embedded-app/.config-schema.json +612 -1
  3. package/dist/embedded-app/index.html +1 -1
  4. package/dist/embedded-app/static/124.f1bbb49f.chunk.js +5 -0
  5. package/dist/embedded-app/static/124.f1bbb49f.chunk.js.map +1 -0
  6. package/dist/embedded-app/static/2401.41f8afc2.chunk.js +5 -0
  7. package/dist/embedded-app/static/2401.41f8afc2.chunk.js.map +1 -0
  8. package/dist/embedded-app/static/2420.79e5ad73.chunk.js +5 -0
  9. package/dist/embedded-app/static/2420.79e5ad73.chunk.js.map +1 -0
  10. package/dist/embedded-app/static/287.57364744.chunk.js +5 -0
  11. package/dist/embedded-app/static/287.57364744.chunk.js.map +1 -0
  12. package/dist/embedded-app/static/3632.311788b9.chunk.js +5 -0
  13. package/dist/embedded-app/static/3632.311788b9.chunk.js.map +1 -0
  14. package/dist/embedded-app/static/5724.49186426.chunk.js +3 -0
  15. package/dist/embedded-app/static/5724.49186426.chunk.js.map +1 -0
  16. package/dist/embedded-app/static/5974.3b113fed.chunk.js +3 -0
  17. package/dist/embedded-app/static/5974.3b113fed.chunk.js.map +1 -0
  18. package/dist/embedded-app/static/6271.491e4b08.chunk.js +5 -0
  19. package/dist/embedded-app/static/6271.491e4b08.chunk.js.map +1 -0
  20. package/dist/embedded-app/static/8384.fba8163d.chunk.js +5 -0
  21. package/dist/embedded-app/static/8384.fba8163d.chunk.js.map +1 -0
  22. package/dist/embedded-app/static/9652.c37f1514.chunk.js +5 -0
  23. package/dist/embedded-app/static/9652.c37f1514.chunk.js.map +1 -0
  24. package/dist/embedded-app/static/main.a258183d.js +508 -0
  25. package/dist/embedded-app/static/main.a258183d.js.map +1 -0
  26. package/dist/embedded-app/static/{runtime.47a8ac1c.js → runtime.a258183d.js} +2 -2
  27. package/dist/embedded-app/static/{runtime.47a8ac1c.js.map → runtime.a258183d.js.map} +1 -1
  28. package/dist/embedded-app/static/vendor.a258183d.js +155 -0
  29. package/dist/embedded-app/static/vendor.a258183d.js.map +1 -0
  30. package/dist/index.cjs.js +1 -1
  31. package/package.json +4 -4
  32. package/dist/embedded-app/static/124.2fe45728.chunk.js +0 -5
  33. package/dist/embedded-app/static/124.2fe45728.chunk.js.map +0 -1
  34. package/dist/embedded-app/static/2401.b9ecb259.chunk.js +0 -5
  35. package/dist/embedded-app/static/2401.b9ecb259.chunk.js.map +0 -1
  36. package/dist/embedded-app/static/2420.8b65f057.chunk.js +0 -5
  37. package/dist/embedded-app/static/2420.8b65f057.chunk.js.map +0 -1
  38. package/dist/embedded-app/static/287.e4ea033a.chunk.js +0 -5
  39. package/dist/embedded-app/static/287.e4ea033a.chunk.js.map +0 -1
  40. package/dist/embedded-app/static/3632.12b6d8dd.chunk.js +0 -5
  41. package/dist/embedded-app/static/3632.12b6d8dd.chunk.js.map +0 -1
  42. package/dist/embedded-app/static/5974.9d006f0f.chunk.js +0 -3
  43. package/dist/embedded-app/static/5974.9d006f0f.chunk.js.map +0 -1
  44. package/dist/embedded-app/static/6271.e14894fd.chunk.js +0 -5
  45. package/dist/embedded-app/static/6271.e14894fd.chunk.js.map +0 -1
  46. package/dist/embedded-app/static/73.c7f521ae.chunk.js +0 -3
  47. package/dist/embedded-app/static/73.c7f521ae.chunk.js.map +0 -1
  48. package/dist/embedded-app/static/8384.f9a38a1a.chunk.js +0 -5
  49. package/dist/embedded-app/static/8384.f9a38a1a.chunk.js.map +0 -1
  50. package/dist/embedded-app/static/9652.e5ad523b.chunk.js +0 -5
  51. package/dist/embedded-app/static/9652.e5ad523b.chunk.js.map +0 -1
  52. package/dist/embedded-app/static/main.47a8ac1c.js +0 -508
  53. package/dist/embedded-app/static/main.47a8ac1c.js.map +0 -1
  54. package/dist/embedded-app/static/vendor.47a8ac1c.js +0 -160
  55. package/dist/embedded-app/static/vendor.47a8ac1c.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @techdocs/cli
2
2
 
3
+ ## 1.8.12-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-techdocs-node@1.12.5-next.2
9
+ - @backstage/backend-common@0.23.0-next.2
10
+ - @backstage/catalog-model@1.5.0
11
+ - @backstage/cli-common@0.1.13
12
+ - @backstage/config@1.2.0
13
+
14
+ ## 1.8.12-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.23.0-next.1
20
+ - @backstage/plugin-techdocs-node@1.12.5-next.1
21
+
3
22
  ## 1.8.12-next.0
4
23
 
5
24
  ### Patch Changes
@@ -1472,7 +1472,7 @@
1472
1472
  }
1473
1473
  },
1474
1474
  {
1475
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1475
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1476
1476
  "value": {
1477
1477
  "type": "object",
1478
1478
  "properties": {
@@ -1606,6 +1606,56 @@
1606
1606
  "secret",
1607
1607
  "subject"
1608
1608
  ]
1609
+ },
1610
+ "accessRestrictions": {
1611
+ "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.",
1612
+ "type": "array",
1613
+ "items": {
1614
+ "type": "object",
1615
+ "properties": {
1616
+ "plugin": {
1617
+ "description": "Permit access to make requests to this plugin.\n\nCan be further refined by setting additional fields below.",
1618
+ "type": "string"
1619
+ },
1620
+ "permission": {
1621
+ "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.",
1622
+ "anyOf": [
1623
+ {
1624
+ "type": "array",
1625
+ "items": {
1626
+ "type": "string"
1627
+ }
1628
+ },
1629
+ {
1630
+ "type": "string"
1631
+ }
1632
+ ]
1633
+ },
1634
+ "permissionAttribute": {
1635
+ "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.",
1636
+ "type": "object",
1637
+ "properties": {
1638
+ "action": {
1639
+ "description": "One of more of 'create', 'read', 'update', or 'delete'.",
1640
+ "anyOf": [
1641
+ {
1642
+ "type": "array",
1643
+ "items": {
1644
+ "type": "string"
1645
+ }
1646
+ },
1647
+ {
1648
+ "type": "string"
1649
+ }
1650
+ ]
1651
+ }
1652
+ }
1653
+ }
1654
+ },
1655
+ "required": [
1656
+ "plugin"
1657
+ ]
1658
+ }
1609
1659
  }
1610
1660
  },
1611
1661
  "required": [
@@ -1638,6 +1688,128 @@
1638
1688
  "subject",
1639
1689
  "token"
1640
1690
  ]
1691
+ },
1692
+ "accessRestrictions": {
1693
+ "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.",
1694
+ "type": "array",
1695
+ "items": {
1696
+ "type": "object",
1697
+ "properties": {
1698
+ "plugin": {
1699
+ "description": "Permit access to make requests to this plugin.\n\nCan be further refined by setting additional fields below.",
1700
+ "type": "string"
1701
+ },
1702
+ "permission": {
1703
+ "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.",
1704
+ "anyOf": [
1705
+ {
1706
+ "type": "array",
1707
+ "items": {
1708
+ "type": "string"
1709
+ }
1710
+ },
1711
+ {
1712
+ "type": "string"
1713
+ }
1714
+ ]
1715
+ },
1716
+ "permissionAttribute": {
1717
+ "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.",
1718
+ "type": "object",
1719
+ "properties": {
1720
+ "action": {
1721
+ "description": "One of more of 'create', 'read', 'update', or 'delete'.",
1722
+ "anyOf": [
1723
+ {
1724
+ "type": "array",
1725
+ "items": {
1726
+ "type": "string"
1727
+ }
1728
+ },
1729
+ {
1730
+ "type": "string"
1731
+ }
1732
+ ]
1733
+ }
1734
+ }
1735
+ }
1736
+ },
1737
+ "required": [
1738
+ "plugin"
1739
+ ]
1740
+ }
1741
+ }
1742
+ },
1743
+ "required": [
1744
+ "options",
1745
+ "type"
1746
+ ]
1747
+ },
1748
+ {
1749
+ "type": "object",
1750
+ "properties": {
1751
+ "type": {
1752
+ "description": "This access method consists of a JWKS endpoint that can be used to\nverify JWT tokens.\n\nCallers generate JWT tokens via 3rd party tooling\nand pass them in the Authorization header:\n\n```\nAuthorization: Bearer eZv5o+fW3KnR3kVabMW4ZcDNLPl8nmMW\n```",
1753
+ "type": "string",
1754
+ "const": "jwks"
1755
+ },
1756
+ "options": {
1757
+ "type": "object",
1758
+ "properties": {
1759
+ "url": {
1760
+ "description": "The full URL of the JWKS endpoint.",
1761
+ "type": "string"
1762
+ },
1763
+ "algorithm": {
1764
+ "description": "Sets the algorithm(s) that should be used to verify the JWT tokens.\nThe passed JWTs must have been signed using one of the listed algorithms.",
1765
+ "anyOf": [
1766
+ {
1767
+ "type": "array",
1768
+ "items": {
1769
+ "type": "string"
1770
+ }
1771
+ },
1772
+ {
1773
+ "type": "string"
1774
+ }
1775
+ ]
1776
+ },
1777
+ "issuer": {
1778
+ "description": "Sets the issuer(s) that should be used to verify the JWT tokens.\nPassed JWTs must have an `iss` claim which matches one of the specified issuers.",
1779
+ "anyOf": [
1780
+ {
1781
+ "type": "array",
1782
+ "items": {
1783
+ "type": "string"
1784
+ }
1785
+ },
1786
+ {
1787
+ "type": "string"
1788
+ }
1789
+ ]
1790
+ },
1791
+ "audience": {
1792
+ "description": "Sets the audience(s) that should be used to verify the JWT tokens.\nThe passed JWTs must have an \"aud\" claim that matches one of the audiences specified,\nor have no audience specified.",
1793
+ "anyOf": [
1794
+ {
1795
+ "type": "array",
1796
+ "items": {
1797
+ "type": "string"
1798
+ }
1799
+ },
1800
+ {
1801
+ "type": "string"
1802
+ }
1803
+ ]
1804
+ },
1805
+ "subjectPrefix": {
1806
+ "description": "Sets an optional subject prefix. Passes the subject to called plugins.\nUseful for debugging and tracking purposes.",
1807
+ "type": "string"
1808
+ }
1809
+ },
1810
+ "required": [
1811
+ "url"
1812
+ ]
1641
1813
  }
1642
1814
  },
1643
1815
  "required": [
@@ -1819,6 +1991,445 @@
1819
1991
  },
1820
1992
  "$schema": "http://json-schema.org/draft-07/schema#"
1821
1993
  }
1994
+ },
1995
+ {
1996
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/integration/config.d.ts",
1997
+ "value": {
1998
+ "type": "object",
1999
+ "properties": {
2000
+ "integrations": {
2001
+ "description": "Configuration for integrations towards various external repository provider systems",
2002
+ "visibility": "frontend",
2003
+ "type": "object",
2004
+ "properties": {
2005
+ "azure": {
2006
+ "description": "Integration configuration for Azure",
2007
+ "type": "array",
2008
+ "items": {
2009
+ "type": "object",
2010
+ "properties": {
2011
+ "host": {
2012
+ "description": "The hostname of the given Azure instance",
2013
+ "visibility": "frontend",
2014
+ "type": "string"
2015
+ },
2016
+ "token": {
2017
+ "description": "Token used to authenticate requests.",
2018
+ "visibility": "secret",
2019
+ "deprecated": "Use `credentials` instead.",
2020
+ "type": "string"
2021
+ },
2022
+ "credential": {
2023
+ "description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
2024
+ "deepVisibility": "secret",
2025
+ "deprecated": "Use `credentials` instead.",
2026
+ "type": "object",
2027
+ "properties": {
2028
+ "clientId": {
2029
+ "type": "string"
2030
+ },
2031
+ "clientSecret": {
2032
+ "type": "string"
2033
+ },
2034
+ "tenantId": {
2035
+ "type": "string"
2036
+ },
2037
+ "personalAccessToken": {
2038
+ "type": "string"
2039
+ }
2040
+ }
2041
+ },
2042
+ "credentials": {
2043
+ "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.",
2044
+ "deepVisibility": "secret",
2045
+ "type": "array",
2046
+ "items": {
2047
+ "type": "object",
2048
+ "properties": {
2049
+ "clientId": {
2050
+ "type": "string"
2051
+ },
2052
+ "clientSecret": {
2053
+ "type": "string"
2054
+ },
2055
+ "tenantId": {
2056
+ "type": "string"
2057
+ },
2058
+ "personalAccessToken": {
2059
+ "type": "string"
2060
+ }
2061
+ }
2062
+ }
2063
+ }
2064
+ },
2065
+ "required": [
2066
+ "host"
2067
+ ]
2068
+ }
2069
+ },
2070
+ "bitbucket": {
2071
+ "description": "Integration configuration for Bitbucket",
2072
+ "deprecated": "replaced by bitbucketCloud and bitbucketServer",
2073
+ "type": "array",
2074
+ "items": {
2075
+ "type": "object",
2076
+ "properties": {
2077
+ "host": {
2078
+ "description": "The hostname of the given Bitbucket instance",
2079
+ "visibility": "frontend",
2080
+ "type": "string"
2081
+ },
2082
+ "token": {
2083
+ "description": "Token used to authenticate requests.",
2084
+ "visibility": "secret",
2085
+ "type": "string"
2086
+ },
2087
+ "apiBaseUrl": {
2088
+ "description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
2089
+ "visibility": "frontend",
2090
+ "type": "string"
2091
+ },
2092
+ "username": {
2093
+ "description": "The username to use for authenticated requests.",
2094
+ "visibility": "secret",
2095
+ "type": "string"
2096
+ },
2097
+ "appPassword": {
2098
+ "description": "Bitbucket app password used to authenticate requests.",
2099
+ "visibility": "secret",
2100
+ "type": "string"
2101
+ }
2102
+ },
2103
+ "required": [
2104
+ "host"
2105
+ ]
2106
+ }
2107
+ },
2108
+ "bitbucketCloud": {
2109
+ "description": "Integration configuration for Bitbucket Cloud",
2110
+ "type": "array",
2111
+ "items": {
2112
+ "type": "object",
2113
+ "properties": {
2114
+ "username": {
2115
+ "description": "The username to use for authenticated requests.",
2116
+ "visibility": "secret",
2117
+ "type": "string"
2118
+ },
2119
+ "appPassword": {
2120
+ "description": "Bitbucket Cloud app password used to authenticate requests.",
2121
+ "visibility": "secret",
2122
+ "type": "string"
2123
+ }
2124
+ },
2125
+ "required": [
2126
+ "appPassword",
2127
+ "username"
2128
+ ]
2129
+ }
2130
+ },
2131
+ "bitbucketServer": {
2132
+ "description": "Integration configuration for Bitbucket Server",
2133
+ "type": "array",
2134
+ "items": {
2135
+ "type": "object",
2136
+ "properties": {
2137
+ "host": {
2138
+ "description": "The hostname of the given Bitbucket Server instance",
2139
+ "visibility": "frontend",
2140
+ "type": "string"
2141
+ },
2142
+ "token": {
2143
+ "description": "Token used to authenticate requests.",
2144
+ "visibility": "secret",
2145
+ "type": "string"
2146
+ },
2147
+ "username": {
2148
+ "description": "Username used to authenticate requests with Basic Auth.",
2149
+ "visibility": "secret",
2150
+ "type": "string"
2151
+ },
2152
+ "password": {
2153
+ "description": "Password (or token as password) used to authenticate requests with Basic Auth.",
2154
+ "visibility": "secret",
2155
+ "type": "string"
2156
+ },
2157
+ "apiBaseUrl": {
2158
+ "description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
2159
+ "visibility": "frontend",
2160
+ "type": "string"
2161
+ }
2162
+ },
2163
+ "required": [
2164
+ "host"
2165
+ ]
2166
+ }
2167
+ },
2168
+ "gerrit": {
2169
+ "description": "Integration configuration for Gerrit",
2170
+ "type": "array",
2171
+ "items": {
2172
+ "type": "object",
2173
+ "properties": {
2174
+ "host": {
2175
+ "description": "The hostname of the given Gerrit instance",
2176
+ "visibility": "frontend",
2177
+ "type": "string"
2178
+ },
2179
+ "baseUrl": {
2180
+ "description": "The base url for the Gerrit instance.",
2181
+ "visibility": "frontend",
2182
+ "type": "string"
2183
+ },
2184
+ "cloneUrl": {
2185
+ "description": "The base url for cloning repos.",
2186
+ "visibility": "frontend",
2187
+ "type": "string"
2188
+ },
2189
+ "username": {
2190
+ "description": "The username to use for authenticated requests.",
2191
+ "visibility": "secret",
2192
+ "type": "string"
2193
+ },
2194
+ "password": {
2195
+ "description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
2196
+ "visibility": "secret",
2197
+ "type": "string"
2198
+ }
2199
+ },
2200
+ "required": [
2201
+ "host"
2202
+ ]
2203
+ }
2204
+ },
2205
+ "github": {
2206
+ "description": "Integration configuration for GitHub",
2207
+ "type": "array",
2208
+ "items": {
2209
+ "type": "object",
2210
+ "properties": {
2211
+ "host": {
2212
+ "description": "The hostname of the given GitHub instance",
2213
+ "visibility": "frontend",
2214
+ "type": "string"
2215
+ },
2216
+ "token": {
2217
+ "description": "Token used to authenticate requests.",
2218
+ "visibility": "secret",
2219
+ "type": "string"
2220
+ },
2221
+ "apiBaseUrl": {
2222
+ "description": "The base url for the GitHub API, for example https://api.github.com",
2223
+ "visibility": "frontend",
2224
+ "type": "string"
2225
+ },
2226
+ "rawBaseUrl": {
2227
+ "description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
2228
+ "visibility": "frontend",
2229
+ "type": "string"
2230
+ },
2231
+ "apps": {
2232
+ "description": "GitHub Apps configuration",
2233
+ "type": "array",
2234
+ "items": {
2235
+ "type": "object",
2236
+ "properties": {
2237
+ "appId": {
2238
+ "description": "The numeric GitHub App ID, string for environment variables",
2239
+ "type": [
2240
+ "string",
2241
+ "number"
2242
+ ]
2243
+ },
2244
+ "privateKey": {
2245
+ "description": "The private key to use for auth against the app",
2246
+ "visibility": "secret",
2247
+ "type": "string"
2248
+ },
2249
+ "webhookSecret": {
2250
+ "description": "The secret used for webhooks",
2251
+ "visibility": "secret",
2252
+ "type": "string"
2253
+ },
2254
+ "clientId": {
2255
+ "description": "The client ID to use",
2256
+ "type": "string"
2257
+ },
2258
+ "clientSecret": {
2259
+ "description": "The client secret to use",
2260
+ "visibility": "secret",
2261
+ "type": "string"
2262
+ },
2263
+ "allowedInstallationOwners": {
2264
+ "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",
2265
+ "type": "array",
2266
+ "items": {
2267
+ "type": "string"
2268
+ }
2269
+ }
2270
+ },
2271
+ "required": [
2272
+ "appId",
2273
+ "clientId",
2274
+ "clientSecret",
2275
+ "privateKey",
2276
+ "webhookSecret"
2277
+ ]
2278
+ }
2279
+ }
2280
+ },
2281
+ "required": [
2282
+ "host"
2283
+ ]
2284
+ }
2285
+ },
2286
+ "gitlab": {
2287
+ "description": "Integration configuration for GitLab",
2288
+ "type": "array",
2289
+ "items": {
2290
+ "type": "object",
2291
+ "properties": {
2292
+ "host": {
2293
+ "description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
2294
+ "visibility": "frontend",
2295
+ "type": "string"
2296
+ },
2297
+ "apiBaseUrl": {
2298
+ "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.",
2299
+ "visibility": "frontend",
2300
+ "type": "string"
2301
+ },
2302
+ "token": {
2303
+ "description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
2304
+ "visibility": "secret",
2305
+ "type": "string"
2306
+ },
2307
+ "baseUrl": {
2308
+ "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}.",
2309
+ "visibility": "frontend",
2310
+ "type": "string"
2311
+ }
2312
+ },
2313
+ "required": [
2314
+ "host"
2315
+ ]
2316
+ }
2317
+ },
2318
+ "googleGcs": {
2319
+ "description": "Integration configuration for Google Cloud Storage",
2320
+ "type": "object",
2321
+ "properties": {
2322
+ "clientEmail": {
2323
+ "description": "Service account email used to authenticate requests.",
2324
+ "type": "string"
2325
+ },
2326
+ "privateKey": {
2327
+ "description": "Service account private key used to authenticate requests.",
2328
+ "visibility": "secret",
2329
+ "type": "string"
2330
+ }
2331
+ }
2332
+ },
2333
+ "awsS3": {
2334
+ "description": "Integration configuration for AWS S3 Service",
2335
+ "type": "array",
2336
+ "items": {
2337
+ "type": "object",
2338
+ "properties": {
2339
+ "endpoint": {
2340
+ "description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
2341
+ "visibility": "frontend",
2342
+ "type": "string"
2343
+ },
2344
+ "s3ForcePathStyle": {
2345
+ "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.",
2346
+ "visibility": "frontend",
2347
+ "type": "boolean"
2348
+ },
2349
+ "accessKeyId": {
2350
+ "description": "Account access key used to authenticate requests.",
2351
+ "type": "string"
2352
+ },
2353
+ "secretAccessKey": {
2354
+ "description": "Account secret key used to authenticate requests.",
2355
+ "visibility": "secret",
2356
+ "type": "string"
2357
+ },
2358
+ "roleArn": {
2359
+ "description": "ARN of the role to be assumed",
2360
+ "type": "string"
2361
+ },
2362
+ "externalId": {
2363
+ "description": "External ID to use when assuming role",
2364
+ "type": "string"
2365
+ }
2366
+ }
2367
+ }
2368
+ },
2369
+ "gitea": {
2370
+ "description": "Integration configuration for Gitea",
2371
+ "type": "array",
2372
+ "items": {
2373
+ "type": "object",
2374
+ "properties": {
2375
+ "host": {
2376
+ "description": "The hostname of the given Gitea instance",
2377
+ "visibility": "frontend",
2378
+ "type": "string"
2379
+ },
2380
+ "baseUrl": {
2381
+ "description": "The base url for the Gitea instance.",
2382
+ "visibility": "frontend",
2383
+ "type": "string"
2384
+ },
2385
+ "username": {
2386
+ "description": "The username to use for authenticated requests.",
2387
+ "visibility": "secret",
2388
+ "type": "string"
2389
+ },
2390
+ "password": {
2391
+ "description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
2392
+ "visibility": "secret",
2393
+ "type": "string"
2394
+ }
2395
+ },
2396
+ "required": [
2397
+ "host"
2398
+ ]
2399
+ }
2400
+ },
2401
+ "harness": {
2402
+ "description": "Integration configuration for Harness Code",
2403
+ "type": "array",
2404
+ "items": {
2405
+ "type": "object",
2406
+ "properties": {
2407
+ "host": {
2408
+ "description": "The hostname of the given Harness Code instance",
2409
+ "visibility": "frontend",
2410
+ "type": "string"
2411
+ },
2412
+ "apiKey": {
2413
+ "description": "The apikey to use for authenticated requests.",
2414
+ "visibility": "secret",
2415
+ "type": "string"
2416
+ },
2417
+ "token": {
2418
+ "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
2419
+ "visibility": "secret",
2420
+ "type": "string"
2421
+ }
2422
+ },
2423
+ "required": [
2424
+ "host"
2425
+ ]
2426
+ }
2427
+ }
2428
+ }
2429
+ }
2430
+ },
2431
+ "$schema": "http://json-schema.org/draft-07/schema#"
2432
+ }
1822
2433
  }
1823
2434
  ],
1824
2435
  "backstageConfigSchemaVersion": 1