@techdocs/cli 1.9.0-next.2 → 1.9.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 +27 -0
- package/dist/embedded-app/.config-schema.json +229 -603
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{2177.3d831c3a.chunk.js → 2177.8ae9ec12.chunk.js} +2 -2
- package/dist/embedded-app/static/2177.8ae9ec12.chunk.js.map +1 -0
- package/dist/embedded-app/static/{main.3351f180.js → main.14097cab.js} +9 -9
- package/dist/embedded-app/static/main.14097cab.js.map +1 -0
- package/dist/embedded-app/static/{runtime.3351f180.js → runtime.14097cab.js} +2 -2
- package/dist/embedded-app/static/{runtime.3351f180.js.map → runtime.14097cab.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.3351f180.js → vendor.14097cab.js} +49 -49
- package/dist/embedded-app/static/vendor.14097cab.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +7 -7
- package/dist/embedded-app/static/2177.3d831c3a.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.3351f180.js.map +0 -1
- package/dist/embedded-app/static/vendor.3351f180.js.map +0 -1
|
@@ -357,6 +357,52 @@
|
|
|
357
357
|
},
|
|
358
358
|
"packageName": "@backstage/core-app-api"
|
|
359
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"path": "../core-components/config.d.ts",
|
|
362
|
+
"value": {
|
|
363
|
+
"type": "object",
|
|
364
|
+
"properties": {
|
|
365
|
+
"auth": {
|
|
366
|
+
"type": "object",
|
|
367
|
+
"properties": {
|
|
368
|
+
"autologout": {
|
|
369
|
+
"description": "Autologout feature configuration",
|
|
370
|
+
"type": "object",
|
|
371
|
+
"properties": {
|
|
372
|
+
"enabled": {
|
|
373
|
+
"description": "Enable or disable the autologout feature",
|
|
374
|
+
"visibility": "frontend",
|
|
375
|
+
"type": "boolean"
|
|
376
|
+
},
|
|
377
|
+
"idleTimeoutMinutes": {
|
|
378
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
379
|
+
"visibility": "frontend",
|
|
380
|
+
"type": "number"
|
|
381
|
+
},
|
|
382
|
+
"promptBeforeIdleSeconds": {
|
|
383
|
+
"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.",
|
|
384
|
+
"visibility": "frontend",
|
|
385
|
+
"type": "number"
|
|
386
|
+
},
|
|
387
|
+
"useWorkerTimers": {
|
|
388
|
+
"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.",
|
|
389
|
+
"visibility": "frontend",
|
|
390
|
+
"type": "boolean"
|
|
391
|
+
},
|
|
392
|
+
"logoutIfDisconnected": {
|
|
393
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
394
|
+
"visibility": "frontend",
|
|
395
|
+
"type": "boolean"
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
403
|
+
},
|
|
404
|
+
"packageName": "@backstage/core-components"
|
|
405
|
+
},
|
|
360
406
|
{
|
|
361
407
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
362
408
|
"value": {
|
|
@@ -413,52 +459,6 @@
|
|
|
413
459
|
},
|
|
414
460
|
"packageName": "@backstage/plugin-techdocs"
|
|
415
461
|
},
|
|
416
|
-
{
|
|
417
|
-
"path": "../core-components/config.d.ts",
|
|
418
|
-
"value": {
|
|
419
|
-
"type": "object",
|
|
420
|
-
"properties": {
|
|
421
|
-
"auth": {
|
|
422
|
-
"type": "object",
|
|
423
|
-
"properties": {
|
|
424
|
-
"autologout": {
|
|
425
|
-
"description": "Autologout feature configuration",
|
|
426
|
-
"type": "object",
|
|
427
|
-
"properties": {
|
|
428
|
-
"enabled": {
|
|
429
|
-
"description": "Enable or disable the autologout feature",
|
|
430
|
-
"visibility": "frontend",
|
|
431
|
-
"type": "boolean"
|
|
432
|
-
},
|
|
433
|
-
"idleTimeoutMinutes": {
|
|
434
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
435
|
-
"visibility": "frontend",
|
|
436
|
-
"type": "number"
|
|
437
|
-
},
|
|
438
|
-
"promptBeforeIdleSeconds": {
|
|
439
|
-
"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.",
|
|
440
|
-
"visibility": "frontend",
|
|
441
|
-
"type": "number"
|
|
442
|
-
},
|
|
443
|
-
"useWorkerTimers": {
|
|
444
|
-
"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.",
|
|
445
|
-
"visibility": "frontend",
|
|
446
|
-
"type": "boolean"
|
|
447
|
-
},
|
|
448
|
-
"logoutIfDisconnected": {
|
|
449
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
450
|
-
"visibility": "frontend",
|
|
451
|
-
"type": "boolean"
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
459
|
-
},
|
|
460
|
-
"packageName": "@backstage/core-components"
|
|
461
|
-
},
|
|
462
462
|
{
|
|
463
463
|
"path": "../integration/config.d.ts",
|
|
464
464
|
"value": {
|
|
@@ -905,6 +905,37 @@
|
|
|
905
905
|
},
|
|
906
906
|
"packageName": "@backstage/integration"
|
|
907
907
|
},
|
|
908
|
+
{
|
|
909
|
+
"path": "../../plugins/catalog/config.d.ts",
|
|
910
|
+
"value": {
|
|
911
|
+
"type": "object",
|
|
912
|
+
"properties": {
|
|
913
|
+
"catalog": {
|
|
914
|
+
"type": "object",
|
|
915
|
+
"properties": {
|
|
916
|
+
"experimentalPagination": {
|
|
917
|
+
"deepVisibility": "frontend",
|
|
918
|
+
"anyOf": [
|
|
919
|
+
{
|
|
920
|
+
"type": "object",
|
|
921
|
+
"properties": {
|
|
922
|
+
"limit": {
|
|
923
|
+
"type": "number"
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"type": "boolean"
|
|
929
|
+
}
|
|
930
|
+
]
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
936
|
+
},
|
|
937
|
+
"packageName": "@backstage/plugin-catalog"
|
|
938
|
+
},
|
|
908
939
|
{
|
|
909
940
|
"path": "../frontend-app-api/config.d.ts",
|
|
910
941
|
"value": {
|
|
@@ -1018,60 +1049,6 @@
|
|
|
1018
1049
|
},
|
|
1019
1050
|
"packageName": "@backstage/frontend-app-api"
|
|
1020
1051
|
},
|
|
1021
|
-
{
|
|
1022
|
-
"path": "../../plugins/catalog/config.d.ts",
|
|
1023
|
-
"value": {
|
|
1024
|
-
"type": "object",
|
|
1025
|
-
"properties": {
|
|
1026
|
-
"catalog": {
|
|
1027
|
-
"type": "object",
|
|
1028
|
-
"properties": {
|
|
1029
|
-
"experimentalPagination": {
|
|
1030
|
-
"deepVisibility": "frontend",
|
|
1031
|
-
"anyOf": [
|
|
1032
|
-
{
|
|
1033
|
-
"type": "object",
|
|
1034
|
-
"properties": {
|
|
1035
|
-
"limit": {
|
|
1036
|
-
"type": "number"
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"type": "boolean"
|
|
1042
|
-
}
|
|
1043
|
-
]
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
},
|
|
1048
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1049
|
-
},
|
|
1050
|
-
"packageName": "@backstage/plugin-catalog"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1054
|
-
"value": {
|
|
1055
|
-
"type": "object",
|
|
1056
|
-
"properties": {
|
|
1057
|
-
"stackstorm": {
|
|
1058
|
-
"type": "object",
|
|
1059
|
-
"properties": {
|
|
1060
|
-
"webUrl": {
|
|
1061
|
-
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1062
|
-
"visibility": "frontend",
|
|
1063
|
-
"type": "string"
|
|
1064
|
-
}
|
|
1065
|
-
},
|
|
1066
|
-
"required": [
|
|
1067
|
-
"webUrl"
|
|
1068
|
-
]
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1072
|
-
},
|
|
1073
|
-
"packageName": "@backstage-community/plugin-stackstorm"
|
|
1074
|
-
},
|
|
1075
1052
|
{
|
|
1076
1053
|
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
1077
1054
|
"value": {
|
|
@@ -1439,6 +1416,29 @@
|
|
|
1439
1416
|
},
|
|
1440
1417
|
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1441
1418
|
},
|
|
1419
|
+
{
|
|
1420
|
+
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1421
|
+
"value": {
|
|
1422
|
+
"type": "object",
|
|
1423
|
+
"properties": {
|
|
1424
|
+
"stackstorm": {
|
|
1425
|
+
"type": "object",
|
|
1426
|
+
"properties": {
|
|
1427
|
+
"webUrl": {
|
|
1428
|
+
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1429
|
+
"visibility": "frontend",
|
|
1430
|
+
"type": "string"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
"required": [
|
|
1434
|
+
"webUrl"
|
|
1435
|
+
]
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1439
|
+
},
|
|
1440
|
+
"packageName": "@backstage-community/plugin-stackstorm"
|
|
1441
|
+
},
|
|
1442
1442
|
{
|
|
1443
1443
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1444
1444
|
"value": {
|
|
@@ -1486,251 +1486,21 @@
|
|
|
1486
1486
|
"packageName": "@backstage/core-components"
|
|
1487
1487
|
},
|
|
1488
1488
|
{
|
|
1489
|
-
"path": "../../node_modules/@backstage-
|
|
1489
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1490
1490
|
"value": {
|
|
1491
1491
|
"type": "object",
|
|
1492
1492
|
"properties": {
|
|
1493
|
-
"
|
|
1494
|
-
"description": "Generic frontend configuration.",
|
|
1493
|
+
"auth": {
|
|
1495
1494
|
"type": "object",
|
|
1496
1495
|
"properties": {
|
|
1497
|
-
"
|
|
1498
|
-
"description": "
|
|
1499
|
-
"visibility": "frontend",
|
|
1500
|
-
"type": "string"
|
|
1501
|
-
},
|
|
1502
|
-
"title": {
|
|
1503
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1504
|
-
"visibility": "frontend",
|
|
1505
|
-
"type": "string"
|
|
1506
|
-
},
|
|
1507
|
-
"support": {
|
|
1508
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1496
|
+
"autologout": {
|
|
1497
|
+
"description": "Autologout feature configuration",
|
|
1509
1498
|
"type": "object",
|
|
1510
1499
|
"properties": {
|
|
1511
|
-
"
|
|
1512
|
-
"description": "
|
|
1500
|
+
"enabled": {
|
|
1501
|
+
"description": "Enable or disable the autologout feature",
|
|
1513
1502
|
"visibility": "frontend",
|
|
1514
|
-
"type": "
|
|
1515
|
-
},
|
|
1516
|
-
"items": {
|
|
1517
|
-
"description": "A list of categorized support item groupings.",
|
|
1518
|
-
"type": "array",
|
|
1519
|
-
"items": {
|
|
1520
|
-
"type": "object",
|
|
1521
|
-
"properties": {
|
|
1522
|
-
"title": {
|
|
1523
|
-
"description": "The title of the support item grouping.",
|
|
1524
|
-
"visibility": "frontend",
|
|
1525
|
-
"type": "string"
|
|
1526
|
-
},
|
|
1527
|
-
"icon": {
|
|
1528
|
-
"description": "An optional icon for the support item grouping.",
|
|
1529
|
-
"visibility": "frontend",
|
|
1530
|
-
"type": "string"
|
|
1531
|
-
},
|
|
1532
|
-
"links": {
|
|
1533
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1534
|
-
"type": "array",
|
|
1535
|
-
"items": {
|
|
1536
|
-
"type": "object",
|
|
1537
|
-
"properties": {
|
|
1538
|
-
"url": {
|
|
1539
|
-
"visibility": "frontend",
|
|
1540
|
-
"type": "string"
|
|
1541
|
-
},
|
|
1542
|
-
"title": {
|
|
1543
|
-
"visibility": "frontend",
|
|
1544
|
-
"type": "string"
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
"required": [
|
|
1548
|
-
"url"
|
|
1549
|
-
]
|
|
1550
|
-
}
|
|
1551
|
-
}
|
|
1552
|
-
},
|
|
1553
|
-
"required": [
|
|
1554
|
-
"links",
|
|
1555
|
-
"title"
|
|
1556
|
-
]
|
|
1557
|
-
}
|
|
1558
|
-
}
|
|
1559
|
-
},
|
|
1560
|
-
"required": [
|
|
1561
|
-
"items",
|
|
1562
|
-
"url"
|
|
1563
|
-
]
|
|
1564
|
-
},
|
|
1565
|
-
"routes": {
|
|
1566
|
-
"type": "object",
|
|
1567
|
-
"properties": {
|
|
1568
|
-
"bindings": {
|
|
1569
|
-
"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.",
|
|
1570
|
-
"deepVisibility": "frontend",
|
|
1571
|
-
"type": "object",
|
|
1572
|
-
"additionalProperties": {
|
|
1573
|
-
"anyOf": [
|
|
1574
|
-
{
|
|
1575
|
-
"const": false,
|
|
1576
|
-
"type": "boolean"
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"type": "string"
|
|
1580
|
-
}
|
|
1581
|
-
]
|
|
1582
|
-
}
|
|
1583
|
-
}
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
"required": [
|
|
1588
|
-
"baseUrl"
|
|
1589
|
-
]
|
|
1590
|
-
},
|
|
1591
|
-
"backend": {
|
|
1592
|
-
"description": "Generic backend configuration.",
|
|
1593
|
-
"type": "object",
|
|
1594
|
-
"properties": {
|
|
1595
|
-
"baseUrl": {
|
|
1596
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1597
|
-
"visibility": "frontend",
|
|
1598
|
-
"type": "string"
|
|
1599
|
-
}
|
|
1600
|
-
},
|
|
1601
|
-
"required": [
|
|
1602
|
-
"baseUrl"
|
|
1603
|
-
]
|
|
1604
|
-
},
|
|
1605
|
-
"organization": {
|
|
1606
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1607
|
-
"type": "object",
|
|
1608
|
-
"properties": {
|
|
1609
|
-
"name": {
|
|
1610
|
-
"description": "The name of the organization that the app belongs to.",
|
|
1611
|
-
"visibility": "frontend",
|
|
1612
|
-
"type": "string"
|
|
1613
|
-
}
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
"homepage": {
|
|
1617
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1618
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1619
|
-
"type": "object",
|
|
1620
|
-
"properties": {
|
|
1621
|
-
"clocks": {
|
|
1622
|
-
"type": "array",
|
|
1623
|
-
"items": {
|
|
1624
|
-
"type": "object",
|
|
1625
|
-
"properties": {
|
|
1626
|
-
"label": {
|
|
1627
|
-
"visibility": "frontend",
|
|
1628
|
-
"type": "string"
|
|
1629
|
-
},
|
|
1630
|
-
"timezone": {
|
|
1631
|
-
"visibility": "frontend",
|
|
1632
|
-
"type": "string"
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
"required": [
|
|
1636
|
-
"label",
|
|
1637
|
-
"timezone"
|
|
1638
|
-
]
|
|
1639
|
-
}
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
"auth": {
|
|
1644
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1645
|
-
"type": "object",
|
|
1646
|
-
"properties": {
|
|
1647
|
-
"environment": {
|
|
1648
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1649
|
-
"visibility": "frontend",
|
|
1650
|
-
"type": "string"
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
},
|
|
1654
|
-
"enableExperimentalRedirectFlow": {
|
|
1655
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1656
|
-
"visibility": "frontend",
|
|
1657
|
-
"type": "boolean"
|
|
1658
|
-
},
|
|
1659
|
-
"discovery": {
|
|
1660
|
-
"description": "Discovery options.",
|
|
1661
|
-
"visibility": "frontend",
|
|
1662
|
-
"type": "object",
|
|
1663
|
-
"properties": {
|
|
1664
|
-
"endpoints": {
|
|
1665
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1666
|
-
"visibility": "frontend",
|
|
1667
|
-
"type": "array",
|
|
1668
|
-
"items": {
|
|
1669
|
-
"type": "object",
|
|
1670
|
-
"properties": {
|
|
1671
|
-
"target": {
|
|
1672
|
-
"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.",
|
|
1673
|
-
"visibility": "frontend",
|
|
1674
|
-
"anyOf": [
|
|
1675
|
-
{
|
|
1676
|
-
"type": "object",
|
|
1677
|
-
"properties": {
|
|
1678
|
-
"external": {
|
|
1679
|
-
"visibility": "frontend",
|
|
1680
|
-
"type": "string"
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
"required": [
|
|
1684
|
-
"external"
|
|
1685
|
-
]
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"type": "string"
|
|
1689
|
-
}
|
|
1690
|
-
]
|
|
1691
|
-
},
|
|
1692
|
-
"plugins": {
|
|
1693
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
1694
|
-
"visibility": "frontend",
|
|
1695
|
-
"type": "array",
|
|
1696
|
-
"items": {
|
|
1697
|
-
"type": "string"
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
"required": [
|
|
1702
|
-
"plugins",
|
|
1703
|
-
"target"
|
|
1704
|
-
]
|
|
1705
|
-
}
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
"required": [
|
|
1711
|
-
"app",
|
|
1712
|
-
"backend"
|
|
1713
|
-
],
|
|
1714
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1715
|
-
},
|
|
1716
|
-
"packageName": "@backstage/core-app-api"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1720
|
-
"value": {
|
|
1721
|
-
"type": "object",
|
|
1722
|
-
"properties": {
|
|
1723
|
-
"auth": {
|
|
1724
|
-
"type": "object",
|
|
1725
|
-
"properties": {
|
|
1726
|
-
"autologout": {
|
|
1727
|
-
"description": "Autologout feature configuration",
|
|
1728
|
-
"type": "object",
|
|
1729
|
-
"properties": {
|
|
1730
|
-
"enabled": {
|
|
1731
|
-
"description": "Enable or disable the autologout feature",
|
|
1732
|
-
"visibility": "frontend",
|
|
1733
|
-
"type": "boolean"
|
|
1503
|
+
"type": "boolean"
|
|
1734
1504
|
},
|
|
1735
1505
|
"idleTimeoutMinutes": {
|
|
1736
1506
|
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
@@ -1794,6 +1564,40 @@
|
|
|
1794
1564
|
"type": "string"
|
|
1795
1565
|
}
|
|
1796
1566
|
]
|
|
1567
|
+
},
|
|
1568
|
+
"startup": {
|
|
1569
|
+
"type": "object",
|
|
1570
|
+
"properties": {
|
|
1571
|
+
"default": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"onPluginBootFailure": {
|
|
1575
|
+
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
|
|
1576
|
+
"enum": [
|
|
1577
|
+
"abort",
|
|
1578
|
+
"continue"
|
|
1579
|
+
],
|
|
1580
|
+
"type": "string"
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1584
|
+
"plugins": {
|
|
1585
|
+
"type": "object",
|
|
1586
|
+
"additionalProperties": {
|
|
1587
|
+
"type": "object",
|
|
1588
|
+
"properties": {
|
|
1589
|
+
"onPluginBootFailure": {
|
|
1590
|
+
"description": "Used to control backend startup behavior when this plugin fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nfails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin failures for plugins\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
|
|
1591
|
+
"enum": [
|
|
1592
|
+
"abort",
|
|
1593
|
+
"continue"
|
|
1594
|
+
],
|
|
1595
|
+
"type": "string"
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1797
1601
|
}
|
|
1798
1602
|
}
|
|
1799
1603
|
}
|
|
@@ -3523,18 +3327,17 @@
|
|
|
3523
3327
|
"packageName": "@backstage/plugin-auth-backend-module-gitlab-provider"
|
|
3524
3328
|
},
|
|
3525
3329
|
{
|
|
3526
|
-
"path": "../../plugins/auth-backend-module-
|
|
3330
|
+
"path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
|
|
3527
3331
|
"value": {
|
|
3528
3332
|
"type": "object",
|
|
3529
3333
|
"properties": {
|
|
3530
3334
|
"auth": {
|
|
3531
|
-
"description": "Configuration options for the auth plugin",
|
|
3532
3335
|
"type": "object",
|
|
3533
3336
|
"properties": {
|
|
3534
3337
|
"providers": {
|
|
3535
3338
|
"type": "object",
|
|
3536
3339
|
"properties": {
|
|
3537
|
-
"
|
|
3340
|
+
"microsoft": {
|
|
3538
3341
|
"visibility": "frontend",
|
|
3539
3342
|
"type": "object",
|
|
3540
3343
|
"additionalProperties": {
|
|
@@ -3543,10 +3346,16 @@
|
|
|
3543
3346
|
"clientId": {
|
|
3544
3347
|
"type": "string"
|
|
3545
3348
|
},
|
|
3349
|
+
"tenantId": {
|
|
3350
|
+
"type": "string"
|
|
3351
|
+
},
|
|
3546
3352
|
"clientSecret": {
|
|
3547
3353
|
"visibility": "secret",
|
|
3548
3354
|
"type": "string"
|
|
3549
3355
|
},
|
|
3356
|
+
"domainHint": {
|
|
3357
|
+
"type": "string"
|
|
3358
|
+
},
|
|
3550
3359
|
"callbackUrl": {
|
|
3551
3360
|
"type": "string"
|
|
3552
3361
|
},
|
|
@@ -3563,6 +3372,9 @@
|
|
|
3563
3372
|
}
|
|
3564
3373
|
]
|
|
3565
3374
|
},
|
|
3375
|
+
"skipUserProfile": {
|
|
3376
|
+
"type": "boolean"
|
|
3377
|
+
},
|
|
3566
3378
|
"signIn": {
|
|
3567
3379
|
"type": "object",
|
|
3568
3380
|
"properties": {
|
|
@@ -3624,7 +3436,8 @@
|
|
|
3624
3436
|
},
|
|
3625
3437
|
"required": [
|
|
3626
3438
|
"clientId",
|
|
3627
|
-
"clientSecret"
|
|
3439
|
+
"clientSecret",
|
|
3440
|
+
"tenantId"
|
|
3628
3441
|
]
|
|
3629
3442
|
}
|
|
3630
3443
|
}
|
|
@@ -3635,10 +3448,10 @@
|
|
|
3635
3448
|
},
|
|
3636
3449
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3637
3450
|
},
|
|
3638
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3451
|
+
"packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
|
|
3639
3452
|
},
|
|
3640
3453
|
{
|
|
3641
|
-
"path": "../../plugins/auth-backend-module-
|
|
3454
|
+
"path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
|
|
3642
3455
|
"value": {
|
|
3643
3456
|
"type": "object",
|
|
3644
3457
|
"properties": {
|
|
@@ -3648,7 +3461,7 @@
|
|
|
3648
3461
|
"providers": {
|
|
3649
3462
|
"type": "object",
|
|
3650
3463
|
"properties": {
|
|
3651
|
-
"
|
|
3464
|
+
"oauth2": {
|
|
3652
3465
|
"visibility": "frontend",
|
|
3653
3466
|
"type": "object",
|
|
3654
3467
|
"additionalProperties": {
|
|
@@ -3657,17 +3470,18 @@
|
|
|
3657
3470
|
"clientId": {
|
|
3658
3471
|
"type": "string"
|
|
3659
3472
|
},
|
|
3660
|
-
"tenantId": {
|
|
3661
|
-
"type": "string"
|
|
3662
|
-
},
|
|
3663
3473
|
"clientSecret": {
|
|
3664
3474
|
"visibility": "secret",
|
|
3665
3475
|
"type": "string"
|
|
3666
3476
|
},
|
|
3667
|
-
"
|
|
3477
|
+
"authorizationUrl": {
|
|
3668
3478
|
"type": "string"
|
|
3669
3479
|
},
|
|
3670
|
-
"
|
|
3480
|
+
"tokenUrl": {
|
|
3481
|
+
"type": "string"
|
|
3482
|
+
},
|
|
3483
|
+
"scope": {
|
|
3484
|
+
"deprecated": "use `additionalScopes` instead",
|
|
3671
3485
|
"type": "string"
|
|
3672
3486
|
},
|
|
3673
3487
|
"additionalScopes": {
|
|
@@ -3683,7 +3497,10 @@
|
|
|
3683
3497
|
}
|
|
3684
3498
|
]
|
|
3685
3499
|
},
|
|
3686
|
-
"
|
|
3500
|
+
"disableRefresh": {
|
|
3501
|
+
"type": "boolean"
|
|
3502
|
+
},
|
|
3503
|
+
"includeBasicAuth": {
|
|
3687
3504
|
"type": "boolean"
|
|
3688
3505
|
},
|
|
3689
3506
|
"signIn": {
|
|
@@ -3698,7 +3515,7 @@
|
|
|
3698
3515
|
"properties": {
|
|
3699
3516
|
"resolver": {
|
|
3700
3517
|
"type": "string",
|
|
3701
|
-
"const": "
|
|
3518
|
+
"const": "usernameMatchingUserEntityName"
|
|
3702
3519
|
}
|
|
3703
3520
|
},
|
|
3704
3521
|
"required": [
|
|
@@ -3746,9 +3563,10 @@
|
|
|
3746
3563
|
"sessionDuration": {}
|
|
3747
3564
|
},
|
|
3748
3565
|
"required": [
|
|
3566
|
+
"authorizationUrl",
|
|
3749
3567
|
"clientId",
|
|
3750
3568
|
"clientSecret",
|
|
3751
|
-
"
|
|
3569
|
+
"tokenUrl"
|
|
3752
3570
|
]
|
|
3753
3571
|
}
|
|
3754
3572
|
}
|
|
@@ -3759,10 +3577,10 @@
|
|
|
3759
3577
|
},
|
|
3760
3578
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3761
3579
|
},
|
|
3762
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3580
|
+
"packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
|
|
3763
3581
|
},
|
|
3764
3582
|
{
|
|
3765
|
-
"path": "../../plugins/auth-backend-module-
|
|
3583
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
3766
3584
|
"value": {
|
|
3767
3585
|
"type": "object",
|
|
3768
3586
|
"properties": {
|
|
@@ -3772,7 +3590,7 @@
|
|
|
3772
3590
|
"providers": {
|
|
3773
3591
|
"type": "object",
|
|
3774
3592
|
"properties": {
|
|
3775
|
-
"
|
|
3593
|
+
"oidc": {
|
|
3776
3594
|
"visibility": "frontend",
|
|
3777
3595
|
"type": "object",
|
|
3778
3596
|
"additionalProperties": {
|
|
@@ -3785,14 +3603,16 @@
|
|
|
3785
3603
|
"visibility": "secret",
|
|
3786
3604
|
"type": "string"
|
|
3787
3605
|
},
|
|
3788
|
-
"
|
|
3606
|
+
"metadataUrl": {
|
|
3789
3607
|
"type": "string"
|
|
3790
3608
|
},
|
|
3791
|
-
"
|
|
3609
|
+
"callbackUrl": {
|
|
3792
3610
|
"type": "string"
|
|
3793
3611
|
},
|
|
3794
|
-
"
|
|
3795
|
-
"
|
|
3612
|
+
"tokenEndpointAuthMethod": {
|
|
3613
|
+
"type": "string"
|
|
3614
|
+
},
|
|
3615
|
+
"tokenSignedResponseAlg": {
|
|
3796
3616
|
"type": "string"
|
|
3797
3617
|
},
|
|
3798
3618
|
"additionalScopes": {
|
|
@@ -3808,11 +3628,8 @@
|
|
|
3808
3628
|
}
|
|
3809
3629
|
]
|
|
3810
3630
|
},
|
|
3811
|
-
"
|
|
3812
|
-
"type": "
|
|
3813
|
-
},
|
|
3814
|
-
"includeBasicAuth": {
|
|
3815
|
-
"type": "boolean"
|
|
3631
|
+
"prompt": {
|
|
3632
|
+
"type": "string"
|
|
3816
3633
|
},
|
|
3817
3634
|
"signIn": {
|
|
3818
3635
|
"type": "object",
|
|
@@ -3821,18 +3638,6 @@
|
|
|
3821
3638
|
"type": "array",
|
|
3822
3639
|
"items": {
|
|
3823
3640
|
"anyOf": [
|
|
3824
|
-
{
|
|
3825
|
-
"type": "object",
|
|
3826
|
-
"properties": {
|
|
3827
|
-
"resolver": {
|
|
3828
|
-
"type": "string",
|
|
3829
|
-
"const": "usernameMatchingUserEntityName"
|
|
3830
|
-
}
|
|
3831
|
-
},
|
|
3832
|
-
"required": [
|
|
3833
|
-
"resolver"
|
|
3834
|
-
]
|
|
3835
|
-
},
|
|
3836
3641
|
{
|
|
3837
3642
|
"type": "object",
|
|
3838
3643
|
"properties": {
|
|
@@ -3874,10 +3679,9 @@
|
|
|
3874
3679
|
"sessionDuration": {}
|
|
3875
3680
|
},
|
|
3876
3681
|
"required": [
|
|
3877
|
-
"authorizationUrl",
|
|
3878
3682
|
"clientId",
|
|
3879
3683
|
"clientSecret",
|
|
3880
|
-
"
|
|
3684
|
+
"metadataUrl"
|
|
3881
3685
|
]
|
|
3882
3686
|
}
|
|
3883
3687
|
}
|
|
@@ -3888,10 +3692,10 @@
|
|
|
3888
3692
|
},
|
|
3889
3693
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3890
3694
|
},
|
|
3891
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3695
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
3892
3696
|
},
|
|
3893
3697
|
{
|
|
3894
|
-
"path": "../../plugins/auth-backend-module-
|
|
3698
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
3895
3699
|
"value": {
|
|
3896
3700
|
"type": "object",
|
|
3897
3701
|
"properties": {
|
|
@@ -3901,7 +3705,7 @@
|
|
|
3901
3705
|
"providers": {
|
|
3902
3706
|
"type": "object",
|
|
3903
3707
|
"properties": {
|
|
3904
|
-
"
|
|
3708
|
+
"okta": {
|
|
3905
3709
|
"visibility": "frontend",
|
|
3906
3710
|
"type": "object",
|
|
3907
3711
|
"additionalProperties": {
|
|
@@ -3914,16 +3718,16 @@
|
|
|
3914
3718
|
"visibility": "secret",
|
|
3915
3719
|
"type": "string"
|
|
3916
3720
|
},
|
|
3917
|
-
"
|
|
3721
|
+
"audience": {
|
|
3918
3722
|
"type": "string"
|
|
3919
3723
|
},
|
|
3920
|
-
"
|
|
3724
|
+
"authServerId": {
|
|
3921
3725
|
"type": "string"
|
|
3922
3726
|
},
|
|
3923
|
-
"
|
|
3727
|
+
"idp": {
|
|
3924
3728
|
"type": "string"
|
|
3925
3729
|
},
|
|
3926
|
-
"
|
|
3730
|
+
"callbackUrl": {
|
|
3927
3731
|
"type": "string"
|
|
3928
3732
|
},
|
|
3929
3733
|
"additionalScopes": {
|
|
@@ -3939,9 +3743,6 @@
|
|
|
3939
3743
|
}
|
|
3940
3744
|
]
|
|
3941
3745
|
},
|
|
3942
|
-
"prompt": {
|
|
3943
|
-
"type": "string"
|
|
3944
|
-
},
|
|
3945
3746
|
"signIn": {
|
|
3946
3747
|
"type": "object",
|
|
3947
3748
|
"properties": {
|
|
@@ -3949,6 +3750,18 @@
|
|
|
3949
3750
|
"type": "array",
|
|
3950
3751
|
"items": {
|
|
3951
3752
|
"anyOf": [
|
|
3753
|
+
{
|
|
3754
|
+
"type": "object",
|
|
3755
|
+
"properties": {
|
|
3756
|
+
"resolver": {
|
|
3757
|
+
"type": "string",
|
|
3758
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
"required": [
|
|
3762
|
+
"resolver"
|
|
3763
|
+
]
|
|
3764
|
+
},
|
|
3952
3765
|
{
|
|
3953
3766
|
"type": "object",
|
|
3954
3767
|
"properties": {
|
|
@@ -3991,8 +3804,7 @@
|
|
|
3991
3804
|
},
|
|
3992
3805
|
"required": [
|
|
3993
3806
|
"clientId",
|
|
3994
|
-
"clientSecret"
|
|
3995
|
-
"metadataUrl"
|
|
3807
|
+
"clientSecret"
|
|
3996
3808
|
]
|
|
3997
3809
|
}
|
|
3998
3810
|
}
|
|
@@ -4003,10 +3815,10 @@
|
|
|
4003
3815
|
},
|
|
4004
3816
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4005
3817
|
},
|
|
4006
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3818
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
4007
3819
|
},
|
|
4008
3820
|
{
|
|
4009
|
-
"path": "../../plugins/auth-backend-module-
|
|
3821
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
4010
3822
|
"value": {
|
|
4011
3823
|
"type": "object",
|
|
4012
3824
|
"properties": {
|
|
@@ -4016,7 +3828,7 @@
|
|
|
4016
3828
|
"providers": {
|
|
4017
3829
|
"type": "object",
|
|
4018
3830
|
"properties": {
|
|
4019
|
-
"
|
|
3831
|
+
"onelogin": {
|
|
4020
3832
|
"visibility": "frontend",
|
|
4021
3833
|
"type": "object",
|
|
4022
3834
|
"additionalProperties": {
|
|
@@ -4029,31 +3841,12 @@
|
|
|
4029
3841
|
"visibility": "secret",
|
|
4030
3842
|
"type": "string"
|
|
4031
3843
|
},
|
|
4032
|
-
"
|
|
4033
|
-
"type": "string"
|
|
4034
|
-
},
|
|
4035
|
-
"authServerId": {
|
|
4036
|
-
"type": "string"
|
|
4037
|
-
},
|
|
4038
|
-
"idp": {
|
|
3844
|
+
"issuer": {
|
|
4039
3845
|
"type": "string"
|
|
4040
3846
|
},
|
|
4041
3847
|
"callbackUrl": {
|
|
4042
3848
|
"type": "string"
|
|
4043
3849
|
},
|
|
4044
|
-
"additionalScopes": {
|
|
4045
|
-
"anyOf": [
|
|
4046
|
-
{
|
|
4047
|
-
"type": "array",
|
|
4048
|
-
"items": {
|
|
4049
|
-
"type": "string"
|
|
4050
|
-
}
|
|
4051
|
-
},
|
|
4052
|
-
{
|
|
4053
|
-
"type": "string"
|
|
4054
|
-
}
|
|
4055
|
-
]
|
|
4056
|
-
},
|
|
4057
3850
|
"signIn": {
|
|
4058
3851
|
"type": "object",
|
|
4059
3852
|
"properties": {
|
|
@@ -4066,7 +3859,7 @@
|
|
|
4066
3859
|
"properties": {
|
|
4067
3860
|
"resolver": {
|
|
4068
3861
|
"type": "string",
|
|
4069
|
-
"const": "
|
|
3862
|
+
"const": "usernameMatchingUserEntityName"
|
|
4070
3863
|
}
|
|
4071
3864
|
},
|
|
4072
3865
|
"required": [
|
|
@@ -4115,7 +3908,8 @@
|
|
|
4115
3908
|
},
|
|
4116
3909
|
"required": [
|
|
4117
3910
|
"clientId",
|
|
4118
|
-
"clientSecret"
|
|
3911
|
+
"clientSecret",
|
|
3912
|
+
"issuer"
|
|
4119
3913
|
]
|
|
4120
3914
|
}
|
|
4121
3915
|
}
|
|
@@ -4126,20 +3920,21 @@
|
|
|
4126
3920
|
},
|
|
4127
3921
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4128
3922
|
},
|
|
4129
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3923
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4130
3924
|
},
|
|
4131
3925
|
{
|
|
4132
|
-
"path": "../../plugins/auth-backend-module-
|
|
3926
|
+
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
4133
3927
|
"value": {
|
|
4134
3928
|
"type": "object",
|
|
4135
3929
|
"properties": {
|
|
4136
3930
|
"auth": {
|
|
3931
|
+
"description": "Configuration options for the auth plugin",
|
|
4137
3932
|
"type": "object",
|
|
4138
3933
|
"properties": {
|
|
4139
3934
|
"providers": {
|
|
4140
3935
|
"type": "object",
|
|
4141
3936
|
"properties": {
|
|
4142
|
-
"
|
|
3937
|
+
"google": {
|
|
4143
3938
|
"visibility": "frontend",
|
|
4144
3939
|
"type": "object",
|
|
4145
3940
|
"additionalProperties": {
|
|
@@ -4152,12 +3947,22 @@
|
|
|
4152
3947
|
"visibility": "secret",
|
|
4153
3948
|
"type": "string"
|
|
4154
3949
|
},
|
|
4155
|
-
"issuer": {
|
|
4156
|
-
"type": "string"
|
|
4157
|
-
},
|
|
4158
3950
|
"callbackUrl": {
|
|
4159
3951
|
"type": "string"
|
|
4160
3952
|
},
|
|
3953
|
+
"additionalScopes": {
|
|
3954
|
+
"anyOf": [
|
|
3955
|
+
{
|
|
3956
|
+
"type": "array",
|
|
3957
|
+
"items": {
|
|
3958
|
+
"type": "string"
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"type": "string"
|
|
3963
|
+
}
|
|
3964
|
+
]
|
|
3965
|
+
},
|
|
4161
3966
|
"signIn": {
|
|
4162
3967
|
"type": "object",
|
|
4163
3968
|
"properties": {
|
|
@@ -4170,7 +3975,7 @@
|
|
|
4170
3975
|
"properties": {
|
|
4171
3976
|
"resolver": {
|
|
4172
3977
|
"type": "string",
|
|
4173
|
-
"const": "
|
|
3978
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
4174
3979
|
}
|
|
4175
3980
|
},
|
|
4176
3981
|
"required": [
|
|
@@ -4219,8 +4024,7 @@
|
|
|
4219
4024
|
},
|
|
4220
4025
|
"required": [
|
|
4221
4026
|
"clientId",
|
|
4222
|
-
"clientSecret"
|
|
4223
|
-
"issuer"
|
|
4027
|
+
"clientSecret"
|
|
4224
4028
|
]
|
|
4225
4029
|
}
|
|
4226
4030
|
}
|
|
@@ -4231,53 +4035,7 @@
|
|
|
4231
4035
|
},
|
|
4232
4036
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4233
4037
|
},
|
|
4234
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4235
|
-
},
|
|
4236
|
-
{
|
|
4237
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4238
|
-
"value": {
|
|
4239
|
-
"type": "object",
|
|
4240
|
-
"properties": {
|
|
4241
|
-
"auth": {
|
|
4242
|
-
"type": "object",
|
|
4243
|
-
"properties": {
|
|
4244
|
-
"autologout": {
|
|
4245
|
-
"description": "Autologout feature configuration",
|
|
4246
|
-
"type": "object",
|
|
4247
|
-
"properties": {
|
|
4248
|
-
"enabled": {
|
|
4249
|
-
"description": "Enable or disable the autologout feature",
|
|
4250
|
-
"visibility": "frontend",
|
|
4251
|
-
"type": "boolean"
|
|
4252
|
-
},
|
|
4253
|
-
"idleTimeoutMinutes": {
|
|
4254
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4255
|
-
"visibility": "frontend",
|
|
4256
|
-
"type": "number"
|
|
4257
|
-
},
|
|
4258
|
-
"promptBeforeIdleSeconds": {
|
|
4259
|
-
"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.",
|
|
4260
|
-
"visibility": "frontend",
|
|
4261
|
-
"type": "number"
|
|
4262
|
-
},
|
|
4263
|
-
"useWorkerTimers": {
|
|
4264
|
-
"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.",
|
|
4265
|
-
"visibility": "frontend",
|
|
4266
|
-
"type": "boolean"
|
|
4267
|
-
},
|
|
4268
|
-
"logoutIfDisconnected": {
|
|
4269
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4270
|
-
"visibility": "frontend",
|
|
4271
|
-
"type": "boolean"
|
|
4272
|
-
}
|
|
4273
|
-
}
|
|
4274
|
-
}
|
|
4275
|
-
}
|
|
4276
|
-
}
|
|
4277
|
-
},
|
|
4278
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4279
|
-
},
|
|
4280
|
-
"packageName": "@backstage/core-components"
|
|
4038
|
+
"packageName": "@backstage/plugin-auth-backend-module-google-provider"
|
|
4281
4039
|
},
|
|
4282
4040
|
{
|
|
4283
4041
|
"path": "../integration-aws-node/config.d.ts",
|
|
@@ -4388,138 +4146,6 @@
|
|
|
4388
4146
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4389
4147
|
},
|
|
4390
4148
|
"packageName": "@backstage/integration-aws-node"
|
|
4391
|
-
},
|
|
4392
|
-
{
|
|
4393
|
-
"path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/backend-plugin-api/config.d.ts",
|
|
4394
|
-
"value": {
|
|
4395
|
-
"type": "object",
|
|
4396
|
-
"properties": {
|
|
4397
|
-
"backend": {
|
|
4398
|
-
"type": "object",
|
|
4399
|
-
"properties": {
|
|
4400
|
-
"workingDirectory": {
|
|
4401
|
-
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
4402
|
-
"type": "string"
|
|
4403
|
-
}
|
|
4404
|
-
}
|
|
4405
|
-
}
|
|
4406
|
-
},
|
|
4407
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4408
|
-
},
|
|
4409
|
-
"packageName": "@backstage/backend-plugin-api"
|
|
4410
|
-
},
|
|
4411
|
-
{
|
|
4412
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
4413
|
-
"value": {
|
|
4414
|
-
"type": "object",
|
|
4415
|
-
"properties": {
|
|
4416
|
-
"app": {
|
|
4417
|
-
"type": "object",
|
|
4418
|
-
"properties": {
|
|
4419
|
-
"experimental": {
|
|
4420
|
-
"type": "object",
|
|
4421
|
-
"properties": {
|
|
4422
|
-
"packages": {
|
|
4423
|
-
"visibility": "frontend",
|
|
4424
|
-
"deepVisibility": "frontend",
|
|
4425
|
-
"anyOf": [
|
|
4426
|
-
{
|
|
4427
|
-
"type": "object",
|
|
4428
|
-
"properties": {
|
|
4429
|
-
"include": {
|
|
4430
|
-
"type": "array",
|
|
4431
|
-
"items": {
|
|
4432
|
-
"type": "string"
|
|
4433
|
-
}
|
|
4434
|
-
},
|
|
4435
|
-
"exclude": {
|
|
4436
|
-
"type": "array",
|
|
4437
|
-
"items": {
|
|
4438
|
-
"type": "string"
|
|
4439
|
-
}
|
|
4440
|
-
}
|
|
4441
|
-
}
|
|
4442
|
-
},
|
|
4443
|
-
{
|
|
4444
|
-
"const": "all",
|
|
4445
|
-
"type": "string"
|
|
4446
|
-
}
|
|
4447
|
-
]
|
|
4448
|
-
}
|
|
4449
|
-
}
|
|
4450
|
-
},
|
|
4451
|
-
"routes": {
|
|
4452
|
-
"type": "object",
|
|
4453
|
-
"properties": {
|
|
4454
|
-
"bindings": {
|
|
4455
|
-
"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.",
|
|
4456
|
-
"deepVisibility": "frontend",
|
|
4457
|
-
"type": "object",
|
|
4458
|
-
"additionalProperties": {
|
|
4459
|
-
"anyOf": [
|
|
4460
|
-
{
|
|
4461
|
-
"const": false,
|
|
4462
|
-
"type": "boolean"
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
"type": "string"
|
|
4466
|
-
}
|
|
4467
|
-
]
|
|
4468
|
-
}
|
|
4469
|
-
}
|
|
4470
|
-
}
|
|
4471
|
-
},
|
|
4472
|
-
"extensions": {
|
|
4473
|
-
"deepVisibility": "frontend",
|
|
4474
|
-
"type": "array",
|
|
4475
|
-
"items": {
|
|
4476
|
-
"anyOf": [
|
|
4477
|
-
{
|
|
4478
|
-
"type": "object",
|
|
4479
|
-
"additionalProperties": {
|
|
4480
|
-
"anyOf": [
|
|
4481
|
-
{
|
|
4482
|
-
"type": "object",
|
|
4483
|
-
"properties": {
|
|
4484
|
-
"attachTo": {
|
|
4485
|
-
"type": "object",
|
|
4486
|
-
"properties": {
|
|
4487
|
-
"id": {
|
|
4488
|
-
"type": "string"
|
|
4489
|
-
},
|
|
4490
|
-
"input": {
|
|
4491
|
-
"type": "string"
|
|
4492
|
-
}
|
|
4493
|
-
},
|
|
4494
|
-
"required": [
|
|
4495
|
-
"id",
|
|
4496
|
-
"input"
|
|
4497
|
-
]
|
|
4498
|
-
},
|
|
4499
|
-
"disabled": {
|
|
4500
|
-
"type": "boolean"
|
|
4501
|
-
},
|
|
4502
|
-
"config": {}
|
|
4503
|
-
}
|
|
4504
|
-
},
|
|
4505
|
-
{
|
|
4506
|
-
"type": "boolean"
|
|
4507
|
-
}
|
|
4508
|
-
]
|
|
4509
|
-
}
|
|
4510
|
-
},
|
|
4511
|
-
{
|
|
4512
|
-
"type": "string"
|
|
4513
|
-
}
|
|
4514
|
-
]
|
|
4515
|
-
}
|
|
4516
|
-
}
|
|
4517
|
-
}
|
|
4518
|
-
}
|
|
4519
|
-
},
|
|
4520
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4521
|
-
},
|
|
4522
|
-
"packageName": "@backstage/frontend-app-api"
|
|
4523
4149
|
}
|
|
4524
4150
|
],
|
|
4525
4151
|
"backstageConfigSchemaVersion": 1
|