@techdocs/cli 1.9.1-next.2 → 1.9.1
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 +11 -0
- package/dist/embedded-app/.config-schema.json +245 -1099
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{5724.ac4e97c6.chunk.js → 5724.f8d06015.chunk.js} +2 -2
- package/dist/embedded-app/static/{5724.ac4e97c6.chunk.js.map → 5724.f8d06015.chunk.js.map} +1 -1
- package/dist/embedded-app/static/main.53048bb6.js +553 -0
- package/dist/embedded-app/static/main.53048bb6.js.map +1 -0
- package/dist/embedded-app/static/{module-material-ui.b24ef3a3.js → module-material-ui.557c1930.js} +2 -2
- package/dist/embedded-app/static/module-material-ui.557c1930.js.map +1 -0
- package/dist/embedded-app/static/{runtime.682a035b.js → runtime.53048bb6.js} +2 -2
- package/dist/embedded-app/static/{runtime.682a035b.js.map → runtime.53048bb6.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.682a035b.js → vendor.53048bb6.js} +1 -1
- package/dist/embedded-app/static/{vendor.682a035b.js.map → vendor.53048bb6.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +7 -7
- package/dist/embedded-app/static/main.682a035b.js +0 -553
- package/dist/embedded-app/static/main.682a035b.js.map +0 -1
- package/dist/embedded-app/static/module-material-ui.b24ef3a3.js.map +0 -1
|
@@ -937,37 +937,6 @@
|
|
|
937
937
|
},
|
|
938
938
|
"packageName": "@backstage/integration"
|
|
939
939
|
},
|
|
940
|
-
{
|
|
941
|
-
"path": "../../plugins/catalog/config.d.ts",
|
|
942
|
-
"value": {
|
|
943
|
-
"type": "object",
|
|
944
|
-
"properties": {
|
|
945
|
-
"catalog": {
|
|
946
|
-
"type": "object",
|
|
947
|
-
"properties": {
|
|
948
|
-
"experimentalPagination": {
|
|
949
|
-
"deepVisibility": "frontend",
|
|
950
|
-
"anyOf": [
|
|
951
|
-
{
|
|
952
|
-
"type": "object",
|
|
953
|
-
"properties": {
|
|
954
|
-
"limit": {
|
|
955
|
-
"type": "number"
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"type": "boolean"
|
|
961
|
-
}
|
|
962
|
-
]
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
},
|
|
967
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
968
|
-
},
|
|
969
|
-
"packageName": "@backstage/plugin-catalog"
|
|
970
|
-
},
|
|
971
940
|
{
|
|
972
941
|
"path": "../frontend-app-api/config.d.ts",
|
|
973
942
|
"value": {
|
|
@@ -1081,6 +1050,37 @@
|
|
|
1081
1050
|
},
|
|
1082
1051
|
"packageName": "@backstage/frontend-app-api"
|
|
1083
1052
|
},
|
|
1053
|
+
{
|
|
1054
|
+
"path": "../../plugins/catalog/config.d.ts",
|
|
1055
|
+
"value": {
|
|
1056
|
+
"type": "object",
|
|
1057
|
+
"properties": {
|
|
1058
|
+
"catalog": {
|
|
1059
|
+
"type": "object",
|
|
1060
|
+
"properties": {
|
|
1061
|
+
"experimentalPagination": {
|
|
1062
|
+
"deepVisibility": "frontend",
|
|
1063
|
+
"anyOf": [
|
|
1064
|
+
{
|
|
1065
|
+
"type": "object",
|
|
1066
|
+
"properties": {
|
|
1067
|
+
"limit": {
|
|
1068
|
+
"type": "number"
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"type": "boolean"
|
|
1074
|
+
}
|
|
1075
|
+
]
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1081
|
+
},
|
|
1082
|
+
"packageName": "@backstage/plugin-catalog"
|
|
1083
|
+
},
|
|
1084
1084
|
{
|
|
1085
1085
|
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1086
1086
|
"value": {
|
|
@@ -1402,834 +1402,158 @@
|
|
|
1402
1402
|
"required": [
|
|
1403
1403
|
"clientId",
|
|
1404
1404
|
"clientSecret",
|
|
1405
|
-
"issuer"
|
|
1406
|
-
]
|
|
1407
|
-
}
|
|
1408
|
-
},
|
|
1409
|
-
"backstageTokenExpiration": {
|
|
1410
|
-
"description": "The backstage token expiration."
|
|
1411
|
-
}
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1414
|
-
"experimentalExtraAllowedOrigins": {
|
|
1415
|
-
"description": "Additional app origins to allow for authenticating",
|
|
1416
|
-
"type": "array",
|
|
1417
|
-
"items": {
|
|
1418
|
-
"type": "string"
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
},
|
|
1424
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1425
|
-
},
|
|
1426
|
-
"packageName": "@backstage/plugin-auth-backend"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1430
|
-
"value": {
|
|
1431
|
-
"type": "object",
|
|
1432
|
-
"properties": {
|
|
1433
|
-
"auth": {
|
|
1434
|
-
"description": "Configuration options for the auth plugin",
|
|
1435
|
-
"type": "object",
|
|
1436
|
-
"properties": {
|
|
1437
|
-
"providers": {
|
|
1438
|
-
"type": "object",
|
|
1439
|
-
"properties": {
|
|
1440
|
-
"guest": {
|
|
1441
|
-
"type": "object",
|
|
1442
|
-
"properties": {
|
|
1443
|
-
"userEntityRef": {
|
|
1444
|
-
"description": "The entity reference to use for the guest user.",
|
|
1445
|
-
"default": "user:development/guest",
|
|
1446
|
-
"type": "string"
|
|
1447
|
-
},
|
|
1448
|
-
"ownershipEntityRefs": {
|
|
1449
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1450
|
-
"default": "[userEntityRef]",
|
|
1451
|
-
"type": "array",
|
|
1452
|
-
"items": {
|
|
1453
|
-
"type": "string"
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1457
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1458
|
-
"type": "boolean"
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
"required": [
|
|
1466
|
-
"providers"
|
|
1467
|
-
]
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1471
|
-
},
|
|
1472
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1476
|
-
"value": {
|
|
1477
|
-
"type": "object",
|
|
1478
|
-
"properties": {
|
|
1479
|
-
"auth": {
|
|
1480
|
-
"type": "object",
|
|
1481
|
-
"properties": {
|
|
1482
|
-
"autologout": {
|
|
1483
|
-
"description": "Autologout feature configuration",
|
|
1484
|
-
"type": "object",
|
|
1485
|
-
"properties": {
|
|
1486
|
-
"enabled": {
|
|
1487
|
-
"description": "Enable or disable the autologout feature",
|
|
1488
|
-
"visibility": "frontend",
|
|
1489
|
-
"type": "boolean"
|
|
1490
|
-
},
|
|
1491
|
-
"idleTimeoutMinutes": {
|
|
1492
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1493
|
-
"visibility": "frontend",
|
|
1494
|
-
"type": "number"
|
|
1495
|
-
},
|
|
1496
|
-
"promptBeforeIdleSeconds": {
|
|
1497
|
-
"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.",
|
|
1498
|
-
"visibility": "frontend",
|
|
1499
|
-
"type": "number"
|
|
1500
|
-
},
|
|
1501
|
-
"useWorkerTimers": {
|
|
1502
|
-
"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.",
|
|
1503
|
-
"visibility": "frontend",
|
|
1504
|
-
"type": "boolean"
|
|
1505
|
-
},
|
|
1506
|
-
"logoutIfDisconnected": {
|
|
1507
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1508
|
-
"visibility": "frontend",
|
|
1509
|
-
"type": "boolean"
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1516
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1517
|
-
},
|
|
1518
|
-
"packageName": "@backstage/core-components"
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1522
|
-
"value": {
|
|
1523
|
-
"type": "object",
|
|
1524
|
-
"properties": {
|
|
1525
|
-
"app": {
|
|
1526
|
-
"description": "Generic frontend configuration.",
|
|
1527
|
-
"type": "object",
|
|
1528
|
-
"properties": {
|
|
1529
|
-
"baseUrl": {
|
|
1530
|
-
"description": "The public absolute root URL that the frontend.",
|
|
1531
|
-
"visibility": "frontend",
|
|
1532
|
-
"type": "string"
|
|
1533
|
-
},
|
|
1534
|
-
"title": {
|
|
1535
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1536
|
-
"visibility": "frontend",
|
|
1537
|
-
"type": "string"
|
|
1538
|
-
},
|
|
1539
|
-
"support": {
|
|
1540
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1541
|
-
"type": "object",
|
|
1542
|
-
"properties": {
|
|
1543
|
-
"url": {
|
|
1544
|
-
"description": "The primary support url.",
|
|
1545
|
-
"visibility": "frontend",
|
|
1546
|
-
"type": "string"
|
|
1547
|
-
},
|
|
1548
|
-
"items": {
|
|
1549
|
-
"description": "A list of categorized support item groupings.",
|
|
1550
|
-
"type": "array",
|
|
1551
|
-
"items": {
|
|
1552
|
-
"type": "object",
|
|
1553
|
-
"properties": {
|
|
1554
|
-
"title": {
|
|
1555
|
-
"description": "The title of the support item grouping.",
|
|
1556
|
-
"visibility": "frontend",
|
|
1557
|
-
"type": "string"
|
|
1558
|
-
},
|
|
1559
|
-
"icon": {
|
|
1560
|
-
"description": "An optional icon for the support item grouping.",
|
|
1561
|
-
"visibility": "frontend",
|
|
1562
|
-
"type": "string"
|
|
1563
|
-
},
|
|
1564
|
-
"links": {
|
|
1565
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1566
|
-
"type": "array",
|
|
1567
|
-
"items": {
|
|
1568
|
-
"type": "object",
|
|
1569
|
-
"properties": {
|
|
1570
|
-
"url": {
|
|
1571
|
-
"visibility": "frontend",
|
|
1572
|
-
"type": "string"
|
|
1573
|
-
},
|
|
1574
|
-
"title": {
|
|
1575
|
-
"visibility": "frontend",
|
|
1576
|
-
"type": "string"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
"required": [
|
|
1580
|
-
"url"
|
|
1581
|
-
]
|
|
1582
|
-
}
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
"required": [
|
|
1586
|
-
"links",
|
|
1587
|
-
"title"
|
|
1588
|
-
]
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
"required": [
|
|
1593
|
-
"items",
|
|
1594
|
-
"url"
|
|
1595
|
-
]
|
|
1596
|
-
},
|
|
1597
|
-
"routes": {
|
|
1598
|
-
"type": "object",
|
|
1599
|
-
"properties": {
|
|
1600
|
-
"bindings": {
|
|
1601
|
-
"description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
|
|
1602
|
-
"deepVisibility": "frontend",
|
|
1603
|
-
"type": "object",
|
|
1604
|
-
"additionalProperties": {
|
|
1605
|
-
"anyOf": [
|
|
1606
|
-
{
|
|
1607
|
-
"const": false,
|
|
1608
|
-
"type": "boolean"
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"type": "string"
|
|
1612
|
-
}
|
|
1613
|
-
]
|
|
1614
|
-
}
|
|
1615
|
-
}
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
"required": [
|
|
1620
|
-
"baseUrl"
|
|
1621
|
-
]
|
|
1622
|
-
},
|
|
1623
|
-
"backend": {
|
|
1624
|
-
"description": "Generic backend configuration.",
|
|
1625
|
-
"type": "object",
|
|
1626
|
-
"properties": {
|
|
1627
|
-
"baseUrl": {
|
|
1628
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1629
|
-
"visibility": "frontend",
|
|
1630
|
-
"type": "string"
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
"required": [
|
|
1634
|
-
"baseUrl"
|
|
1635
|
-
]
|
|
1636
|
-
},
|
|
1637
|
-
"organization": {
|
|
1638
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1639
|
-
"type": "object",
|
|
1640
|
-
"properties": {
|
|
1641
|
-
"name": {
|
|
1642
|
-
"description": "The name of the organization that the app belongs to.",
|
|
1643
|
-
"visibility": "frontend",
|
|
1644
|
-
"type": "string"
|
|
1645
|
-
}
|
|
1646
|
-
}
|
|
1647
|
-
},
|
|
1648
|
-
"homepage": {
|
|
1649
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1650
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1651
|
-
"type": "object",
|
|
1652
|
-
"properties": {
|
|
1653
|
-
"clocks": {
|
|
1654
|
-
"type": "array",
|
|
1655
|
-
"items": {
|
|
1656
|
-
"type": "object",
|
|
1657
|
-
"properties": {
|
|
1658
|
-
"label": {
|
|
1659
|
-
"visibility": "frontend",
|
|
1660
|
-
"type": "string"
|
|
1661
|
-
},
|
|
1662
|
-
"timezone": {
|
|
1663
|
-
"visibility": "frontend",
|
|
1664
|
-
"type": "string"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
"required": [
|
|
1668
|
-
"label",
|
|
1669
|
-
"timezone"
|
|
1670
|
-
]
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
|
-
"auth": {
|
|
1676
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1677
|
-
"type": "object",
|
|
1678
|
-
"properties": {
|
|
1679
|
-
"environment": {
|
|
1680
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1681
|
-
"visibility": "frontend",
|
|
1682
|
-
"type": "string"
|
|
1683
|
-
}
|
|
1684
|
-
}
|
|
1685
|
-
},
|
|
1686
|
-
"enableExperimentalRedirectFlow": {
|
|
1687
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1688
|
-
"visibility": "frontend",
|
|
1689
|
-
"type": "boolean"
|
|
1690
|
-
},
|
|
1691
|
-
"discovery": {
|
|
1692
|
-
"description": "Discovery options.",
|
|
1693
|
-
"visibility": "frontend",
|
|
1694
|
-
"type": "object",
|
|
1695
|
-
"properties": {
|
|
1696
|
-
"endpoints": {
|
|
1697
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1698
|
-
"visibility": "frontend",
|
|
1699
|
-
"type": "array",
|
|
1700
|
-
"items": {
|
|
1701
|
-
"type": "object",
|
|
1702
|
-
"properties": {
|
|
1703
|
-
"target": {
|
|
1704
|
-
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
1705
|
-
"visibility": "frontend",
|
|
1706
|
-
"anyOf": [
|
|
1707
|
-
{
|
|
1708
|
-
"type": "object",
|
|
1709
|
-
"properties": {
|
|
1710
|
-
"external": {
|
|
1711
|
-
"visibility": "frontend",
|
|
1712
|
-
"type": "string"
|
|
1713
|
-
}
|
|
1714
|
-
},
|
|
1715
|
-
"required": [
|
|
1716
|
-
"external"
|
|
1717
|
-
]
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"type": "string"
|
|
1721
|
-
}
|
|
1722
|
-
]
|
|
1723
|
-
},
|
|
1724
|
-
"plugins": {
|
|
1725
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
1726
|
-
"visibility": "frontend",
|
|
1727
|
-
"type": "array",
|
|
1728
|
-
"items": {
|
|
1729
|
-
"type": "string"
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
"required": [
|
|
1734
|
-
"plugins",
|
|
1735
|
-
"target"
|
|
1736
|
-
]
|
|
1737
|
-
}
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
}
|
|
1741
|
-
},
|
|
1742
|
-
"required": [
|
|
1743
|
-
"app",
|
|
1744
|
-
"backend"
|
|
1745
|
-
],
|
|
1746
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1747
|
-
},
|
|
1748
|
-
"packageName": "@backstage/core-app-api"
|
|
1749
|
-
},
|
|
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 not organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
|
|
1845
|
-
"deepVisibility": "secret",
|
|
1846
|
-
"type": "array",
|
|
1847
|
-
"items": {
|
|
1848
|
-
"type": "object",
|
|
1849
|
-
"properties": {
|
|
1850
|
-
"clientId": {
|
|
1851
|
-
"type": "string"
|
|
1852
|
-
},
|
|
1853
|
-
"clientSecret": {
|
|
1854
|
-
"type": "string"
|
|
1855
|
-
},
|
|
1856
|
-
"tenantId": {
|
|
1857
|
-
"type": "string"
|
|
1858
|
-
},
|
|
1859
|
-
"personalAccessToken": {
|
|
1860
|
-
"type": "string"
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1865
|
-
},
|
|
1866
|
-
"required": [
|
|
1867
|
-
"host"
|
|
1868
|
-
]
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
"bitbucket": {
|
|
1872
|
-
"description": "Integration configuration for Bitbucket",
|
|
1873
|
-
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1874
|
-
"type": "array",
|
|
1875
|
-
"items": {
|
|
1876
|
-
"type": "object",
|
|
1877
|
-
"properties": {
|
|
1878
|
-
"host": {
|
|
1879
|
-
"description": "The hostname of the given Bitbucket instance",
|
|
1880
|
-
"visibility": "frontend",
|
|
1881
|
-
"type": "string"
|
|
1882
|
-
},
|
|
1883
|
-
"token": {
|
|
1884
|
-
"description": "Token used to authenticate requests.",
|
|
1885
|
-
"visibility": "secret",
|
|
1886
|
-
"type": "string"
|
|
1887
|
-
},
|
|
1888
|
-
"apiBaseUrl": {
|
|
1889
|
-
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1890
|
-
"visibility": "frontend",
|
|
1891
|
-
"type": "string"
|
|
1892
|
-
},
|
|
1893
|
-
"username": {
|
|
1894
|
-
"description": "The username to use for authenticated requests.",
|
|
1895
|
-
"visibility": "secret",
|
|
1896
|
-
"type": "string"
|
|
1897
|
-
},
|
|
1898
|
-
"appPassword": {
|
|
1899
|
-
"description": "Bitbucket app password used to authenticate requests.",
|
|
1900
|
-
"visibility": "secret",
|
|
1901
|
-
"type": "string"
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
"required": [
|
|
1905
|
-
"host"
|
|
1906
|
-
]
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
"bitbucketCloud": {
|
|
1910
|
-
"description": "Integration configuration for Bitbucket Cloud",
|
|
1911
|
-
"type": "array",
|
|
1912
|
-
"items": {
|
|
1913
|
-
"type": "object",
|
|
1914
|
-
"properties": {
|
|
1915
|
-
"username": {
|
|
1916
|
-
"description": "The username to use for authenticated requests.",
|
|
1917
|
-
"visibility": "secret",
|
|
1918
|
-
"type": "string"
|
|
1919
|
-
},
|
|
1920
|
-
"appPassword": {
|
|
1921
|
-
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1922
|
-
"visibility": "secret",
|
|
1923
|
-
"type": "string"
|
|
1924
|
-
}
|
|
1925
|
-
},
|
|
1926
|
-
"required": [
|
|
1927
|
-
"appPassword",
|
|
1928
|
-
"username"
|
|
1929
|
-
]
|
|
1930
|
-
}
|
|
1931
|
-
},
|
|
1932
|
-
"bitbucketServer": {
|
|
1933
|
-
"description": "Integration configuration for Bitbucket Server",
|
|
1934
|
-
"type": "array",
|
|
1935
|
-
"items": {
|
|
1936
|
-
"type": "object",
|
|
1937
|
-
"properties": {
|
|
1938
|
-
"host": {
|
|
1939
|
-
"description": "The hostname of the given Bitbucket Server instance",
|
|
1940
|
-
"visibility": "frontend",
|
|
1941
|
-
"type": "string"
|
|
1942
|
-
},
|
|
1943
|
-
"token": {
|
|
1944
|
-
"description": "Token used to authenticate requests.",
|
|
1945
|
-
"visibility": "secret",
|
|
1946
|
-
"type": "string"
|
|
1947
|
-
},
|
|
1948
|
-
"username": {
|
|
1949
|
-
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1950
|
-
"visibility": "secret",
|
|
1951
|
-
"type": "string"
|
|
1952
|
-
},
|
|
1953
|
-
"password": {
|
|
1954
|
-
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1955
|
-
"visibility": "secret",
|
|
1956
|
-
"type": "string"
|
|
1957
|
-
},
|
|
1958
|
-
"apiBaseUrl": {
|
|
1959
|
-
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1960
|
-
"visibility": "frontend",
|
|
1961
|
-
"type": "string"
|
|
1962
|
-
}
|
|
1963
|
-
},
|
|
1964
|
-
"required": [
|
|
1965
|
-
"host"
|
|
1966
|
-
]
|
|
1967
|
-
}
|
|
1968
|
-
},
|
|
1969
|
-
"gerrit": {
|
|
1970
|
-
"description": "Integration configuration for Gerrit",
|
|
1971
|
-
"type": "array",
|
|
1972
|
-
"items": {
|
|
1973
|
-
"type": "object",
|
|
1974
|
-
"properties": {
|
|
1975
|
-
"host": {
|
|
1976
|
-
"description": "The hostname of the given Gerrit instance",
|
|
1977
|
-
"visibility": "frontend",
|
|
1978
|
-
"type": "string"
|
|
1979
|
-
},
|
|
1980
|
-
"baseUrl": {
|
|
1981
|
-
"description": "The base url for the Gerrit instance.",
|
|
1982
|
-
"visibility": "frontend",
|
|
1983
|
-
"type": "string"
|
|
1984
|
-
},
|
|
1985
|
-
"gitilesBaseUrl": {
|
|
1986
|
-
"description": "The gitiles base url.",
|
|
1987
|
-
"visibility": "frontend",
|
|
1988
|
-
"type": "string"
|
|
1989
|
-
},
|
|
1990
|
-
"cloneUrl": {
|
|
1991
|
-
"description": "The base url for cloning repos.",
|
|
1992
|
-
"visibility": "frontend",
|
|
1993
|
-
"type": "string"
|
|
1994
|
-
},
|
|
1995
|
-
"username": {
|
|
1996
|
-
"description": "The username to use for authenticated requests.",
|
|
1997
|
-
"visibility": "secret",
|
|
1998
|
-
"type": "string"
|
|
1999
|
-
},
|
|
2000
|
-
"password": {
|
|
2001
|
-
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2002
|
-
"visibility": "secret",
|
|
2003
|
-
"type": "string"
|
|
2004
|
-
}
|
|
2005
|
-
},
|
|
2006
|
-
"required": [
|
|
2007
|
-
"gitilesBaseUrl",
|
|
2008
|
-
"host"
|
|
2009
|
-
]
|
|
2010
|
-
}
|
|
2011
|
-
},
|
|
2012
|
-
"github": {
|
|
2013
|
-
"description": "Integration configuration for GitHub",
|
|
2014
|
-
"type": "array",
|
|
2015
|
-
"items": {
|
|
2016
|
-
"type": "object",
|
|
2017
|
-
"properties": {
|
|
2018
|
-
"host": {
|
|
2019
|
-
"description": "The hostname of the given GitHub instance",
|
|
2020
|
-
"visibility": "frontend",
|
|
2021
|
-
"type": "string"
|
|
2022
|
-
},
|
|
2023
|
-
"token": {
|
|
2024
|
-
"description": "Token used to authenticate requests.",
|
|
2025
|
-
"visibility": "secret",
|
|
2026
|
-
"type": "string"
|
|
2027
|
-
},
|
|
2028
|
-
"apiBaseUrl": {
|
|
2029
|
-
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
2030
|
-
"visibility": "frontend",
|
|
2031
|
-
"type": "string"
|
|
2032
|
-
},
|
|
2033
|
-
"rawBaseUrl": {
|
|
2034
|
-
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
2035
|
-
"visibility": "frontend",
|
|
2036
|
-
"type": "string"
|
|
2037
|
-
},
|
|
2038
|
-
"apps": {
|
|
2039
|
-
"description": "GitHub Apps configuration",
|
|
2040
|
-
"type": "array",
|
|
2041
|
-
"items": {
|
|
2042
|
-
"type": "object",
|
|
2043
|
-
"properties": {
|
|
2044
|
-
"appId": {
|
|
2045
|
-
"description": "The numeric GitHub App ID, string for environment variables",
|
|
2046
|
-
"type": [
|
|
2047
|
-
"string",
|
|
2048
|
-
"number"
|
|
2049
|
-
]
|
|
2050
|
-
},
|
|
2051
|
-
"privateKey": {
|
|
2052
|
-
"description": "The private key to use for auth against the app",
|
|
2053
|
-
"visibility": "secret",
|
|
2054
|
-
"type": "string"
|
|
2055
|
-
},
|
|
2056
|
-
"webhookSecret": {
|
|
2057
|
-
"description": "The secret used for webhooks",
|
|
2058
|
-
"visibility": "secret",
|
|
2059
|
-
"type": "string"
|
|
2060
|
-
},
|
|
2061
|
-
"clientId": {
|
|
2062
|
-
"description": "The client ID to use",
|
|
2063
|
-
"type": "string"
|
|
2064
|
-
},
|
|
2065
|
-
"clientSecret": {
|
|
2066
|
-
"description": "The client secret to use",
|
|
2067
|
-
"visibility": "secret",
|
|
2068
|
-
"type": "string"
|
|
2069
|
-
},
|
|
2070
|
-
"allowedInstallationOwners": {
|
|
2071
|
-
"description": "List of installation owners allowed to be used by this GitHub app. The GitHub UI does not provide a way to list the installations.\nHowever you can list the installations with the GitHub API. You can find the list of installations here:\nhttps://api.github.com/app/installations\nThe relevant documentation for this is here.\nhttps://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app--code-samples",
|
|
2072
|
-
"type": "array",
|
|
2073
|
-
"items": {
|
|
2074
|
-
"type": "string"
|
|
2075
|
-
}
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
"required": [
|
|
2079
|
-
"appId",
|
|
2080
|
-
"clientId",
|
|
2081
|
-
"clientSecret",
|
|
2082
|
-
"privateKey",
|
|
2083
|
-
"webhookSecret"
|
|
2084
|
-
]
|
|
2085
|
-
}
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
"required": [
|
|
2089
|
-
"host"
|
|
2090
|
-
]
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2093
|
-
"gitlab": {
|
|
2094
|
-
"description": "Integration configuration for GitLab",
|
|
2095
|
-
"type": "array",
|
|
2096
|
-
"items": {
|
|
2097
|
-
"type": "object",
|
|
2098
|
-
"properties": {
|
|
2099
|
-
"host": {
|
|
2100
|
-
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
2101
|
-
"visibility": "frontend",
|
|
2102
|
-
"type": "string"
|
|
2103
|
-
},
|
|
2104
|
-
"apiBaseUrl": {
|
|
2105
|
-
"description": "The base URL of the API of this provider, e.g.\n\"https://gitlab.com/api/v4\", with no trailing slash.\n\nMay be omitted specifically for public GitLab; then it will be deduced.",
|
|
2106
|
-
"visibility": "frontend",
|
|
2107
|
-
"type": "string"
|
|
2108
|
-
},
|
|
2109
|
-
"token": {
|
|
2110
|
-
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
2111
|
-
"visibility": "secret",
|
|
2112
|
-
"type": "string"
|
|
2113
|
-
},
|
|
2114
|
-
"baseUrl": {
|
|
2115
|
-
"description": "The baseUrl of this provider, e.g. \"https://gitlab.com\", which is\npassed into the GitLab client.\n\nIf no baseUrl is provided, it will default to https://${host}.",
|
|
2116
|
-
"visibility": "frontend",
|
|
2117
|
-
"type": "string"
|
|
2118
|
-
}
|
|
2119
|
-
},
|
|
2120
|
-
"required": [
|
|
2121
|
-
"host"
|
|
2122
|
-
]
|
|
2123
|
-
}
|
|
2124
|
-
},
|
|
2125
|
-
"googleGcs": {
|
|
2126
|
-
"description": "Integration configuration for Google Cloud Storage",
|
|
2127
|
-
"type": "object",
|
|
2128
|
-
"properties": {
|
|
2129
|
-
"clientEmail": {
|
|
2130
|
-
"description": "Service account email used to authenticate requests.",
|
|
2131
|
-
"type": "string"
|
|
2132
|
-
},
|
|
2133
|
-
"privateKey": {
|
|
2134
|
-
"description": "Service account private key used to authenticate requests.",
|
|
2135
|
-
"visibility": "secret",
|
|
2136
|
-
"type": "string"
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2139
|
-
},
|
|
2140
|
-
"awsS3": {
|
|
2141
|
-
"description": "Integration configuration for AWS S3 Service",
|
|
2142
|
-
"type": "array",
|
|
2143
|
-
"items": {
|
|
2144
|
-
"type": "object",
|
|
2145
|
-
"properties": {
|
|
2146
|
-
"endpoint": {
|
|
2147
|
-
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
2148
|
-
"visibility": "frontend",
|
|
2149
|
-
"type": "string"
|
|
2150
|
-
},
|
|
2151
|
-
"s3ForcePathStyle": {
|
|
2152
|
-
"description": "Whether to use path style URLs when communicating with S3.\nDefaults to false.\nThis allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used.",
|
|
2153
|
-
"visibility": "frontend",
|
|
2154
|
-
"type": "boolean"
|
|
2155
|
-
},
|
|
2156
|
-
"accessKeyId": {
|
|
2157
|
-
"description": "Account access key used to authenticate requests.",
|
|
2158
|
-
"type": "string"
|
|
2159
|
-
},
|
|
2160
|
-
"secretAccessKey": {
|
|
2161
|
-
"description": "Account secret key used to authenticate requests.",
|
|
2162
|
-
"visibility": "secret",
|
|
2163
|
-
"type": "string"
|
|
2164
|
-
},
|
|
2165
|
-
"roleArn": {
|
|
2166
|
-
"description": "ARN of the role to be assumed",
|
|
2167
|
-
"type": "string"
|
|
2168
|
-
},
|
|
2169
|
-
"externalId": {
|
|
2170
|
-
"description": "External ID to use when assuming role",
|
|
2171
|
-
"type": "string"
|
|
1405
|
+
"issuer"
|
|
1406
|
+
]
|
|
2172
1407
|
}
|
|
1408
|
+
},
|
|
1409
|
+
"backstageTokenExpiration": {
|
|
1410
|
+
"description": "The backstage token expiration."
|
|
2173
1411
|
}
|
|
2174
1412
|
}
|
|
2175
1413
|
},
|
|
2176
|
-
"
|
|
2177
|
-
"description": "
|
|
1414
|
+
"experimentalExtraAllowedOrigins": {
|
|
1415
|
+
"description": "Additional app origins to allow for authenticating",
|
|
2178
1416
|
"type": "array",
|
|
2179
1417
|
"items": {
|
|
2180
|
-
"type": "
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
1418
|
+
"type": "string"
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1425
|
+
},
|
|
1426
|
+
"packageName": "@backstage/plugin-auth-backend"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1430
|
+
"value": {
|
|
1431
|
+
"type": "object",
|
|
1432
|
+
"properties": {
|
|
1433
|
+
"auth": {
|
|
1434
|
+
"description": "Configuration options for the auth plugin",
|
|
1435
|
+
"type": "object",
|
|
1436
|
+
"properties": {
|
|
1437
|
+
"providers": {
|
|
1438
|
+
"type": "object",
|
|
1439
|
+
"properties": {
|
|
1440
|
+
"guest": {
|
|
1441
|
+
"type": "object",
|
|
1442
|
+
"properties": {
|
|
1443
|
+
"userEntityRef": {
|
|
1444
|
+
"description": "The entity reference to use for the guest user.",
|
|
1445
|
+
"default": "user:development/guest",
|
|
1446
|
+
"type": "string"
|
|
1447
|
+
},
|
|
1448
|
+
"ownershipEntityRefs": {
|
|
1449
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1450
|
+
"default": "[userEntityRef]",
|
|
1451
|
+
"type": "array",
|
|
1452
|
+
"items": {
|
|
1453
|
+
"type": "string"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1457
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1458
|
+
"type": "boolean"
|
|
1459
|
+
}
|
|
2201
1460
|
}
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1465
|
+
"required": [
|
|
1466
|
+
"providers"
|
|
1467
|
+
]
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1471
|
+
},
|
|
1472
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1476
|
+
"value": {
|
|
1477
|
+
"type": "object",
|
|
1478
|
+
"properties": {
|
|
1479
|
+
"auth": {
|
|
1480
|
+
"type": "object",
|
|
1481
|
+
"properties": {
|
|
1482
|
+
"autologout": {
|
|
1483
|
+
"description": "Autologout feature configuration",
|
|
1484
|
+
"type": "object",
|
|
1485
|
+
"properties": {
|
|
1486
|
+
"enabled": {
|
|
1487
|
+
"description": "Enable or disable the autologout feature",
|
|
1488
|
+
"visibility": "frontend",
|
|
1489
|
+
"type": "boolean"
|
|
2202
1490
|
},
|
|
2203
|
-
"
|
|
2204
|
-
"
|
|
2205
|
-
|
|
1491
|
+
"idleTimeoutMinutes": {
|
|
1492
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1493
|
+
"visibility": "frontend",
|
|
1494
|
+
"type": "number"
|
|
1495
|
+
},
|
|
1496
|
+
"promptBeforeIdleSeconds": {
|
|
1497
|
+
"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.",
|
|
1498
|
+
"visibility": "frontend",
|
|
1499
|
+
"type": "number"
|
|
1500
|
+
},
|
|
1501
|
+
"useWorkerTimers": {
|
|
1502
|
+
"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.",
|
|
1503
|
+
"visibility": "frontend",
|
|
1504
|
+
"type": "boolean"
|
|
1505
|
+
},
|
|
1506
|
+
"logoutIfDisconnected": {
|
|
1507
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1508
|
+
"visibility": "frontend",
|
|
1509
|
+
"type": "boolean"
|
|
1510
|
+
}
|
|
2206
1511
|
}
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1517
|
+
},
|
|
1518
|
+
"packageName": "@backstage/core-components"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1522
|
+
"value": {
|
|
1523
|
+
"type": "object",
|
|
1524
|
+
"properties": {
|
|
1525
|
+
"auth": {
|
|
1526
|
+
"type": "object",
|
|
1527
|
+
"properties": {
|
|
1528
|
+
"autologout": {
|
|
1529
|
+
"description": "Autologout feature configuration",
|
|
1530
|
+
"type": "object",
|
|
1531
|
+
"properties": {
|
|
1532
|
+
"enabled": {
|
|
1533
|
+
"description": "Enable or disable the autologout feature",
|
|
1534
|
+
"visibility": "frontend",
|
|
1535
|
+
"type": "boolean"
|
|
2229
1536
|
},
|
|
2230
|
-
"
|
|
2231
|
-
"
|
|
2232
|
-
|
|
1537
|
+
"idleTimeoutMinutes": {
|
|
1538
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1539
|
+
"visibility": "frontend",
|
|
1540
|
+
"type": "number"
|
|
1541
|
+
},
|
|
1542
|
+
"promptBeforeIdleSeconds": {
|
|
1543
|
+
"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.",
|
|
1544
|
+
"visibility": "frontend",
|
|
1545
|
+
"type": "number"
|
|
1546
|
+
},
|
|
1547
|
+
"useWorkerTimers": {
|
|
1548
|
+
"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.",
|
|
1549
|
+
"visibility": "frontend",
|
|
1550
|
+
"type": "boolean"
|
|
1551
|
+
},
|
|
1552
|
+
"logoutIfDisconnected": {
|
|
1553
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1554
|
+
"visibility": "frontend",
|
|
1555
|
+
"type": "boolean"
|
|
1556
|
+
}
|
|
2233
1557
|
}
|
|
2234
1558
|
}
|
|
2235
1559
|
}
|
|
@@ -2237,7 +1561,7 @@
|
|
|
2237
1561
|
},
|
|
2238
1562
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2239
1563
|
},
|
|
2240
|
-
"packageName": "@backstage/
|
|
1564
|
+
"packageName": "@backstage/core-components"
|
|
2241
1565
|
},
|
|
2242
1566
|
{
|
|
2243
1567
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -3584,7 +2908,7 @@
|
|
|
3584
2908
|
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
3585
2909
|
},
|
|
3586
2910
|
{
|
|
3587
|
-
"path": "../../plugins/auth-backend-module-
|
|
2911
|
+
"path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
|
|
3588
2912
|
"value": {
|
|
3589
2913
|
"type": "object",
|
|
3590
2914
|
"properties": {
|
|
@@ -3594,16 +2918,36 @@
|
|
|
3594
2918
|
"providers": {
|
|
3595
2919
|
"type": "object",
|
|
3596
2920
|
"properties": {
|
|
3597
|
-
"
|
|
3598
|
-
"
|
|
2921
|
+
"cfaccess": {
|
|
2922
|
+
"visibility": "frontend",
|
|
3599
2923
|
"type": "object",
|
|
3600
2924
|
"properties": {
|
|
3601
|
-
"
|
|
3602
|
-
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
2925
|
+
"teamName": {
|
|
3603
2926
|
"type": "string"
|
|
3604
2927
|
},
|
|
3605
|
-
"
|
|
3606
|
-
"
|
|
2928
|
+
"serviceTokens": {
|
|
2929
|
+
"deepVisibility": "secret",
|
|
2930
|
+
"type": "array",
|
|
2931
|
+
"items": {
|
|
2932
|
+
"type": "object",
|
|
2933
|
+
"properties": {
|
|
2934
|
+
"token": {
|
|
2935
|
+
"type": "string"
|
|
2936
|
+
},
|
|
2937
|
+
"subject": {
|
|
2938
|
+
"type": "string"
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2941
|
+
"required": [
|
|
2942
|
+
"subject",
|
|
2943
|
+
"token"
|
|
2944
|
+
]
|
|
2945
|
+
}
|
|
2946
|
+
},
|
|
2947
|
+
"jwtHeaderName": {
|
|
2948
|
+
"type": "string"
|
|
2949
|
+
},
|
|
2950
|
+
"authorizationCookieName": {
|
|
3607
2951
|
"type": "string"
|
|
3608
2952
|
},
|
|
3609
2953
|
"signIn": {
|
|
@@ -3613,30 +2957,6 @@
|
|
|
3613
2957
|
"type": "array",
|
|
3614
2958
|
"items": {
|
|
3615
2959
|
"anyOf": [
|
|
3616
|
-
{
|
|
3617
|
-
"type": "object",
|
|
3618
|
-
"properties": {
|
|
3619
|
-
"resolver": {
|
|
3620
|
-
"type": "string",
|
|
3621
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
3622
|
-
}
|
|
3623
|
-
},
|
|
3624
|
-
"required": [
|
|
3625
|
-
"resolver"
|
|
3626
|
-
]
|
|
3627
|
-
},
|
|
3628
|
-
{
|
|
3629
|
-
"type": "object",
|
|
3630
|
-
"properties": {
|
|
3631
|
-
"resolver": {
|
|
3632
|
-
"type": "string",
|
|
3633
|
-
"const": "idMatchingUserEntityAnnotation"
|
|
3634
|
-
}
|
|
3635
|
-
},
|
|
3636
|
-
"required": [
|
|
3637
|
-
"resolver"
|
|
3638
|
-
]
|
|
3639
|
-
},
|
|
3640
2960
|
{
|
|
3641
2961
|
"type": "object",
|
|
3642
2962
|
"properties": {
|
|
@@ -3674,13 +2994,16 @@
|
|
|
3674
2994
|
"required": [
|
|
3675
2995
|
"resolvers"
|
|
3676
2996
|
]
|
|
3677
|
-
}
|
|
3678
|
-
"sessionDuration": {}
|
|
2997
|
+
}
|
|
3679
2998
|
},
|
|
3680
2999
|
"required": [
|
|
3681
|
-
"
|
|
3000
|
+
"teamName"
|
|
3682
3001
|
]
|
|
3683
|
-
}
|
|
3002
|
+
},
|
|
3003
|
+
"backstageTokenExpiration": {
|
|
3004
|
+
"description": "The backstage token expiration."
|
|
3005
|
+
},
|
|
3006
|
+
"sessionDuration": {}
|
|
3684
3007
|
}
|
|
3685
3008
|
}
|
|
3686
3009
|
}
|
|
@@ -3688,10 +3011,10 @@
|
|
|
3688
3011
|
},
|
|
3689
3012
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3690
3013
|
},
|
|
3691
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3014
|
+
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
3692
3015
|
},
|
|
3693
3016
|
{
|
|
3694
|
-
"path": "../../plugins/auth-backend-module-
|
|
3017
|
+
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
3695
3018
|
"value": {
|
|
3696
3019
|
"type": "object",
|
|
3697
3020
|
"properties": {
|
|
@@ -3701,36 +3024,16 @@
|
|
|
3701
3024
|
"providers": {
|
|
3702
3025
|
"type": "object",
|
|
3703
3026
|
"properties": {
|
|
3704
|
-
"
|
|
3705
|
-
"
|
|
3027
|
+
"gcpIap": {
|
|
3028
|
+
"description": "Configuration for the Google Cloud Platform Identity-Aware Proxy (IAP) auth provider.",
|
|
3706
3029
|
"type": "object",
|
|
3707
3030
|
"properties": {
|
|
3708
|
-
"
|
|
3709
|
-
"
|
|
3710
|
-
},
|
|
3711
|
-
"serviceTokens": {
|
|
3712
|
-
"deepVisibility": "secret",
|
|
3713
|
-
"type": "array",
|
|
3714
|
-
"items": {
|
|
3715
|
-
"type": "object",
|
|
3716
|
-
"properties": {
|
|
3717
|
-
"token": {
|
|
3718
|
-
"type": "string"
|
|
3719
|
-
},
|
|
3720
|
-
"subject": {
|
|
3721
|
-
"type": "string"
|
|
3722
|
-
}
|
|
3723
|
-
},
|
|
3724
|
-
"required": [
|
|
3725
|
-
"subject",
|
|
3726
|
-
"token"
|
|
3727
|
-
]
|
|
3728
|
-
}
|
|
3729
|
-
},
|
|
3730
|
-
"jwtHeaderName": {
|
|
3031
|
+
"audience": {
|
|
3032
|
+
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
3731
3033
|
"type": "string"
|
|
3732
3034
|
},
|
|
3733
|
-
"
|
|
3035
|
+
"jwtHeader": {
|
|
3036
|
+
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
3734
3037
|
"type": "string"
|
|
3735
3038
|
},
|
|
3736
3039
|
"signIn": {
|
|
@@ -3740,6 +3043,30 @@
|
|
|
3740
3043
|
"type": "array",
|
|
3741
3044
|
"items": {
|
|
3742
3045
|
"anyOf": [
|
|
3046
|
+
{
|
|
3047
|
+
"type": "object",
|
|
3048
|
+
"properties": {
|
|
3049
|
+
"resolver": {
|
|
3050
|
+
"type": "string",
|
|
3051
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
"required": [
|
|
3055
|
+
"resolver"
|
|
3056
|
+
]
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"type": "object",
|
|
3060
|
+
"properties": {
|
|
3061
|
+
"resolver": {
|
|
3062
|
+
"type": "string",
|
|
3063
|
+
"const": "idMatchingUserEntityAnnotation"
|
|
3064
|
+
}
|
|
3065
|
+
},
|
|
3066
|
+
"required": [
|
|
3067
|
+
"resolver"
|
|
3068
|
+
]
|
|
3069
|
+
},
|
|
3743
3070
|
{
|
|
3744
3071
|
"type": "object",
|
|
3745
3072
|
"properties": {
|
|
@@ -3777,16 +3104,13 @@
|
|
|
3777
3104
|
"required": [
|
|
3778
3105
|
"resolvers"
|
|
3779
3106
|
]
|
|
3780
|
-
}
|
|
3107
|
+
},
|
|
3108
|
+
"sessionDuration": {}
|
|
3781
3109
|
},
|
|
3782
3110
|
"required": [
|
|
3783
|
-
"
|
|
3111
|
+
"audience"
|
|
3784
3112
|
]
|
|
3785
|
-
}
|
|
3786
|
-
"backstageTokenExpiration": {
|
|
3787
|
-
"description": "The backstage token expiration."
|
|
3788
|
-
},
|
|
3789
|
-
"sessionDuration": {}
|
|
3113
|
+
}
|
|
3790
3114
|
}
|
|
3791
3115
|
}
|
|
3792
3116
|
}
|
|
@@ -3794,7 +3118,7 @@
|
|
|
3794
3118
|
},
|
|
3795
3119
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3796
3120
|
},
|
|
3797
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3121
|
+
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
3798
3122
|
},
|
|
3799
3123
|
{
|
|
3800
3124
|
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
@@ -4753,52 +4077,6 @@
|
|
|
4753
4077
|
},
|
|
4754
4078
|
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4755
4079
|
},
|
|
4756
|
-
{
|
|
4757
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4758
|
-
"value": {
|
|
4759
|
-
"type": "object",
|
|
4760
|
-
"properties": {
|
|
4761
|
-
"auth": {
|
|
4762
|
-
"type": "object",
|
|
4763
|
-
"properties": {
|
|
4764
|
-
"autologout": {
|
|
4765
|
-
"description": "Autologout feature configuration",
|
|
4766
|
-
"type": "object",
|
|
4767
|
-
"properties": {
|
|
4768
|
-
"enabled": {
|
|
4769
|
-
"description": "Enable or disable the autologout feature",
|
|
4770
|
-
"visibility": "frontend",
|
|
4771
|
-
"type": "boolean"
|
|
4772
|
-
},
|
|
4773
|
-
"idleTimeoutMinutes": {
|
|
4774
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4775
|
-
"visibility": "frontend",
|
|
4776
|
-
"type": "number"
|
|
4777
|
-
},
|
|
4778
|
-
"promptBeforeIdleSeconds": {
|
|
4779
|
-
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
4780
|
-
"visibility": "frontend",
|
|
4781
|
-
"type": "number"
|
|
4782
|
-
},
|
|
4783
|
-
"useWorkerTimers": {
|
|
4784
|
-
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
4785
|
-
"visibility": "frontend",
|
|
4786
|
-
"type": "boolean"
|
|
4787
|
-
},
|
|
4788
|
-
"logoutIfDisconnected": {
|
|
4789
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4790
|
-
"visibility": "frontend",
|
|
4791
|
-
"type": "boolean"
|
|
4792
|
-
}
|
|
4793
|
-
}
|
|
4794
|
-
}
|
|
4795
|
-
}
|
|
4796
|
-
}
|
|
4797
|
-
},
|
|
4798
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4799
|
-
},
|
|
4800
|
-
"packageName": "@backstage/core-components"
|
|
4801
|
-
},
|
|
4802
4080
|
{
|
|
4803
4081
|
"path": "../integration-aws-node/config.d.ts",
|
|
4804
4082
|
"value": {
|
|
@@ -4908,138 +4186,6 @@
|
|
|
4908
4186
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4909
4187
|
},
|
|
4910
4188
|
"packageName": "@backstage/integration-aws-node"
|
|
4911
|
-
},
|
|
4912
|
-
{
|
|
4913
|
-
"path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/backend-plugin-api/config.d.ts",
|
|
4914
|
-
"value": {
|
|
4915
|
-
"type": "object",
|
|
4916
|
-
"properties": {
|
|
4917
|
-
"backend": {
|
|
4918
|
-
"type": "object",
|
|
4919
|
-
"properties": {
|
|
4920
|
-
"workingDirectory": {
|
|
4921
|
-
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
4922
|
-
"type": "string"
|
|
4923
|
-
}
|
|
4924
|
-
}
|
|
4925
|
-
}
|
|
4926
|
-
},
|
|
4927
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4928
|
-
},
|
|
4929
|
-
"packageName": "@backstage/backend-plugin-api"
|
|
4930
|
-
},
|
|
4931
|
-
{
|
|
4932
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
4933
|
-
"value": {
|
|
4934
|
-
"type": "object",
|
|
4935
|
-
"properties": {
|
|
4936
|
-
"app": {
|
|
4937
|
-
"type": "object",
|
|
4938
|
-
"properties": {
|
|
4939
|
-
"experimental": {
|
|
4940
|
-
"type": "object",
|
|
4941
|
-
"properties": {
|
|
4942
|
-
"packages": {
|
|
4943
|
-
"visibility": "frontend",
|
|
4944
|
-
"deepVisibility": "frontend",
|
|
4945
|
-
"anyOf": [
|
|
4946
|
-
{
|
|
4947
|
-
"type": "object",
|
|
4948
|
-
"properties": {
|
|
4949
|
-
"include": {
|
|
4950
|
-
"type": "array",
|
|
4951
|
-
"items": {
|
|
4952
|
-
"type": "string"
|
|
4953
|
-
}
|
|
4954
|
-
},
|
|
4955
|
-
"exclude": {
|
|
4956
|
-
"type": "array",
|
|
4957
|
-
"items": {
|
|
4958
|
-
"type": "string"
|
|
4959
|
-
}
|
|
4960
|
-
}
|
|
4961
|
-
}
|
|
4962
|
-
},
|
|
4963
|
-
{
|
|
4964
|
-
"const": "all",
|
|
4965
|
-
"type": "string"
|
|
4966
|
-
}
|
|
4967
|
-
]
|
|
4968
|
-
}
|
|
4969
|
-
}
|
|
4970
|
-
},
|
|
4971
|
-
"routes": {
|
|
4972
|
-
"type": "object",
|
|
4973
|
-
"properties": {
|
|
4974
|
-
"bindings": {
|
|
4975
|
-
"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.",
|
|
4976
|
-
"deepVisibility": "frontend",
|
|
4977
|
-
"type": "object",
|
|
4978
|
-
"additionalProperties": {
|
|
4979
|
-
"anyOf": [
|
|
4980
|
-
{
|
|
4981
|
-
"const": false,
|
|
4982
|
-
"type": "boolean"
|
|
4983
|
-
},
|
|
4984
|
-
{
|
|
4985
|
-
"type": "string"
|
|
4986
|
-
}
|
|
4987
|
-
]
|
|
4988
|
-
}
|
|
4989
|
-
}
|
|
4990
|
-
}
|
|
4991
|
-
},
|
|
4992
|
-
"extensions": {
|
|
4993
|
-
"deepVisibility": "frontend",
|
|
4994
|
-
"type": "array",
|
|
4995
|
-
"items": {
|
|
4996
|
-
"anyOf": [
|
|
4997
|
-
{
|
|
4998
|
-
"type": "object",
|
|
4999
|
-
"additionalProperties": {
|
|
5000
|
-
"anyOf": [
|
|
5001
|
-
{
|
|
5002
|
-
"type": "object",
|
|
5003
|
-
"properties": {
|
|
5004
|
-
"attachTo": {
|
|
5005
|
-
"type": "object",
|
|
5006
|
-
"properties": {
|
|
5007
|
-
"id": {
|
|
5008
|
-
"type": "string"
|
|
5009
|
-
},
|
|
5010
|
-
"input": {
|
|
5011
|
-
"type": "string"
|
|
5012
|
-
}
|
|
5013
|
-
},
|
|
5014
|
-
"required": [
|
|
5015
|
-
"id",
|
|
5016
|
-
"input"
|
|
5017
|
-
]
|
|
5018
|
-
},
|
|
5019
|
-
"disabled": {
|
|
5020
|
-
"type": "boolean"
|
|
5021
|
-
},
|
|
5022
|
-
"config": {}
|
|
5023
|
-
}
|
|
5024
|
-
},
|
|
5025
|
-
{
|
|
5026
|
-
"type": "boolean"
|
|
5027
|
-
}
|
|
5028
|
-
]
|
|
5029
|
-
}
|
|
5030
|
-
},
|
|
5031
|
-
{
|
|
5032
|
-
"type": "string"
|
|
5033
|
-
}
|
|
5034
|
-
]
|
|
5035
|
-
}
|
|
5036
|
-
}
|
|
5037
|
-
}
|
|
5038
|
-
}
|
|
5039
|
-
},
|
|
5040
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5041
|
-
},
|
|
5042
|
-
"packageName": "@backstage/frontend-app-api"
|
|
5043
4189
|
}
|
|
5044
4190
|
],
|
|
5045
4191
|
"backstageConfigSchemaVersion": 1
|