@techdocs/cli 1.9.0-next.3 → 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.
@@ -459,150 +459,6 @@
459
459
  },
460
460
  "packageName": "@backstage/plugin-techdocs"
461
461
  },
462
- {
463
- "path": "../frontend-app-api/config.d.ts",
464
- "value": {
465
- "type": "object",
466
- "properties": {
467
- "app": {
468
- "type": "object",
469
- "properties": {
470
- "experimental": {
471
- "type": "object",
472
- "properties": {
473
- "packages": {
474
- "visibility": "frontend",
475
- "deepVisibility": "frontend",
476
- "anyOf": [
477
- {
478
- "type": "object",
479
- "properties": {
480
- "include": {
481
- "type": "array",
482
- "items": {
483
- "type": "string"
484
- }
485
- },
486
- "exclude": {
487
- "type": "array",
488
- "items": {
489
- "type": "string"
490
- }
491
- }
492
- }
493
- },
494
- {
495
- "const": "all",
496
- "type": "string"
497
- }
498
- ]
499
- }
500
- }
501
- },
502
- "routes": {
503
- "type": "object",
504
- "properties": {
505
- "bindings": {
506
- "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.",
507
- "deepVisibility": "frontend",
508
- "type": "object",
509
- "additionalProperties": {
510
- "anyOf": [
511
- {
512
- "const": false,
513
- "type": "boolean"
514
- },
515
- {
516
- "type": "string"
517
- }
518
- ]
519
- }
520
- }
521
- }
522
- },
523
- "extensions": {
524
- "deepVisibility": "frontend",
525
- "type": "array",
526
- "items": {
527
- "anyOf": [
528
- {
529
- "type": "object",
530
- "additionalProperties": {
531
- "anyOf": [
532
- {
533
- "type": "object",
534
- "properties": {
535
- "attachTo": {
536
- "type": "object",
537
- "properties": {
538
- "id": {
539
- "type": "string"
540
- },
541
- "input": {
542
- "type": "string"
543
- }
544
- },
545
- "required": [
546
- "id",
547
- "input"
548
- ]
549
- },
550
- "disabled": {
551
- "type": "boolean"
552
- },
553
- "config": {}
554
- }
555
- },
556
- {
557
- "type": "boolean"
558
- }
559
- ]
560
- }
561
- },
562
- {
563
- "type": "string"
564
- }
565
- ]
566
- }
567
- }
568
- }
569
- }
570
- },
571
- "$schema": "http://json-schema.org/draft-07/schema#"
572
- },
573
- "packageName": "@backstage/frontend-app-api"
574
- },
575
- {
576
- "path": "../../plugins/catalog/config.d.ts",
577
- "value": {
578
- "type": "object",
579
- "properties": {
580
- "catalog": {
581
- "type": "object",
582
- "properties": {
583
- "experimentalPagination": {
584
- "deepVisibility": "frontend",
585
- "anyOf": [
586
- {
587
- "type": "object",
588
- "properties": {
589
- "limit": {
590
- "type": "number"
591
- }
592
- }
593
- },
594
- {
595
- "type": "boolean"
596
- }
597
- ]
598
- }
599
- }
600
- }
601
- },
602
- "$schema": "http://json-schema.org/draft-07/schema#"
603
- },
604
- "packageName": "@backstage/plugin-catalog"
605
- },
606
462
  {
607
463
  "path": "../integration/config.d.ts",
608
464
  "value": {
@@ -1050,27 +906,148 @@
1050
906
  "packageName": "@backstage/integration"
1051
907
  },
1052
908
  {
1053
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
909
+ "path": "../../plugins/catalog/config.d.ts",
1054
910
  "value": {
1055
911
  "type": "object",
1056
912
  "properties": {
1057
- "stackstorm": {
913
+ "catalog": {
1058
914
  "type": "object",
1059
915
  "properties": {
1060
- "webUrl": {
1061
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1062
- "visibility": "frontend",
1063
- "type": "string"
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
+ ]
1064
931
  }
1065
- },
1066
- "required": [
1067
- "webUrl"
1068
- ]
932
+ }
1069
933
  }
1070
934
  },
1071
935
  "$schema": "http://json-schema.org/draft-07/schema#"
1072
936
  },
1073
- "packageName": "@backstage-community/plugin-stackstorm"
937
+ "packageName": "@backstage/plugin-catalog"
938
+ },
939
+ {
940
+ "path": "../frontend-app-api/config.d.ts",
941
+ "value": {
942
+ "type": "object",
943
+ "properties": {
944
+ "app": {
945
+ "type": "object",
946
+ "properties": {
947
+ "experimental": {
948
+ "type": "object",
949
+ "properties": {
950
+ "packages": {
951
+ "visibility": "frontend",
952
+ "deepVisibility": "frontend",
953
+ "anyOf": [
954
+ {
955
+ "type": "object",
956
+ "properties": {
957
+ "include": {
958
+ "type": "array",
959
+ "items": {
960
+ "type": "string"
961
+ }
962
+ },
963
+ "exclude": {
964
+ "type": "array",
965
+ "items": {
966
+ "type": "string"
967
+ }
968
+ }
969
+ }
970
+ },
971
+ {
972
+ "const": "all",
973
+ "type": "string"
974
+ }
975
+ ]
976
+ }
977
+ }
978
+ },
979
+ "routes": {
980
+ "type": "object",
981
+ "properties": {
982
+ "bindings": {
983
+ "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.",
984
+ "deepVisibility": "frontend",
985
+ "type": "object",
986
+ "additionalProperties": {
987
+ "anyOf": [
988
+ {
989
+ "const": false,
990
+ "type": "boolean"
991
+ },
992
+ {
993
+ "type": "string"
994
+ }
995
+ ]
996
+ }
997
+ }
998
+ }
999
+ },
1000
+ "extensions": {
1001
+ "deepVisibility": "frontend",
1002
+ "type": "array",
1003
+ "items": {
1004
+ "anyOf": [
1005
+ {
1006
+ "type": "object",
1007
+ "additionalProperties": {
1008
+ "anyOf": [
1009
+ {
1010
+ "type": "object",
1011
+ "properties": {
1012
+ "attachTo": {
1013
+ "type": "object",
1014
+ "properties": {
1015
+ "id": {
1016
+ "type": "string"
1017
+ },
1018
+ "input": {
1019
+ "type": "string"
1020
+ }
1021
+ },
1022
+ "required": [
1023
+ "id",
1024
+ "input"
1025
+ ]
1026
+ },
1027
+ "disabled": {
1028
+ "type": "boolean"
1029
+ },
1030
+ "config": {}
1031
+ }
1032
+ },
1033
+ {
1034
+ "type": "boolean"
1035
+ }
1036
+ ]
1037
+ }
1038
+ },
1039
+ {
1040
+ "type": "string"
1041
+ }
1042
+ ]
1043
+ }
1044
+ }
1045
+ }
1046
+ }
1047
+ },
1048
+ "$schema": "http://json-schema.org/draft-07/schema#"
1049
+ },
1050
+ "packageName": "@backstage/frontend-app-api"
1074
1051
  },
