@techdocs/cli 1.9.5-next.1 → 1.9.6-next.0
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 +21 -0
- package/dist/embedded-app/.config-schema.json +61 -1183
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{5724.71e20e3a.chunk.js → 5724.1b4014dd.chunk.js} +3 -3
- package/dist/embedded-app/static/5724.1b4014dd.chunk.js.map +1 -0
- package/dist/embedded-app/static/main.ca6e1ae0.js +553 -0
- package/dist/embedded-app/static/main.ca6e1ae0.js.map +1 -0
- package/dist/embedded-app/static/{runtime.0bd1e206.js → runtime.ca6e1ae0.js} +2 -2
- package/dist/embedded-app/static/{runtime.0bd1e206.js.map → runtime.ca6e1ae0.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.0bd1e206.js → vendor.ca6e1ae0.js} +1 -1
- package/dist/embedded-app/static/{vendor.0bd1e206.js.map → vendor.ca6e1ae0.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +6 -6
- package/dist/embedded-app/static/5724.71e20e3a.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.0bd1e206.js +0 -553
- package/dist/embedded-app/static/main.0bd1e206.js.map +0 -1
|
@@ -447,6 +447,11 @@
|
|
|
447
447
|
"description": "Allows listed custom element attribute name regex\nExample:\n allowedCustomElementAttributeNameRegExp: 'attribute1|attribute2'\n this will allow all custom element attributes matching `attribute1` or `attribute2` like <backstage-custom-element attribute1=\"yes\" attribute2/>",
|
|
448
448
|
"visibility": "frontend",
|
|
449
449
|
"type": "string"
|
|
450
|
+
},
|
|
451
|
+
"additionalAllowedURIProtocols": {
|
|
452
|
+
"description": "Allows listed protocols in attributes with URI values\nExample:\n additionalAllowedURIProtocols: ['vscode']\n this will allow all attributes with URI values to have `vscode` protocol like `vscode://some/path` in addition to the default protocols\n matched by DOMPurify's IS_ALLOWED_URI RegExp:",
|
|
453
|
+
"visibility": "frontend",
|
|
454
|
+
"type": "string"
|
|
450
455
|
}
|
|
451
456
|
}
|
|
452
457
|
}
|
|
@@ -1161,73 +1166,6 @@
|
|
|
1161
1166
|
},
|
|
1162
1167
|
"packageName": "@backstage/plugin-catalog"
|
|
1163
1168
|
},
|
|
1164
|
-
{
|
|
1165
|
-
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1166
|
-
"value": {
|
|
1167
|
-
"type": "object",
|
|
1168
|
-
"properties": {
|
|
1169
|
-
"stackstorm": {
|
|
1170
|
-
"type": "object",
|
|
1171
|
-
"properties": {
|
|
1172
|
-
"webUrl": {
|
|
1173
|
-
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1174
|
-
"visibility": "frontend",
|
|
1175
|
-
"type": "string"
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
"required": [
|
|
1179
|
-
"webUrl"
|
|
1180
|
-
]
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1184
|
-
},
|
|
1185
|
-
"packageName": "@backstage-community/plugin-stackstorm"
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
1189
|
-
"value": {
|
|
1190
|
-
"type": "object",
|
|
1191
|
-
"properties": {
|
|
1192
|
-
"scorecards": {
|
|
1193
|
-
"description": "Extra configuration for score card plugin",
|
|
1194
|
-
"type": "object",
|
|
1195
|
-
"properties": {
|
|
1196
|
-
"jsonDataUrl": {
|
|
1197
|
-
"description": "The public absolute root URL with json file defining the score card entries.",
|
|
1198
|
-
"visibility": "frontend",
|
|
1199
|
-
"type": "string"
|
|
1200
|
-
},
|
|
1201
|
-
"display": {
|
|
1202
|
-
"type": "object",
|
|
1203
|
-
"properties": {
|
|
1204
|
-
"reviewer": {
|
|
1205
|
-
"description": "Whether to display the reviewer column in the score card table.",
|
|
1206
|
-
"visibility": "frontend",
|
|
1207
|
-
"type": "string"
|
|
1208
|
-
},
|
|
1209
|
-
"reviewDate": {
|
|
1210
|
-
"description": "Whether to display the review date column in the score card table.",
|
|
1211
|
-
"visibility": "frontend",
|
|
1212
|
-
"type": "string"
|
|
1213
|
-
}
|
|
1214
|
-
}
|
|
1215
|
-
},
|
|
1216
|
-
"wikiLinkTemplate": {
|
|
1217
|
-
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
1218
|
-
"visibility": "frontend",
|
|
1219
|
-
"type": "string"
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
"required": [
|
|
1225
|
-
"scorecards"
|
|
1226
|
-
],
|
|
1227
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1228
|
-
},
|
|
1229
|
-
"packageName": "@oriflame/backstage-plugin-score-card"
|
|
1230
|
-
},
|
|
1231
1169
|
{
|
|
1232
1170
|
"path": "../backend-plugin-api/config.d.ts",
|
|
1233
1171
|
"value": {
|
|
@@ -1364,920 +1302,15 @@
|
|
|
1364
1302
|
]
|
|
1365
1303
|
}
|
|
1366
1304
|
}
|
|
1367
|
-
},
|
|
1368
|
-
"backstageTokenExpiration": {
|
|
1369
|
-
"description": "The backstage token expiration."
|
|
1370
|
-
},
|
|
1371
|
-
"experimentalExtraAllowedOrigins": {
|
|
1372
|
-
"description": "Additional app origins to allow for authenticating",
|
|
1373
|
-
"type": "array",
|
|
1374
|
-
"items": {
|
|
1375
|
-
"type": "string"
|
|
1376
|
-
}
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1382
|
-
},
|
|
1383
|
-
"packageName": "@backstage/plugin-auth-backend"
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1387
|
-
"value": {
|
|
1388
|
-
"type": "object",
|
|
1389
|
-
"properties": {
|
|
1390
|
-
"auth": {
|
|
1391
|
-
"description": "Configuration options for the auth plugin",
|
|
1392
|
-
"type": "object",
|
|
1393
|
-
"properties": {
|
|
1394
|
-
"providers": {
|
|
1395
|
-
"type": "object",
|
|
1396
|
-
"properties": {
|
|
1397
|
-
"guest": {
|
|
1398
|
-
"type": "object",
|
|
1399
|
-
"properties": {
|
|
1400
|
-
"userEntityRef": {
|
|
1401
|
-
"description": "The entity reference to use for the guest user.",
|
|
1402
|
-
"default": "user:development/guest",
|
|
1403
|
-
"type": "string"
|
|
1404
|
-
},
|
|
1405
|
-
"ownershipEntityRefs": {
|
|
1406
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1407
|
-
"default": "[userEntityRef]",
|
|
1408
|
-
"type": "array",
|
|
1409
|
-
"items": {
|
|
1410
|
-
"type": "string"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1414
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1415
|
-
"type": "boolean"
|
|
1416
|
-
}
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
"required": [
|
|
1423
|
-
"providers"
|
|
1424
|
-
]
|
|
1425
|
-
}
|
|
1426
|
-
},
|
|
1427
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1428
|
-
},
|
|
1429
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1433
|
-
"value": {
|
|
1434
|
-
"type": "object",
|
|
1435
|
-
"properties": {
|
|
1436
|
-
"auth": {
|
|
1437
|
-
"type": "object",
|
|
1438
|
-
"properties": {
|
|
1439
|
-
"autologout": {
|
|
1440
|
-
"description": "Autologout feature configuration",
|
|
1441
|
-
"type": "object",
|
|
1442
|
-
"properties": {
|
|
1443
|
-
"enabled": {
|
|
1444
|
-
"description": "Enable or disable the autologout feature",
|
|
1445
|
-
"visibility": "frontend",
|
|
1446
|
-
"type": "boolean"
|
|
1447
|
-
},
|
|
1448
|
-
"idleTimeoutMinutes": {
|
|
1449
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1450
|
-
"visibility": "frontend",
|
|
1451
|
-
"type": "number"
|
|
1452
|
-
},
|
|
1453
|
-
"promptBeforeIdleSeconds": {
|
|
1454
|
-
"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.",
|
|
1455
|
-
"visibility": "frontend",
|
|
1456
|
-
"type": "number"
|
|
1457
|
-
},
|
|
1458
|
-
"useWorkerTimers": {
|
|
1459
|
-
"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.",
|
|
1460
|
-
"visibility": "frontend",
|
|
1461
|
-
"type": "boolean"
|
|
1462
|
-
},
|
|
1463
|
-
"logoutIfDisconnected": {
|
|
1464
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1465
|
-
"visibility": "frontend",
|
|
1466
|
-
"type": "boolean"
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
},
|
|
1473
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1474
|
-
},
|
|
1475
|
-
"packageName": "@backstage/core-components"
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1479
|
-
"value": {
|
|
1480
|
-
"type": "object",
|
|
1481
|
-
"properties": {
|
|
1482
|
-
"app": {
|
|
1483
|
-
"description": "Generic frontend configuration.",
|
|
1484
|
-
"type": "object",
|
|
1485
|
-
"properties": {
|
|
1486
|
-
"baseUrl": {
|
|
1487
|
-
"description": "The public absolute root URL that the frontend.",
|
|
1488
|
-
"visibility": "frontend",
|
|
1489
|
-
"type": "string"
|
|
1490
|
-
},
|
|
1491
|
-
"title": {
|
|
1492
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1493
|
-
"visibility": "frontend",
|
|
1494
|
-
"type": "string"
|
|
1495
|
-
},
|
|
1496
|
-
"support": {
|
|
1497
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1498
|
-
"type": "object",
|
|
1499
|
-
"properties": {
|
|
1500
|
-
"url": {
|
|
1501
|
-
"description": "The primary support url.",
|
|
1502
|
-
"visibility": "frontend",
|
|
1503
|
-
"type": "string"
|
|
1504
|
-
},
|
|
1505
|
-
"items": {
|
|
1506
|
-
"description": "A list of categorized support item groupings.",
|
|
1507
|
-
"type": "array",
|
|
1508
|
-
"items": {
|
|
1509
|
-
"type": "object",
|
|
1510
|
-
"properties": {
|
|
1511
|
-
"title": {
|
|
1512
|
-
"description": "The title of the support item grouping.",
|
|
1513
|
-
"visibility": "frontend",
|
|
1514
|
-
"type": "string"
|
|
1515
|
-
},
|
|
1516
|
-
"icon": {
|
|
1517
|
-
"description": "An optional icon for the support item grouping.",
|
|
1518
|
-
"visibility": "frontend",
|
|
1519
|
-
"type": "string"
|
|
1520
|
-
},
|
|
1521
|
-
"links": {
|
|
1522
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1523
|
-
"type": "array",
|
|
1524
|
-
"items": {
|
|
1525
|
-
"type": "object",
|
|
1526
|
-
"properties": {
|
|
1527
|
-
"url": {
|
|
1528
|
-
"visibility": "frontend",
|
|
1529
|
-
"type": "string"
|
|
1530
|
-
},
|
|
1531
|
-
"title": {
|
|
1532
|
-
"visibility": "frontend",
|
|
1533
|
-
"type": "string"
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
"required": [
|
|
1537
|
-
"url"
|
|
1538
|
-
]
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
"required": [
|
|
1543
|
-
"links",
|
|
1544
|
-
"title"
|
|
1545
|
-
]
|
|
1546
|
-
}
|
|
1547
|
-
}
|
|
1548
|
-
},
|
|
1549
|
-
"required": [
|
|
1550
|
-
"items",
|
|
1551
|
-
"url"
|
|
1552
|
-
]
|
|
1553
|
-
},
|
|
1554
|
-
"routes": {
|
|
1555
|
-
"type": "object",
|
|
1556
|
-
"properties": {
|
|
1557
|
-
"bindings": {
|
|
1558
|
-
"description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
|
|
1559
|
-
"deepVisibility": "frontend",
|
|
1560
|
-
"type": "object",
|
|
1561
|
-
"additionalProperties": {
|
|
1562
|
-
"anyOf": [
|
|
1563
|
-
{
|
|
1564
|
-
"const": false,
|
|
1565
|
-
"type": "boolean"
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"type": "string"
|
|
1569
|
-
}
|
|
1570
|
-
]
|
|
1571
|
-
}
|
|
1572
|
-
}
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
"required": [
|
|
1577
|
-
"baseUrl"
|
|
1578
|
-
]
|
|
1579
|
-
},
|
|
1580
|
-
"backend": {
|
|
1581
|
-
"description": "Generic backend configuration.",
|
|
1582
|
-
"type": "object",
|
|
1583
|
-
"properties": {
|
|
1584
|
-
"baseUrl": {
|
|
1585
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1586
|
-
"visibility": "frontend",
|
|
1587
|
-
"type": "string"
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
"required": [
|
|
1591
|
-
"baseUrl"
|
|
1592
|
-
]
|
|
1593
|
-
},
|
|
1594
|
-
"organization": {
|
|
1595
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1596
|
-
"type": "object",
|
|
1597
|
-
"properties": {
|
|
1598
|
-
"name": {
|
|
1599
|
-
"description": "The name of the organization that the app belongs to.",
|
|
1600
|
-
"visibility": "frontend",
|
|
1601
|
-
"type": "string"
|
|
1602
|
-
}
|
|
1603
|
-
}
|
|
1604
|
-
},
|
|
1605
|
-
"homepage": {
|
|
1606
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1607
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1608
|
-
"type": "object",
|
|
1609
|
-
"properties": {
|
|
1610
|
-
"clocks": {
|
|
1611
|
-
"type": "array",
|
|
1612
|
-
"items": {
|
|
1613
|
-
"type": "object",
|
|
1614
|
-
"properties": {
|
|
1615
|
-
"label": {
|
|
1616
|
-
"visibility": "frontend",
|
|
1617
|
-
"type": "string"
|
|
1618
|
-
},
|
|
1619
|
-
"timezone": {
|
|
1620
|
-
"visibility": "frontend",
|
|
1621
|
-
"type": "string"
|
|
1622
|
-
}
|
|
1623
|
-
},
|
|
1624
|
-
"required": [
|
|
1625
|
-
"label",
|
|
1626
|
-
"timezone"
|
|
1627
|
-
]
|
|
1628
|
-
}
|
|
1629
|
-
}
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
|
-
"auth": {
|
|
1633
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1634
|
-
"type": "object",
|
|
1635
|
-
"properties": {
|
|
1636
|
-
"environment": {
|
|
1637
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1638
|
-
"visibility": "frontend",
|
|
1639
|
-
"type": "string"
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
"enableExperimentalRedirectFlow": {
|
|
1644
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1645
|
-
"visibility": "frontend",
|
|
1646
|
-
"type": "boolean"
|
|
1647
|
-
},
|
|
1648
|
-
"discovery": {
|
|
1649
|
-
"description": "Discovery options.",
|
|
1650
|
-
"visibility": "frontend",
|
|
1651
|
-
"type": "object",
|
|
1652
|
-
"properties": {
|
|
1653
|
-
"endpoints": {
|
|
1654
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1655
|
-
"visibility": "frontend",
|
|
1656
|
-
"type": "array",
|
|
1657
|
-
"items": {
|
|
1658
|
-
"type": "object",
|
|
1659
|
-
"properties": {
|
|
1660
|
-
"target": {
|
|
1661
|
-
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
1662
|
-
"visibility": "frontend",
|
|
1663
|
-
"anyOf": [
|
|
1664
|
-
{
|
|
1665
|
-
"type": "object",
|
|
1666
|
-
"properties": {
|
|
1667
|
-
"external": {
|
|
1668
|
-
"visibility": "frontend",
|
|
1669
|
-
"type": "string"
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1672
|
-
},
|
|
1673
|
-
{
|
|
1674
|
-
"type": "string"
|
|
1675
|
-
}
|
|
1676
|
-
]
|
|
1677
|
-
},
|
|
1678
|
-
"plugins": {
|
|
1679
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
1680
|
-
"visibility": "frontend",
|
|
1681
|
-
"type": "array",
|
|
1682
|
-
"items": {
|
|
1683
|
-
"type": "string"
|
|
1684
|
-
}
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
"required": [
|
|
1688
|
-
"plugins",
|
|
1689
|
-
"target"
|
|
1690
|
-
]
|
|
1691
|
-
}
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
}
|
|
1695
|
-
},
|
|
1696
|
-
"required": [
|
|
1697
|
-
"app",
|
|
1698
|
-
"backend"
|
|
1699
|
-
],
|
|
1700
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1701
|
-
},
|
|
1702
|
-
"packageName": "@backstage/core-app-api"
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
|
|
1706
|
-
"value": {
|
|
1707
|
-
"type": "object",
|
|
1708
|
-
"properties": {
|
|
1709
|
-
"auth": {
|
|
1710
|
-
"type": "object",
|
|
1711
|
-
"properties": {
|
|
1712
|
-
"autologout": {
|
|
1713
|
-
"description": "Autologout feature configuration",
|
|
1714
|
-
"type": "object",
|
|
1715
|
-
"properties": {
|
|
1716
|
-
"enabled": {
|
|
1717
|
-
"description": "Enable or disable the autologout feature",
|
|
1718
|
-
"visibility": "frontend",
|
|
1719
|
-
"type": "boolean"
|
|
1720
|
-
},
|
|
1721
|
-
"idleTimeoutMinutes": {
|
|
1722
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1723
|
-
"visibility": "frontend",
|
|
1724
|
-
"type": "number"
|
|
1725
|
-
},
|
|
1726
|
-
"promptBeforeIdleSeconds": {
|
|
1727
|
-
"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.",
|
|
1728
|
-
"visibility": "frontend",
|
|
1729
|
-
"type": "number"
|
|
1730
|
-
},
|
|
1731
|
-
"useWorkerTimers": {
|
|
1732
|
-
"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.",
|
|
1733
|
-
"visibility": "frontend",
|
|
1734
|
-
"type": "boolean"
|
|
1735
|
-
},
|
|
1736
|
-
"logoutIfDisconnected": {
|
|
1737
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1738
|
-
"visibility": "frontend",
|
|
1739
|
-
"type": "boolean"
|
|
1740
|
-
}
|
|
1741
|
-
}
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1747
|
-
},
|
|
1748
|
-
"packageName": "@backstage/core-components"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1752
|
-
"value": {
|
|
1753
|
-
"type": "object",
|
|
1754
|
-
"properties": {
|
|
1755
|
-
"auth": {
|
|
1756
|
-
"type": "object",
|
|
1757
|
-
"properties": {
|
|
1758
|
-
"autologout": {
|
|
1759
|
-
"description": "Autologout feature configuration",
|
|
1760
|
-
"type": "object",
|
|
1761
|
-
"properties": {
|
|
1762
|
-
"enabled": {
|
|
1763
|
-
"description": "Enable or disable the autologout feature",
|
|
1764
|
-
"visibility": "frontend",
|
|
1765
|
-
"type": "boolean"
|
|
1766
|
-
},
|
|
1767
|
-
"idleTimeoutMinutes": {
|
|
1768
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1769
|
-
"visibility": "frontend",
|
|
1770
|
-
"type": "number"
|
|
1771
|
-
},
|
|
1772
|
-
"promptBeforeIdleSeconds": {
|
|
1773
|
-
"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.",
|
|
1774
|
-
"visibility": "frontend",
|
|
1775
|
-
"type": "number"
|
|
1776
|
-
},
|
|
1777
|
-
"useWorkerTimers": {
|
|
1778
|
-
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
1779
|
-
"visibility": "frontend",
|
|
1780
|
-
"type": "boolean"
|
|
1781
|
-
},
|
|
1782
|
-
"logoutIfDisconnected": {
|
|
1783
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1784
|
-
"visibility": "frontend",
|
|
1785
|
-
"type": "boolean"
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1793
|
-
},
|
|
1794
|
-
"packageName": "@backstage/core-components"
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1798
|
-
"value": {
|
|
1799
|
-
"type": "object",
|
|
1800
|
-
"properties": {
|
|
1801
|
-
"integrations": {
|
|
1802
|
-
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1803
|
-
"visibility": "frontend",
|
|
1804
|
-
"type": "object",
|
|
1805
|
-
"properties": {
|
|
1806
|
-
"azure": {
|
|
1807
|
-
"description": "Integration configuration for Azure",
|
|
1808
|
-
"type": "array",
|
|
1809
|
-
"items": {
|
|
1810
|
-
"type": "object",
|
|
1811
|
-
"properties": {
|
|
1812
|
-
"host": {
|
|
1813
|
-
"description": "The hostname of the given Azure instance",
|
|
1814
|
-
"visibility": "frontend",
|
|
1815
|
-
"type": "string"
|
|
1816
|
-
},
|
|
1817
|
-
"token": {
|
|
1818
|
-
"description": "Token used to authenticate requests.",
|
|
1819
|
-
"visibility": "secret",
|
|
1820
|
-
"deprecated": "Use `credentials` instead.",
|
|
1821
|
-
"type": "string"
|
|
1822
|
-
},
|
|
1823
|
-
"credential": {
|
|
1824
|
-
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1825
|
-
"deepVisibility": "secret",
|
|
1826
|
-
"deprecated": "Use `credentials` instead.",
|
|
1827
|
-
"type": "object",
|
|
1828
|
-
"properties": {
|
|
1829
|
-
"clientId": {
|
|
1830
|
-
"type": "string"
|
|
1831
|
-
},
|
|
1832
|
-
"clientSecret": {
|
|
1833
|
-
"type": "string"
|
|
1834
|
-
},
|
|
1835
|
-
"tenantId": {
|
|
1836
|
-
"type": "string"
|
|
1837
|
-
},
|
|
1838
|
-
"personalAccessToken": {
|
|
1839
|
-
"type": "string"
|
|
1840
|
-
}
|
|
1841
|
-
}
|
|
1842
|
-
},
|
|
1843
|
-
"credentials": {
|
|
1844
|
-
"description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf no organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
|
|
1845
|
-
"deepVisibility": "secret",
|
|
1846
|
-
"type": "array",
|
|
1847
|
-
"items": {
|
|
1848
|
-
"type": "object",
|
|
1849
|
-
"properties": {
|
|
1850
|
-
"organizations": {
|
|
1851
|
-
"type": "array",
|
|
1852
|
-
"items": {
|
|
1853
|
-
"type": "string"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
"clientId": {
|
|
1857
|
-
"type": "string"
|
|
1858
|
-
},
|
|
1859
|
-
"clientSecret": {
|
|
1860
|
-
"type": "string"
|
|
1861
|
-
},
|
|
1862
|
-
"tenantId": {
|
|
1863
|
-
"type": "string"
|
|
1864
|
-
},
|
|
1865
|
-
"personalAccessToken": {
|
|
1866
|
-
"type": "string"
|
|
1867
|
-
},
|
|
1868
|
-
"managedIdentityClientId": {
|
|
1869
|
-
"type": "string"
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
"commitSigningKey": {
|
|
1875
|
-
"description": "PGP signing key for signing commits.",
|
|
1876
|
-
"visibility": "secret",
|
|
1877
|
-
"type": "string"
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
"required": [
|
|
1881
|
-
"host"
|
|
1882
|
-
]
|
|
1883
|
-
}
|
|
1884
|
-
},
|
|
1885
|
-
"bitbucket": {
|
|
1886
|
-
"description": "Integration configuration for Bitbucket",
|
|
1887
|
-
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1888
|
-
"type": "array",
|
|
1889
|
-
"items": {
|
|
1890
|
-
"type": "object",
|
|
1891
|
-
"properties": {
|
|
1892
|
-
"host": {
|
|
1893
|
-
"description": "The hostname of the given Bitbucket instance",
|
|
1894
|
-
"visibility": "frontend",
|
|
1895
|
-
"type": "string"
|
|
1896
|
-
},
|
|
1897
|
-
"token": {
|
|
1898
|
-
"description": "Token used to authenticate requests.",
|
|
1899
|
-
"visibility": "secret",
|
|
1900
|
-
"type": "string"
|
|
1901
|
-
},
|
|
1902
|
-
"apiBaseUrl": {
|
|
1903
|
-
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1904
|
-
"visibility": "frontend",
|
|
1905
|
-
"type": "string"
|
|
1906
|
-
},
|
|
1907
|
-
"username": {
|
|
1908
|
-
"description": "The username to use for authenticated requests.",
|
|
1909
|
-
"visibility": "secret",
|
|
1910
|
-
"type": "string"
|
|
1911
|
-
},
|
|
1912
|
-
"appPassword": {
|
|
1913
|
-
"description": "Bitbucket app password used to authenticate requests.",
|
|
1914
|
-
"visibility": "secret",
|
|
1915
|
-
"type": "string"
|
|
1916
|
-
},
|
|
1917
|
-
"commitSigningKey": {
|
|
1918
|
-
"description": "PGP signing key for signing commits.",
|
|
1919
|
-
"visibility": "secret",
|
|
1920
|
-
"type": "string"
|
|
1921
|
-
}
|
|
1922
|
-
},
|
|
1923
|
-
"required": [
|
|
1924
|
-
"host"
|
|
1925
|
-
]
|
|
1926
|
-
}
|
|
1927
|
-
},
|
|
1928
|
-
"bitbucketCloud": {
|
|
1929
|
-
"description": "Integration configuration for Bitbucket Cloud",
|
|
1930
|
-
"type": "array",
|
|
1931
|
-
"items": {
|
|
1932
|
-
"type": "object",
|
|
1933
|
-
"properties": {
|
|
1934
|
-
"username": {
|
|
1935
|
-
"description": "The username to use for authenticated requests.",
|
|
1936
|
-
"visibility": "secret",
|
|
1937
|
-
"type": "string"
|
|
1938
|
-
},
|
|
1939
|
-
"appPassword": {
|
|
1940
|
-
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1941
|
-
"visibility": "secret",
|
|
1942
|
-
"type": "string"
|
|
1943
|
-
},
|
|
1944
|
-
"commitSigningKey": {
|
|
1945
|
-
"description": "PGP signing key for signing commits.",
|
|
1946
|
-
"visibility": "secret",
|
|
1947
|
-
"type": "string"
|
|
1948
|
-
}
|
|
1949
|
-
},
|
|
1950
|
-
"required": [
|
|
1951
|
-
"appPassword",
|
|
1952
|
-
"username"
|
|
1953
|
-
]
|
|
1954
|
-
}
|
|
1955
|
-
},
|
|
1956
|
-
"bitbucketServer": {
|
|
1957
|
-
"description": "Integration configuration for Bitbucket Server",
|
|
1958
|
-
"type": "array",
|
|
1959
|
-
"items": {
|
|
1960
|
-
"type": "object",
|
|
1961
|
-
"properties": {
|
|
1962
|
-
"host": {
|
|
1963
|
-
"description": "The hostname of the given Bitbucket Server instance",
|
|
1964
|
-
"visibility": "frontend",
|
|
1965
|
-
"type": "string"
|
|
1966
|
-
},
|
|
1967
|
-
"token": {
|
|
1968
|
-
"description": "Token used to authenticate requests.",
|
|
1969
|
-
"visibility": "secret",
|
|
1970
|
-
"type": "string"
|
|
1971
|
-
},
|
|
1972
|
-
"username": {
|
|
1973
|
-
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1974
|
-
"visibility": "secret",
|
|
1975
|
-
"type": "string"
|
|
1976
|
-
},
|
|
1977
|
-
"password": {
|
|
1978
|
-
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1979
|
-
"visibility": "secret",
|
|
1980
|
-
"type": "string"
|
|
1981
|
-
},
|
|
1982
|
-
"apiBaseUrl": {
|
|
1983
|
-
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1984
|
-
"visibility": "frontend",
|
|
1985
|
-
"type": "string"
|
|
1986
|
-
},
|
|
1987
|
-
"commitSigningKey": {
|
|
1988
|
-
"description": "PGP signing key for signing commits.",
|
|
1989
|
-
"visibility": "secret",
|
|
1990
|
-
"type": "string"
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
"required": [
|
|
1994
|
-
"host"
|
|
1995
|
-
]
|
|
1996
|
-
}
|
|
1997
|
-
},
|
|
1998
|
-
"gerrit": {
|
|
1999
|
-
"description": "Integration configuration for Gerrit",
|
|
2000
|
-
"type": "array",
|
|
2001
|
-
"items": {
|
|
2002
|
-
"type": "object",
|
|
2003
|
-
"properties": {
|
|
2004
|
-
"host": {
|
|
2005
|
-
"description": "The hostname of the given Gerrit instance",
|
|
2006
|
-
"visibility": "frontend",
|
|
2007
|
-
"type": "string"
|
|
2008
|
-
},
|
|
2009
|
-
"baseUrl": {
|
|
2010
|
-
"description": "The base url for the Gerrit instance.",
|
|
2011
|
-
"visibility": "frontend",
|
|
2012
|
-
"type": "string"
|
|
2013
|
-
},
|
|
2014
|
-
"gitilesBaseUrl": {
|
|
2015
|
-
"description": "The gitiles base url.",
|
|
2016
|
-
"visibility": "frontend",
|
|
2017
|
-
"type": "string"
|
|
2018
|
-
},
|
|
2019
|
-
"cloneUrl": {
|
|
2020
|
-
"description": "The base url for cloning repos.",
|
|
2021
|
-
"visibility": "frontend",
|
|
2022
|
-
"type": "string"
|
|
2023
|
-
},
|
|
2024
|
-
"disableEditUrl": {
|
|
2025
|
-
"description": "Disable the edit url feature.",
|
|
2026
|
-
"visibility": "frontend",
|
|
2027
|
-
"type": "boolean"
|
|
2028
|
-
},
|
|
2029
|
-
"username": {
|
|
2030
|
-
"description": "The username to use for authenticated requests.",
|
|
2031
|
-
"visibility": "secret",
|
|
2032
|
-
"type": "string"
|
|
2033
|
-
},
|
|
2034
|
-
"password": {
|
|
2035
|
-
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2036
|
-
"visibility": "secret",
|
|
2037
|
-
"type": "string"
|
|
2038
|
-
},
|
|
2039
|
-
"commitSigningKey": {
|
|
2040
|
-
"description": "PGP signing key for signing commits.",
|
|
2041
|
-
"visibility": "secret",
|
|
2042
|
-
"type": "string"
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
"required": [
|
|
2046
|
-
"gitilesBaseUrl",
|
|
2047
|
-
"host"
|
|
2048
|
-
]
|
|
2049
|
-
}
|
|
2050
|
-
},
|
|
2051
|
-
"github": {
|
|
2052
|
-
"description": "Integration configuration for GitHub",
|
|
2053
|
-
"type": "array",
|
|
2054
|
-
"items": {
|
|
2055
|
-
"type": "object",
|
|
2056
|
-
"properties": {
|
|
2057
|
-
"host": {
|
|
2058
|
-
"description": "The hostname of the given GitHub instance",
|
|
2059
|
-
"visibility": "frontend",
|
|
2060
|
-
"type": "string"
|
|
2061
|
-
},
|
|
2062
|
-
"token": {
|
|
2063
|
-
"description": "Token used to authenticate requests.",
|
|
2064
|
-
"visibility": "secret",
|
|
2065
|
-
"type": "string"
|
|
2066
|
-
},
|
|
2067
|
-
"apiBaseUrl": {
|
|
2068
|
-
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
2069
|
-
"visibility": "frontend",
|
|
2070
|
-
"type": "string"
|
|
2071
|
-
},
|
|
2072
|
-
"rawBaseUrl": {
|
|
2073
|
-
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
2074
|
-
"visibility": "frontend",
|
|
2075
|
-
"type": "string"
|
|
2076
|
-
},
|
|
2077
|
-
"apps": {
|
|
2078
|
-
"description": "GitHub Apps configuration",
|
|
2079
|
-
"type": "array",
|
|
2080
|
-
"items": {
|
|
2081
|
-
"type": "object",
|
|
2082
|
-
"properties": {
|
|
2083
|
-
"appId": {
|
|
2084
|
-
"description": "The numeric GitHub App ID, string for environment variables",
|
|
2085
|
-
"type": [
|
|
2086
|
-
"string",
|
|
2087
|
-
"number"
|
|
2088
|
-
]
|
|
2089
|
-
},
|
|
2090
|
-
"privateKey": {
|
|
2091
|
-
"description": "The private key to use for auth against the app",
|
|
2092
|
-
"visibility": "secret",
|
|
2093
|
-
"type": "string"
|
|
2094
|
-
},
|
|
2095
|
-
"webhookSecret": {
|
|
2096
|
-
"description": "The secret used for webhooks",
|
|
2097
|
-
"visibility": "secret",
|
|
2098
|
-
"type": "string"
|
|
2099
|
-
},
|
|
2100
|
-
"clientId": {
|
|
2101
|
-
"description": "The client ID to use",
|
|
2102
|
-
"type": "string"
|
|
2103
|
-
},
|
|
2104
|
-
"clientSecret": {
|
|
2105
|
-
"description": "The client secret to use",
|
|
2106
|
-
"visibility": "secret",
|
|
2107
|
-
"type": "string"
|
|
2108
|
-
},
|
|
2109
|
-
"allowedInstallationOwners": {
|
|
2110
|
-
"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",
|
|
2111
|
-
"type": "array",
|
|
2112
|
-
"items": {
|
|
2113
|
-
"type": "string"
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
|
-
},
|
|
2117
|
-
"required": [
|
|
2118
|
-
"appId",
|
|
2119
|
-
"clientId",
|
|
2120
|
-
"clientSecret",
|
|
2121
|
-
"privateKey"
|
|
2122
|
-
]
|
|
2123
|
-
}
|
|
2124
|
-
}
|
|
2125
|
-
},
|
|
2126
|
-
"required": [
|
|
2127
|
-
"host"
|
|
2128
|
-
]
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
"gitlab": {
|
|
2132
|
-
"description": "Integration configuration for GitLab",
|
|
2133
|
-
"type": "array",
|
|
2134
|
-
"items": {
|
|
2135
|
-
"type": "object",
|
|
2136
|
-
"properties": {
|
|
2137
|
-
"host": {
|
|
2138
|
-
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
2139
|
-
"visibility": "frontend",
|
|
2140
|
-
"type": "string"
|
|
2141
|
-
},
|
|
2142
|
-
"apiBaseUrl": {
|
|
2143
|
-
"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.",
|
|
2144
|
-
"visibility": "frontend",
|
|
2145
|
-
"type": "string"
|
|
2146
|
-
},
|
|
2147
|
-
"token": {
|
|
2148
|
-
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
2149
|
-
"visibility": "secret",
|
|
2150
|
-
"type": "string"
|
|
2151
|
-
},
|
|
2152
|
-
"baseUrl": {
|
|
2153
|
-
"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}.",
|
|
2154
|
-
"visibility": "frontend",
|
|
2155
|
-
"type": "string"
|
|
2156
|
-
},
|
|
2157
|
-
"commitSigningKey": {
|
|
2158
|
-
"description": "PGP signing key for signing commits.",
|
|
2159
|
-
"visibility": "secret",
|
|
2160
|
-
"type": "string"
|
|
2161
|
-
}
|
|
2162
|
-
},
|
|
2163
|
-
"required": [
|
|
2164
|
-
"host"
|
|
2165
|
-
]
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
"googleGcs": {
|
|
2169
|
-
"description": "Integration configuration for Google Cloud Storage",
|
|
2170
|
-
"type": "object",
|
|
2171
|
-
"properties": {
|
|
2172
|
-
"clientEmail": {
|
|
2173
|
-
"description": "Service account email used to authenticate requests.",
|
|
2174
|
-
"type": "string"
|
|
2175
|
-
},
|
|
2176
|
-
"privateKey": {
|
|
2177
|
-
"description": "Service account private key used to authenticate requests.",
|
|
2178
|
-
"visibility": "secret",
|
|
2179
|
-
"type": "string"
|
|
2180
|
-
}
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
"awsS3": {
|
|
2184
|
-
"description": "Integration configuration for AWS S3 Service",
|
|
2185
|
-
"type": "array",
|
|
2186
|
-
"items": {
|
|
2187
|
-
"type": "object",
|
|
2188
|
-
"properties": {
|
|
2189
|
-
"endpoint": {
|
|
2190
|
-
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
2191
|
-
"visibility": "frontend",
|
|
2192
|
-
"type": "string"
|
|
2193
|
-
},
|
|
2194
|
-
"s3ForcePathStyle": {
|
|
2195
|
-
"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.",
|
|
2196
|
-
"visibility": "frontend",
|
|
2197
|
-
"type": "boolean"
|
|
2198
|
-
},
|
|
2199
|
-
"accessKeyId": {
|
|
2200
|
-
"description": "Account access key used to authenticate requests.",
|
|
2201
|
-
"type": "string"
|
|
2202
|
-
},
|
|
2203
|
-
"secretAccessKey": {
|
|
2204
|
-
"description": "Account secret key used to authenticate requests.",
|
|
2205
|
-
"visibility": "secret",
|
|
2206
|
-
"type": "string"
|
|
2207
|
-
},
|
|
2208
|
-
"roleArn": {
|
|
2209
|
-
"description": "ARN of the role to be assumed",
|
|
2210
|
-
"type": "string"
|
|
2211
|
-
},
|
|
2212
|
-
"externalId": {
|
|
2213
|
-
"description": "External ID to use when assuming role",
|
|
2214
|
-
"type": "string"
|
|
2215
|
-
}
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
2218
|
-
},
|
|
2219
|
-
"gitea": {
|
|
2220
|
-
"description": "Integration configuration for Gitea",
|
|
2221
|
-
"type": "array",
|
|
2222
|
-
"items": {
|
|
2223
|
-
"type": "object",
|
|
2224
|
-
"properties": {
|
|
2225
|
-
"host": {
|
|
2226
|
-
"description": "The hostname of the given Gitea instance",
|
|
2227
|
-
"visibility": "frontend",
|
|
2228
|
-
"type": "string"
|
|
2229
|
-
},
|
|
2230
|
-
"baseUrl": {
|
|
2231
|
-
"description": "The base url for the Gitea instance.",
|
|
2232
|
-
"visibility": "frontend",
|
|
2233
|
-
"type": "string"
|
|
2234
|
-
},
|
|
2235
|
-
"username": {
|
|
2236
|
-
"description": "The username to use for authenticated requests.",
|
|
2237
|
-
"visibility": "secret",
|
|
2238
|
-
"type": "string"
|
|
2239
|
-
},
|
|
2240
|
-
"password": {
|
|
2241
|
-
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2242
|
-
"visibility": "secret",
|
|
2243
|
-
"type": "string"
|
|
2244
|
-
},
|
|
2245
|
-
"commitSigningKey": {
|
|
2246
|
-
"description": "PGP signing key for signing commits.",
|
|
2247
|
-
"visibility": "secret",
|
|
2248
|
-
"type": "string"
|
|
2249
|
-
}
|
|
2250
|
-
},
|
|
2251
|
-
"required": [
|
|
2252
|
-
"host"
|
|
2253
|
-
]
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
|
-
"harness": {
|
|
2257
|
-
"description": "Integration configuration for Harness Code",
|
|
2258
|
-
"type": "array",
|
|
2259
|
-
"items": {
|
|
2260
|
-
"type": "object",
|
|
2261
|
-
"properties": {
|
|
2262
|
-
"host": {
|
|
2263
|
-
"description": "The hostname of the given Harness Code instance",
|
|
2264
|
-
"visibility": "frontend",
|
|
2265
|
-
"type": "string"
|
|
2266
|
-
},
|
|
2267
|
-
"apiKey": {
|
|
2268
|
-
"description": "The apikey to use for authenticated requests.",
|
|
2269
|
-
"visibility": "secret",
|
|
2270
|
-
"type": "string"
|
|
2271
|
-
},
|
|
2272
|
-
"token": {
|
|
2273
|
-
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
2274
|
-
"visibility": "secret",
|
|
2275
|
-
"type": "string"
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
2278
|
-
"required": [
|
|
2279
|
-
"host"
|
|
2280
|
-
]
|
|
1305
|
+
},
|
|
1306
|
+
"backstageTokenExpiration": {
|
|
1307
|
+
"description": "The backstage token expiration."
|
|
1308
|
+
},
|
|
1309
|
+
"experimentalExtraAllowedOrigins": {
|
|
1310
|
+
"description": "Additional app origins to allow for authenticating",
|
|
1311
|
+
"type": "array",
|
|
1312
|
+
"items": {
|
|
1313
|
+
"type": "string"
|
|
2281
1314
|
}
|
|
2282
1315
|
}
|
|
2283
1316
|
}
|
|
@@ -2285,7 +1318,53 @@
|
|
|
2285
1318
|
},
|
|
2286
1319
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2287
1320
|
},
|
|
2288
|
-
"packageName": "@backstage/
|
|
1321
|
+
"packageName": "@backstage/plugin-auth-backend"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1325
|
+
"value": {
|
|
1326
|
+
"type": "object",
|
|
1327
|
+
"properties": {
|
|
1328
|
+
"auth": {
|
|
1329
|
+
"description": "Configuration options for the auth plugin",
|
|
1330
|
+
"type": "object",
|
|
1331
|
+
"properties": {
|
|
1332
|
+
"providers": {
|
|
1333
|
+
"type": "object",
|
|
1334
|
+
"properties": {
|
|
1335
|
+
"guest": {
|
|
1336
|
+
"type": "object",
|
|
1337
|
+
"properties": {
|
|
1338
|
+
"userEntityRef": {
|
|
1339
|
+
"description": "The entity reference to use for the guest user.",
|
|
1340
|
+
"default": "user:development/guest",
|
|
1341
|
+
"type": "string"
|
|
1342
|
+
},
|
|
1343
|
+
"ownershipEntityRefs": {
|
|
1344
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1345
|
+
"default": "[userEntityRef]",
|
|
1346
|
+
"type": "array",
|
|
1347
|
+
"items": {
|
|
1348
|
+
"type": "string"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1352
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1353
|
+
"type": "boolean"
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"required": [
|
|
1361
|
+
"providers"
|
|
1362
|
+
]
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1366
|
+
},
|
|
1367
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
2289
1368
|
},
|
|
2290
1369
|
{
|
|
2291
1370
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -3795,31 +2874,6 @@
|
|
|
3795
2874
|
},
|
|
3796
2875
|
"packageName": "@backstage/plugin-auth-backend-module-google-provider"
|
|
3797
2876
|
},
|
|
3798
|
-
{
|
|
3799
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
|
|
3800
|
-
"value": {
|
|
3801
|
-
"type": "object",
|
|
3802
|
-
"properties": {
|
|
3803
|
-
"permission": {
|
|
3804
|
-
"description": "Configuration options for Backstage permissions and authorization",
|
|
3805
|
-
"type": "object",
|
|
3806
|
-
"properties": {
|
|
3807
|
-
"enabled": {
|
|
3808
|
-
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
3809
|
-
"visibility": "frontend",
|
|
3810
|
-
"type": "boolean"
|
|
3811
|
-
},
|
|
3812
|
-
"EXPERIMENTAL_enableBatchedRequests": {
|
|
3813
|
-
"visibility": "frontend",
|
|
3814
|
-
"type": "boolean"
|
|
3815
|
-
}
|
|
3816
|
-
}
|
|
3817
|
-
}
|
|
3818
|
-
},
|
|
3819
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3820
|
-
},
|
|
3821
|
-
"packageName": "@backstage/plugin-permission-common"
|
|
3822
|
-
},
|
|
3823
2877
|
{
|
|
3824
2878
|
"path": "../integration-aws-node/config.d.ts",
|
|
3825
2879
|
"value": {
|
|
@@ -3929,182 +2983,6 @@
|
|
|
3929
2983
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3930
2984
|
},
|
|
3931
2985
|
"packageName": "@backstage/integration-aws-node"
|
|
3932
|
-
},
|
|
3933
|
-
{
|
|
3934
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
3935
|
-
"value": {
|
|
3936
|
-
"type": "object",
|
|
3937
|
-
"properties": {
|
|
3938
|
-
"app": {
|
|
3939
|
-
"type": "object",
|
|
3940
|
-
"properties": {
|
|
3941
|
-
"experimental": {
|
|
3942
|
-
"type": "object",
|
|
3943
|
-
"properties": {
|
|
3944
|
-
"packages": {
|
|
3945
|
-
"visibility": "frontend",
|
|
3946
|
-
"deepVisibility": "frontend",
|
|
3947
|
-
"anyOf": [
|
|
3948
|
-
{
|
|
3949
|
-
"type": "object",
|
|
3950
|
-
"properties": {
|
|
3951
|
-
"include": {
|
|
3952
|
-
"type": "array",
|
|
3953
|
-
"items": {
|
|
3954
|
-
"type": "string"
|
|
3955
|
-
}
|
|
3956
|
-
},
|
|
3957
|
-
"exclude": {
|
|
3958
|
-
"type": "array",
|
|
3959
|
-
"items": {
|
|
3960
|
-
"type": "string"
|
|
3961
|
-
}
|
|
3962
|
-
}
|
|
3963
|
-
}
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"const": "all",
|
|
3967
|
-
"type": "string"
|
|
3968
|
-
}
|
|
3969
|
-
]
|
|
3970
|
-
}
|
|
3971
|
-
}
|
|
3972
|
-
},
|
|
3973
|
-
"routes": {
|
|
3974
|
-
"type": "object",
|
|
3975
|
-
"properties": {
|
|
3976
|
-
"bindings": {
|
|
3977
|
-
"description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
|
|
3978
|
-
"deepVisibility": "frontend",
|
|
3979
|
-
"type": "object",
|
|
3980
|
-
"additionalProperties": {
|
|
3981
|
-
"anyOf": [
|
|
3982
|
-
{
|
|
3983
|
-
"const": false,
|
|
3984
|
-
"type": "boolean"
|
|
3985
|
-
},
|
|
3986
|
-
{
|
|
3987
|
-
"type": "string"
|
|
3988
|
-
}
|
|
3989
|
-
]
|
|
3990
|
-
}
|
|
3991
|
-
}
|
|
3992
|
-
}
|
|
3993
|
-
},
|
|
3994
|
-
"extensions": {
|
|
3995
|
-
"deepVisibility": "frontend",
|
|
3996
|
-
"type": "array",
|
|
3997
|
-
"items": {
|
|
3998
|
-
"anyOf": [
|
|
3999
|
-
{
|
|
4000
|
-
"type": "object",
|
|
4001
|
-
"additionalProperties": {
|
|
4002
|
-
"anyOf": [
|
|
4003
|
-
{
|
|
4004
|
-
"type": "object",
|
|
4005
|
-
"properties": {
|
|
4006
|
-
"attachTo": {
|
|
4007
|
-
"type": "object",
|
|
4008
|
-
"properties": {
|
|
4009
|
-
"id": {
|
|
4010
|
-
"type": "string"
|
|
4011
|
-
},
|
|
4012
|
-
"input": {
|
|
4013
|
-
"type": "string"
|
|
4014
|
-
}
|
|
4015
|
-
},
|
|
4016
|
-
"required": [
|
|
4017
|
-
"id",
|
|
4018
|
-
"input"
|
|
4019
|
-
]
|
|
4020
|
-
},
|
|
4021
|
-
"disabled": {
|
|
4022
|
-
"type": "boolean"
|
|
4023
|
-
},
|
|
4024
|
-
"config": {}
|
|
4025
|
-
}
|
|
4026
|
-
},
|
|
4027
|
-
{
|
|
4028
|
-
"type": "boolean"
|
|
4029
|
-
}
|
|
4030
|
-
]
|
|
4031
|
-
}
|
|
4032
|
-
},
|
|
4033
|
-
{
|
|
4034
|
-
"type": "string"
|
|
4035
|
-
}
|
|
4036
|
-
]
|
|
4037
|
-
}
|
|
4038
|
-
},
|
|
4039
|
-
"pluginOverrides": {
|
|
4040
|
-
"description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
|
|
4041
|
-
"deepVisibility": "frontend",
|
|
4042
|
-
"type": "array",
|
|
4043
|
-
"items": {
|
|
4044
|
-
"type": "object",
|
|
4045
|
-
"properties": {
|
|
4046
|
-
"match": {
|
|
4047
|
-
"description": "The criteria for matching plugins to override.",
|
|
4048
|
-
"type": "object",
|
|
4049
|
-
"properties": {
|
|
4050
|
-
"pluginId": {
|
|
4051
|
-
"description": "A pattern that is matched against the plugin ID.",
|
|
4052
|
-
"type": "string"
|
|
4053
|
-
},
|
|
4054
|
-
"packageName": {
|
|
4055
|
-
"description": "A pattern that is matched against the package name.",
|
|
4056
|
-
"type": "string"
|
|
4057
|
-
}
|
|
4058
|
-
}
|
|
4059
|
-
},
|
|
4060
|
-
"info": {
|
|
4061
|
-
"description": "Overrides individual top-level fields of the plugin info.",
|
|
4062
|
-
"type": "object",
|
|
4063
|
-
"properties": {
|
|
4064
|
-
"description": {
|
|
4065
|
-
"description": "Override the description of the plugin.",
|
|
4066
|
-
"type": "string"
|
|
4067
|
-
},
|
|
4068
|
-
"ownerEntityRefs": {
|
|
4069
|
-
"description": "Override the owner entity references of the plugin.",
|
|
4070
|
-
"type": "array",
|
|
4071
|
-
"items": {
|
|
4072
|
-
"type": "string"
|
|
4073
|
-
}
|
|
4074
|
-
},
|
|
4075
|
-
"links": {
|
|
4076
|
-
"description": "Override the links of the plugin.",
|
|
4077
|
-
"type": "array",
|
|
4078
|
-
"items": {
|
|
4079
|
-
"type": "object",
|
|
4080
|
-
"properties": {
|
|
4081
|
-
"title": {
|
|
4082
|
-
"type": "string"
|
|
4083
|
-
},
|
|
4084
|
-
"url": {
|
|
4085
|
-
"type": "string"
|
|
4086
|
-
}
|
|
4087
|
-
},
|
|
4088
|
-
"required": [
|
|
4089
|
-
"title",
|
|
4090
|
-
"url"
|
|
4091
|
-
]
|
|
4092
|
-
}
|
|
4093
|
-
}
|
|
4094
|
-
}
|
|
4095
|
-
}
|
|
4096
|
-
},
|
|
4097
|
-
"required": [
|
|
4098
|
-
"info"
|
|
4099
|
-
]
|
|
4100
|
-
}
|
|
4101
|
-
}
|
|
4102
|
-
}
|
|
4103
|
-
}
|
|
4104
|
-
},
|
|
4105
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4106
|
-
},
|
|
4107
|
-
"packageName": "@backstage/frontend-app-api"
|
|
4108
2986
|
}
|
|
4109
2987
|
],
|
|
4110
2988
|
"backstageConfigSchemaVersion": 1
|