@techdocs/cli 0.0.0-nightly-20240821021909 → 0.0.0-nightly-20240822021958
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 +4 -3
- package/dist/embedded-app/.config-schema.json +195 -195
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/static/{main.87e083f2.js → main.de644500.js} +9 -9
- package/dist/embedded-app/static/main.de644500.js.map +1 -0
- package/dist/embedded-app/static/{runtime.87e083f2.js → runtime.de644500.js} +1 -1
- package/dist/embedded-app/static/{runtime.87e083f2.js.map → runtime.de644500.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.87e083f2.js → vendor.de644500.js} +1 -1
- package/dist/embedded-app/static/{vendor.87e083f2.js.map → vendor.de644500.js.map} +1 -1
- package/package.json +3 -3
- package/dist/embedded-app/static/main.87e083f2.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240822021958
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
9
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
8
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240822021958
|
|
9
|
+
- @backstage/backend-defaults@0.0.0-nightly-20240822021958
|
|
10
|
+
- @backstage/config@1.2.0
|
|
10
11
|
|
|
11
12
|
## 1.8.17
|
|
12
13
|
|
|
@@ -1553,116 +1553,7 @@
|
|
|
1553
1553
|
}
|
|
1554
1554
|
},
|
|
1555
1555
|
{
|
|
1556
|
-
"path": "../
|
|
1557
|
-
"value": {
|
|
1558
|
-
"type": "object",
|
|
1559
|
-
"properties": {
|
|
1560
|
-
"aws": {
|
|
1561
|
-
"description": "Configuration for access to AWS accounts",
|
|
1562
|
-
"type": "object",
|
|
1563
|
-
"properties": {
|
|
1564
|
-
"accountDefaults": {
|
|
1565
|
-
"description": "Defaults for retrieving AWS account credentials",
|
|
1566
|
-
"type": "object",
|
|
1567
|
-
"properties": {
|
|
1568
|
-
"roleName": {
|
|
1569
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
1570
|
-
"type": "string"
|
|
1571
|
-
},
|
|
1572
|
-
"partition": {
|
|
1573
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
1574
|
-
"type": "string"
|
|
1575
|
-
},
|
|
1576
|
-
"region": {
|
|
1577
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
1578
|
-
"type": "string"
|
|
1579
|
-
},
|
|
1580
|
-
"externalId": {
|
|
1581
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
1582
|
-
"visibility": "secret",
|
|
1583
|
-
"type": "string"
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
"mainAccount": {
|
|
1588
|
-
"description": "Main account to use for retrieving AWS account credentials",
|
|
1589
|
-
"type": "object",
|
|
1590
|
-
"properties": {
|
|
1591
|
-
"accessKeyId": {
|
|
1592
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
1593
|
-
"visibility": "secret",
|
|
1594
|
-
"type": "string"
|
|
1595
|
-
},
|
|
1596
|
-
"secretAccessKey": {
|
|
1597
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
1598
|
-
"visibility": "secret",
|
|
1599
|
-
"type": "string"
|
|
1600
|
-
},
|
|
1601
|
-
"profile": {
|
|
1602
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
1603
|
-
"type": "string"
|
|
1604
|
-
},
|
|
1605
|
-
"region": {
|
|
1606
|
-
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
1607
|
-
"type": "string"
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
},
|
|
1611
|
-
"accounts": {
|
|
1612
|
-
"description": "Configuration for retrieving AWS accounts credentials",
|
|
1613
|
-
"type": "array",
|
|
1614
|
-
"items": {
|
|
1615
|
-
"type": "object",
|
|
1616
|
-
"properties": {
|
|
1617
|
-
"accountId": {
|
|
1618
|
-
"description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
|
|
1619
|
-
"type": "string"
|
|
1620
|
-
},
|
|
1621
|
-
"accessKeyId": {
|
|
1622
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
1623
|
-
"visibility": "secret",
|
|
1624
|
-
"type": "string"
|
|
1625
|
-
},
|
|
1626
|
-
"secretAccessKey": {
|
|
1627
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
1628
|
-
"visibility": "secret",
|
|
1629
|
-
"type": "string"
|
|
1630
|
-
},
|
|
1631
|
-
"profile": {
|
|
1632
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
1633
|
-
"type": "string"
|
|
1634
|
-
},
|
|
1635
|
-
"roleName": {
|
|
1636
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
1637
|
-
"type": "string"
|
|
1638
|
-
},
|
|
1639
|
-
"partition": {
|
|
1640
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
1641
|
-
"type": "string"
|
|
1642
|
-
},
|
|
1643
|
-
"region": {
|
|
1644
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
1645
|
-
"type": "string"
|
|
1646
|
-
},
|
|
1647
|
-
"externalId": {
|
|
1648
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
1649
|
-
"visibility": "secret",
|
|
1650
|
-
"type": "string"
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
|
-
"required": [
|
|
1654
|
-
"accountId"
|
|
1655
|
-
]
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1658
|
-
}
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"path": "../backend-app-api/config.d.ts",
|
|
1556
|
+
"path": "../backend-defaults/config.d.ts",
|
|
1666
1557
|
"value": {
|
|
1667
1558
|
"type": "object",
|
|
1668
1559
|
"properties": {
|
|
@@ -1670,6 +1561,7 @@
|
|
|
1670
1561
|
"type": "object",
|
|
1671
1562
|
"properties": {
|
|
1672
1563
|
"auth": {
|
|
1564
|
+
"description": "Options used by the default auth, httpAuth and userInfo services.",
|
|
1673
1565
|
"type": "object",
|
|
1674
1566
|
"properties": {
|
|
1675
1567
|
"dangerouslyDisableDefaultAuthPolicy": {
|
|
@@ -1977,6 +1869,56 @@
|
|
|
1977
1869
|
"required": [
|
|
1978
1870
|
"url"
|
|
1979
1871
|
]
|
|
1872
|
+
},
|
|
1873
|
+
"accessRestrictions": {
|
|
1874
|
+
"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.",
|
|
1875
|
+
"type": "array",
|
|
1876
|
+
"items": {
|
|
1877
|
+
"type": "object",
|
|
1878
|
+
"properties": {
|
|
1879
|
+
"plugin": {
|
|
1880
|
+
"description": "Permit access to make requests to this plugin.\n\nCan be further refined by setting additional fields below.",
|
|
1881
|
+
"type": "string"
|
|
1882
|
+
},
|
|
1883
|
+
"permission": {
|
|
1884
|
+
"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.",
|
|
1885
|
+
"anyOf": [
|
|
1886
|
+
{
|
|
1887
|
+
"type": "array",
|
|
1888
|
+
"items": {
|
|
1889
|
+
"type": "string"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"type": "string"
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1897
|
+
"permissionAttribute": {
|
|
1898
|
+
"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.",
|
|
1899
|
+
"type": "object",
|
|
1900
|
+
"properties": {
|
|
1901
|
+
"action": {
|
|
1902
|
+
"description": "One of more of 'create', 'read', 'update', or 'delete'.",
|
|
1903
|
+
"anyOf": [
|
|
1904
|
+
{
|
|
1905
|
+
"type": "array",
|
|
1906
|
+
"items": {
|
|
1907
|
+
"type": "string"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"type": "string"
|
|
1912
|
+
}
|
|
1913
|
+
]
|
|
1914
|
+
}
|
|
1915
|
+
}
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
"required": [
|
|
1919
|
+
"plugin"
|
|
1920
|
+
]
|
|
1921
|
+
}
|
|
1980
1922
|
}
|
|
1981
1923
|
},
|
|
1982
1924
|
"required": [
|
|
@@ -1988,46 +1930,21 @@
|
|
|
1988
1930
|
}
|
|
1989
1931
|
}
|
|
1990
1932
|
}
|
|
1991
|
-
},
|
|
1992
|
-
"packages": {
|
|
1993
|
-
"anyOf": [
|
|
1994
|
-
{
|
|
1995
|
-
"type": "object",
|
|
1996
|
-
"properties": {
|
|
1997
|
-
"include": {
|
|
1998
|
-
"type": "array",
|
|
1999
|
-
"items": {
|
|
2000
|
-
"type": "string"
|
|
2001
|
-
}
|
|
2002
|
-
},
|
|
2003
|
-
"exclude": {
|
|
2004
|
-
"type": "array",
|
|
2005
|
-
"items": {
|
|
2006
|
-
"type": "string"
|
|
2007
|
-
}
|
|
2008
|
-
}
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
"const": "all",
|
|
2013
|
-
"type": "string"
|
|
2014
|
-
}
|
|
2015
|
-
]
|
|
2016
1933
|
}
|
|
2017
1934
|
}
|
|
2018
1935
|
},
|
|
2019
1936
|
"discovery": {
|
|
2020
|
-
"description": "
|
|
1937
|
+
"description": "Options used by the default discovery service.",
|
|
2021
1938
|
"type": "object",
|
|
2022
1939
|
"properties": {
|
|
2023
1940
|
"endpoints": {
|
|
2024
|
-
"description": "
|
|
1941
|
+
"description": "A list of target baseUrls and the associated plugins.",
|
|
2025
1942
|
"type": "array",
|
|
2026
1943
|
"items": {
|
|
2027
1944
|
"type": "object",
|
|
2028
1945
|
"properties": {
|
|
2029
1946
|
"target": {
|
|
2030
|
-
"description": "The target
|
|
1947
|
+
"description": "The target base URL to use for the plugin.\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the URL will be replaced with the plugin ID.",
|
|
2031
1948
|
"anyOf": [
|
|
2032
1949
|
{
|
|
2033
1950
|
"type": "object",
|
|
@@ -2050,7 +1967,7 @@
|
|
|
2050
1967
|
]
|
|
2051
1968
|
},
|
|
2052
1969
|
"plugins": {
|
|
2053
|
-
"description": "Array of plugins which use the target
|
|
1970
|
+
"description": "Array of plugins which use the target base URL.",
|
|
2054
1971
|
"type": "array",
|
|
2055
1972
|
"items": {
|
|
2056
1973
|
"type": "string"
|
|
@@ -2073,7 +1990,7 @@
|
|
|
2073
1990
|
}
|
|
2074
1991
|
},
|
|
2075
1992
|
{
|
|
2076
|
-
"path": "../backend-
|
|
1993
|
+
"path": "../backend-app-api/config.d.ts",
|
|
2077
1994
|
"value": {
|
|
2078
1995
|
"type": "object",
|
|
2079
1996
|
"properties": {
|
|
@@ -2081,7 +1998,6 @@
|
|
|
2081
1998
|
"type": "object",
|
|
2082
1999
|
"properties": {
|
|
2083
2000
|
"auth": {
|
|
2084
|
-
"description": "Options used by the default auth, httpAuth and userInfo services.",
|
|
2085
2001
|
"type": "object",
|
|
2086
2002
|
"properties": {
|
|
2087
2003
|
"dangerouslyDisableDefaultAuthPolicy": {
|
|
@@ -2389,56 +2305,6 @@
|
|
|
2389
2305
|
"required": [
|
|
2390
2306
|
"url"
|
|
2391
2307
|
]
|
|
2392
|
-
},
|
|
2393
|
-
"accessRestrictions": {
|
|
2394
|
-
"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.",
|
|
2395
|
-
"type": "array",
|
|
2396
|
-
"items": {
|
|
2397
|
-
"type": "object",
|
|
2398
|
-
"properties": {
|
|
2399
|
-
"plugin": {
|
|
2400
|
-
"description": "Permit access to make requests to this plugin.\n\nCan be further refined by setting additional fields below.",
|
|
2401
|
-
"type": "string"
|
|
2402
|
-
},
|
|
2403
|
-
"permission": {
|
|
2404
|
-
"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.",
|
|
2405
|
-
"anyOf": [
|
|
2406
|
-
{
|
|
2407
|
-
"type": "array",
|
|
2408
|
-
"items": {
|
|
2409
|
-
"type": "string"
|
|
2410
|
-
}
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"type": "string"
|
|
2414
|
-
}
|
|
2415
|
-
]
|
|
2416
|
-
},
|
|
2417
|
-
"permissionAttribute": {
|
|
2418
|
-
"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.",
|
|
2419
|
-
"type": "object",
|
|
2420
|
-
"properties": {
|
|
2421
|
-
"action": {
|
|
2422
|
-
"description": "One of more of 'create', 'read', 'update', or 'delete'.",
|
|
2423
|
-
"anyOf": [
|
|
2424
|
-
{
|
|
2425
|
-
"type": "array",
|
|
2426
|
-
"items": {
|
|
2427
|
-
"type": "string"
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"type": "string"
|
|
2432
|
-
}
|
|
2433
|
-
]
|
|
2434
|
-
}
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
"required": [
|
|
2439
|
-
"plugin"
|
|
2440
|
-
]
|
|
2441
|
-
}
|
|
2442
2308
|
}
|
|
2443
2309
|
},
|
|
2444
2310
|
"required": [
|
|
@@ -2450,21 +2316,46 @@
|
|
|
2450
2316
|
}
|
|
2451
2317
|
}
|
|
2452
2318
|
}
|
|
2319
|
+
},
|
|
2320
|
+
"packages": {
|
|
2321
|
+
"anyOf": [
|
|
2322
|
+
{
|
|
2323
|
+
"type": "object",
|
|
2324
|
+
"properties": {
|
|
2325
|
+
"include": {
|
|
2326
|
+
"type": "array",
|
|
2327
|
+
"items": {
|
|
2328
|
+
"type": "string"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
"exclude": {
|
|
2332
|
+
"type": "array",
|
|
2333
|
+
"items": {
|
|
2334
|
+
"type": "string"
|
|
2335
|
+
}
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"const": "all",
|
|
2341
|
+
"type": "string"
|
|
2342
|
+
}
|
|
2343
|
+
]
|
|
2453
2344
|
}
|
|
2454
2345
|
}
|
|
2455
2346
|
},
|
|
2456
2347
|
"discovery": {
|
|
2457
|
-
"description": "
|
|
2348
|
+
"description": "Discovery options.",
|
|
2458
2349
|
"type": "object",
|
|
2459
2350
|
"properties": {
|
|
2460
2351
|
"endpoints": {
|
|
2461
|
-
"description": "
|
|
2352
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
2462
2353
|
"type": "array",
|
|
2463
2354
|
"items": {
|
|
2464
2355
|
"type": "object",
|
|
2465
2356
|
"properties": {
|
|
2466
2357
|
"target": {
|
|
2467
|
-
"description": "The target
|
|
2358
|
+
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
2468
2359
|
"anyOf": [
|
|
2469
2360
|
{
|
|
2470
2361
|
"type": "object",
|
|
@@ -2487,7 +2378,7 @@
|
|
|
2487
2378
|
]
|
|
2488
2379
|
},
|
|
2489
2380
|
"plugins": {
|
|
2490
|
-
"description": "Array of plugins which use the target
|
|
2381
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
2491
2382
|
"type": "array",
|
|
2492
2383
|
"items": {
|
|
2493
2384
|
"type": "string"
|
|
@@ -2508,6 +2399,115 @@
|
|
|
2508
2399
|
},
|
|
2509
2400
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2510
2401
|
}
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"path": "../integration-aws-node/config.d.ts",
|
|
2405
|
+
"value": {
|
|
2406
|
+
"type": "object",
|
|
2407
|
+
"properties": {
|
|
2408
|
+
"aws": {
|
|
2409
|
+
"description": "Configuration for access to AWS accounts",
|
|
2410
|
+
"type": "object",
|
|
2411
|
+
"properties": {
|
|
2412
|
+
"accountDefaults": {
|
|
2413
|
+
"description": "Defaults for retrieving AWS account credentials",
|
|
2414
|
+
"type": "object",
|
|
2415
|
+
"properties": {
|
|
2416
|
+
"roleName": {
|
|
2417
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
2418
|
+
"type": "string"
|
|
2419
|
+
},
|
|
2420
|
+
"partition": {
|
|
2421
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
2422
|
+
"type": "string"
|
|
2423
|
+
},
|
|
2424
|
+
"region": {
|
|
2425
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
2426
|
+
"type": "string"
|
|
2427
|
+
},
|
|
2428
|
+
"externalId": {
|
|
2429
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
2430
|
+
"visibility": "secret",
|
|
2431
|
+
"type": "string"
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
"mainAccount": {
|
|
2436
|
+
"description": "Main account to use for retrieving AWS account credentials",
|
|
2437
|
+
"type": "object",
|
|
2438
|
+
"properties": {
|
|
2439
|
+
"accessKeyId": {
|
|
2440
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
2441
|
+
"visibility": "secret",
|
|
2442
|
+
"type": "string"
|
|
2443
|
+
},
|
|
2444
|
+
"secretAccessKey": {
|
|
2445
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
2446
|
+
"visibility": "secret",
|
|
2447
|
+
"type": "string"
|
|
2448
|
+
},
|
|
2449
|
+
"profile": {
|
|
2450
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
2451
|
+
"type": "string"
|
|
2452
|
+
},
|
|
2453
|
+
"region": {
|
|
2454
|
+
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
2455
|
+
"type": "string"
|
|
2456
|
+
}
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"accounts": {
|
|
2460
|
+
"description": "Configuration for retrieving AWS accounts credentials",
|
|
2461
|
+
"type": "array",
|
|
2462
|
+
"items": {
|
|
2463
|
+
"type": "object",
|
|
2464
|
+
"properties": {
|
|
2465
|
+
"accountId": {
|
|
2466
|
+
"description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
|
|
2467
|
+
"type": "string"
|
|
2468
|
+
},
|
|
2469
|
+
"accessKeyId": {
|
|
2470
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
2471
|
+
"visibility": "secret",
|
|
2472
|
+
"type": "string"
|
|
2473
|
+
},
|
|
2474
|
+
"secretAccessKey": {
|
|
2475
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
2476
|
+
"visibility": "secret",
|
|
2477
|
+
"type": "string"
|
|
2478
|
+
},
|
|
2479
|
+
"profile": {
|
|
2480
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
2481
|
+
"type": "string"
|
|
2482
|
+
},
|
|
2483
|
+
"roleName": {
|
|
2484
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
2485
|
+
"type": "string"
|
|
2486
|
+
},
|
|
2487
|
+
"partition": {
|
|
2488
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
2489
|
+
"type": "string"
|
|
2490
|
+
},
|
|
2491
|
+
"region": {
|
|
2492
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
2493
|
+
"type": "string"
|
|
2494
|
+
},
|
|
2495
|
+
"externalId": {
|
|
2496
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
2497
|
+
"visibility": "secret",
|
|
2498
|
+
"type": "string"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
"required": [
|
|
2502
|
+
"accountId"
|
|
2503
|
+
]
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
},
|
|
2509
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2510
|
+
}
|
|
2511
2511
|
}
|
|
2512
2512
|
],
|
|
2513
2513
|
"backstageConfigSchemaVersion": 1
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.de644500.js"></script><script defer="defer" src="/static/module-material-ui.2c452b58.js"></script><script defer="defer" src="/static/module-lodash.9d3aac3b.js"></script><script defer="defer" src="/static/module-date-fns.9ba6144d.js"></script><script defer="defer" src="/static/module-mui.e17dd999.js"></script><script defer="defer" src="/static/module-material-table.e3f26578.js"></script><script defer="defer" src="/static/module-react-dom.1f38e13a.js"></script><script defer="defer" src="/static/module-react-router.dac764ce.js"></script><script defer="defer" src="/static/module-react-router-dom.0c2bb614.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.ea59573c.js"></script><script defer="defer" src="/static/module-zod.9a0df421.js"></script><script defer="defer" src="/static/module-i18next.6b4e6495.js"></script><script defer="defer" src="/static/vendor.de644500.js"></script><script defer="defer" src="/static/main.de644500.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|