1075
1052
  {
1076
1053
  "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
@@ -1135,52 +1112,6 @@
1135
1112
  },
1136
1113
  "packageName": "@backstage/backend-plugin-api"
1137
1114
  },
1138
- {
1139
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1140
- "value": {
1141
- "type": "object",
1142
- "properties": {
1143
- "auth": {
1144
- "description": "Configuration options for the auth plugin",
1145
- "type": "object",
1146
- "properties": {
1147
- "providers": {
1148
- "type": "object",
1149
- "properties": {
1150
- "guest": {
1151
- "type": "object",
1152
- "properties": {
1153
- "userEntityRef": {
1154
- "description": "The entity reference to use for the guest user.",
1155
- "default": "user:development/guest",
1156
- "type": "string"
1157
- },
1158
- "ownershipEntityRefs": {
1159
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1160
- "default": "[userEntityRef]",
1161
- "type": "array",
1162
- "items": {
1163
- "type": "string"
1164
- }
1165
- },
1166
- "dangerouslyAllowOutsideDevelopment": {
1167
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1168
- "type": "boolean"
1169
- }
1170
- }
1171
- }
1172
- }
1173
- }
1174
- },
1175
- "required": [
1176
- "providers"
1177
- ]
1178
- }
1179
- },
1180
- "$schema": "http://json-schema.org/draft-07/schema#"
1181
- },
1182
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1183
- },
1184
1115
  {
1185
1116
  "path": "../../plugins/auth-backend/config.d.ts",
1186
1117
  "value": {
@@ -1440,280 +1371,119 @@
1440
1371
  "packageName": "@backstage/plugin-auth-backend"
1441
1372
  },
1442
1373
  {
1443
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1374
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1444
1375
  "value": {
1445
1376
  "type": "object",
1446
1377
  "properties": {
1447
1378
  "auth": {
1379
+ "description": "Configuration options for the auth plugin",
1448
1380
  "type": "object",
1449
1381
  "properties": {
1450
- "autologout": {
1451
- "description": "Autologout feature configuration",
1382
+ "providers": {
1452
1383
  "type": "object",
1453
1384
  "properties": {
1454
- "enabled": {
1455
- "description": "Enable or disable the autologout feature",
1456
- "visibility": "frontend",
1457
- "type": "boolean"
1458
- },
1459
- "idleTimeoutMinutes": {
1460
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1461
- "visibility": "frontend",
1462
- "type": "number"
1463
- },
1464
- "promptBeforeIdleSeconds": {
1465
- "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.",
1466
- "visibility": "frontend",
1467
- "type": "number"
1468
- },
1469
- "useWorkerTimers": {
1470
- "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.",
1471
- "visibility": "frontend",
1472
- "type": "boolean"
1473
- },
1474
- "logoutIfDisconnected": {
1475
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1476
- "visibility": "frontend",
1477
- "type": "boolean"
1385
+ "guest": {
1386
+ "type": "object",
1387
+ "properties": {
1388
+ "userEntityRef": {
1389
+ "description": "The entity reference to use for the guest user.",
1390
+ "default": "user:development/guest",
1391
+ "type": "string"
1392
+ },
1393
+ "ownershipEntityRefs": {
1394
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1395
+ "default": "[userEntityRef]",
1396
+ "type": "array",
1397
+ "items": {
1398
+ "type": "string"
1399
+ }
1400
+ },
1401
+ "dangerouslyAllowOutsideDevelopment": {
1402
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1403
+ "type": "boolean"
1404
+ }
1405
+ }
1478
1406
  }
1479
1407
  }
1480
1408
  }
1481
- }
1409
+ },
1410
+ "required": [
1411
+ "providers"
1412
+ ]
1482
1413
  }
1483
1414
  },
1484
1415
  "$schema": "http://json-schema.org/draft-07/schema#"
1485
1416
  },
1486
- "packageName": "@backstage/core-components"
1417
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1487
1418
  },
1488
1419
  {
1489
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
1420
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1490
1421
  "value": {
1491
1422
  "type": "object",
1492
- "properties": {
1493
- "app": {
1494
- "description": "Generic frontend configuration.",
1495
- "type": "object",
1496
- "properties": {
1497
- "baseUrl": {
1498
- "description": "The public absolute root URL that the frontend.",
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.",
1509
- "type": "object",
1510
- "properties": {
1511
- "url": {
1512
- "description": "The primary support url.",
1513
- "visibility": "frontend",
1514
- "type": "string"
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.",
1423
+ "properties": {
1424
+ "stackstorm": {
1593
1425
  "type": "object",
1594
1426
  "properties": {
1595
- "baseUrl": {
1596
- "description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
1427
+ "webUrl": {
1428
+ "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1597
1429
  "visibility": "frontend",
1598
1430
  "type": "string"
1599
1431
  }
1600
1432
  },
1601
1433
  "required": [
1602
- "baseUrl"
1434
+ "webUrl"
1603
1435
  ]
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
- },
1436
+ }
1437
+ },
1438
+ "$schema": "http://json-schema.org/draft-07/schema#"
1439
+ },
1440
+ "packageName": "@backstage-community/plugin-stackstorm"
1441
+ },
1442
+ {
1443
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1444
+ "value": {
1445
+ "type": "object",
1446
+ "properties": {
1643
1447
  "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
1448
  "type": "object",
1663
1449
  "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
- }
1450
+ "autologout": {
1451
+ "description": "Autologout feature configuration",
1452
+ "type": "object",
1453
+ "properties": {
1454
+ "enabled": {
1455
+ "description": "Enable or disable the autologout feature",
1456
+ "visibility": "frontend",
1457
+ "type": "boolean"
1700
1458
  },
1701
- "required": [
1702
- "plugins",
1703
- "target"
1704
- ]
1459
+ "idleTimeoutMinutes": {
1460
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1461
+ "visibility": "frontend",
1462
+ "type": "number"
1463
+ },
1464
+ "promptBeforeIdleSeconds": {
1465
+ "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.",
1466
+ "visibility": "frontend",
1467
+ "type": "number"
1468
+ },
1469
+ "useWorkerTimers": {
1470
+ "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.",
1471
+ "visibility": "frontend",
1472
+ "type": "boolean"
1473
+ },
1474
+ "logoutIfDisconnected": {
1475
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1476
+ "visibility": "frontend",
1477
+ "type": "boolean"
1478
+ }
1705
1479
  }
1706
1480
  }
1707
1481
  }
1708
1482
  }
1709
1483
  },
1710
- "required": [
1711
- "app",
1712
- "backend"
1713
- ],
1714
1484
  "$schema": "http://json-schema.org/draft-07/schema#"
1715
1485
  },
1716
- "packageName": "@backstage/core-app-api"
1486
+ "packageName": "@backstage/core-components"
1717
1487
  },
1718
1488
  {
1719
1489
  "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
@@ -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-google-provider/config.d.ts",
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
- "google": {
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-google-provider"
3451
+ "packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
3639
3452
  },
3640
3453
  {
3641
- "path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
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
- "microsoft": {
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
- "domainHint": {
3477
+ "authorizationUrl": {
3668
3478
  "type": "string"
3669
3479
  },
3670
- "callbackUrl": {
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
- "skipUserProfile": {
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": "emailMatchingUserEntityAnnotation"
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
- "tenantId"
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-microsoft-provider"
3580
+ "packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
3763
3581
  },
3764
3582
  {
3765
- "path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
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
- "oauth2": {
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
- "authorizationUrl": {
3606
+ "metadataUrl": {
3789
3607
  "type": "string"
3790
3608
  },
3791
- "tokenUrl": {
3609
+ "callbackUrl": {
3792
3610
  "type": "string"
3793
3611
  },
3794
- "scope": {
3795
- "deprecated": "use `additionalScopes` instead",
3612
+ "tokenEndpointAuthMethod": {
3613
+ "type": "string"
3614
+ },
3615
+ "tokenSignedResponseAlg": {
3796
3616
  "type": "string"
3797
3617
  },
3798
3618
  "additionalScopes": {
@@ -3808,31 +3628,16 @@
3808
3628
  }
3809
3629
  ]
3810
3630
  },
3811
- "disableRefresh": {
3812
- "type": "boolean"
3813
- },
3814
- "includeBasicAuth": {
3815
- "type": "boolean"
3631
+ "prompt": {
3632
+ "type": "string"
3816
3633
  },
3817
3634
  "signIn": {
3818
3635
  "type": "object",
3819
3636
  "properties": {
3820
- "resolvers": {
3821
- "type": "array",
3822
- "items": {
3823
- "anyOf": [
3824
- {
3825
- "type": "object",
3826
- "properties": {
3827
- "resolver": {
3828
- "type": "string",
3829
- "const": "usernameMatchingUserEntityName"
3830
- }
3831
- },
3832
- "required": [
3833
- "resolver"
3834
- ]
3835
- },
3637
+ "resolvers": {
3638
+ "type": "array",
3639
+ "items": {
3640
+ "anyOf": [
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
- "tokenUrl"
3684
+ "metadataUrl"
3881
3685
  ]
3882
3686
  }
3883
3687
  }
@@ -3888,7 +3692,7 @@
3888
3692
  },
3889
3693
  "$schema": "http://json-schema.org/draft-07/schema#"
3890
3694
  },
3891
- "packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
3695
+ "packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
3892
3696
  },
3893
3697
  {
3894
3698
  "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
@@ -4014,7 +3818,7 @@
4014
3818
  "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
4015
3819
  },
4016
3820
  {
4017
- "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
3821
+ "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
4018
3822
  "value": {
4019
3823
  "type": "object",
4020
3824
  "properties": {
@@ -4024,7 +3828,7 @@
4024
3828
  "providers": {
4025
3829
  "type": "object",
4026
3830
  "properties": {
4027
- "oidc": {
3831
+ "onelogin": {
4028
3832
  "visibility": "frontend",
4029
3833
  "type": "object",
4030
3834
  "additionalProperties": {
@@ -4037,34 +3841,12 @@
4037
3841
  "visibility": "secret",
4038
3842
  "type": "string"
4039
3843
  },
4040
- "metadataUrl": {
3844
+ "issuer": {
4041
3845
  "type": "string"
4042
3846
  },
4043
3847
  "callbackUrl": {
4044
3848
  "type": "string"
4045
3849
  },
4046
- "tokenEndpointAuthMethod": {
4047
- "type": "string"
4048
- },
4049
- "tokenSignedResponseAlg": {
4050
- "type": "string"
4051
- },
4052
- "additionalScopes": {
4053
- "anyOf": [
4054
- {
4055
- "type": "array",
4056
- "items": {
4057
- "type": "string"
4058
- }
4059
- },
4060
- {
4061
- "type": "string"
4062
- }
4063
- ]
4064
- },
4065
- "prompt": {
4066
- "type": "string"
4067
- },
4068
3850
  "signIn": {
4069
3851
  "type": "object",
4070
3852
  "properties": {
@@ -4072,6 +3854,18 @@
4072
3854
  "type": "array",
4073
3855
  "items": {
4074
3856
  "anyOf": [
3857
+ {
3858
+ "type": "object",
3859
+ "properties": {
3860
+ "resolver": {
3861
+ "type": "string",
3862
+ "const": "usernameMatchingUserEntityName"
3863
+ }
3864
+ },
3865
+ "required": [
3866
+ "resolver"
3867
+ ]
3868
+ },
4075
3869
  {
4076
3870
  "type": "object",
4077
3871
  "properties": {
@@ -4115,7 +3909,7 @@
4115
3909
  "required": [
4116
3910
  "clientId",
4117
3911
  "clientSecret",
4118
- "metadataUrl"
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-oidc-provider"
3923
+ "packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
4130
3924
  },
4131
3925
  {
4132
- "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
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
- "onelogin": {
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": "usernameMatchingUserEntityName"
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-onelogin-provider"
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