@techdocs/cli 1.9.0-next.3 → 1.9.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/embedded-app/.config-schema.json +339 -569
  3. package/dist/embedded-app/index.html +1 -1
  4. package/dist/embedded-app/index.html.tmpl +1 -1
  5. package/dist/embedded-app/static/3308.13263a7d.chunk.js +7 -0
  6. package/dist/embedded-app/static/3308.13263a7d.chunk.js.map +1 -0
  7. package/dist/embedded-app/static/{4036.18d0b7f2.chunk.js → 4036.368ff3a0.chunk.js} +1 -1
  8. package/dist/embedded-app/static/{4036.18d0b7f2.chunk.js.map → 4036.368ff3a0.chunk.js.map} +1 -1
  9. package/dist/embedded-app/static/8803.b0098400.chunk.js +11 -0
  10. package/dist/embedded-app/static/8803.b0098400.chunk.js.map +1 -0
  11. package/dist/embedded-app/static/{main.c951dbc1.js → main.5f7c3867.js} +28 -28
  12. package/dist/embedded-app/static/main.5f7c3867.js.map +1 -0
  13. package/dist/embedded-app/static/module-lodash.05581125.js +29 -0
  14. package/dist/embedded-app/static/module-lodash.05581125.js.map +1 -0
  15. package/dist/embedded-app/static/{runtime.c951dbc1.js → runtime.5f7c3867.js} +2 -2
  16. package/dist/embedded-app/static/{runtime.c951dbc1.js.map → runtime.5f7c3867.js.map} +1 -1
  17. package/dist/embedded-app/static/{vendor.c951dbc1.js → vendor.5f7c3867.js} +48 -48
  18. package/dist/embedded-app/static/vendor.5f7c3867.js.map +1 -0
  19. package/dist/package.json.cjs.js +1 -1
  20. package/package.json +4 -4
  21. package/dist/embedded-app/static/3308.aa3dcbac.chunk.js +0 -7
  22. package/dist/embedded-app/static/3308.aa3dcbac.chunk.js.map +0 -1
  23. package/dist/embedded-app/static/8803.511872f8.chunk.js +0 -11
  24. package/dist/embedded-app/static/8803.511872f8.chunk.js.map +0 -1
  25. package/dist/embedded-app/static/main.c951dbc1.js.map +0 -1
  26. package/dist/embedded-app/static/module-lodash.aa647045.js +0 -29
  27. package/dist/embedded-app/static/module-lodash.aa647045.js.map +0 -1
  28. package/dist/embedded-app/static/vendor.c951dbc1.js.map +0 -1
@@ -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,136 +906,234 @@
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"
1074
938
  },
1075
939
  {
1076
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
940
+ "path": "../frontend-app-api/config.d.ts",
1077
941
  "value": {
1078
942
  "type": "object",
1079
943
  "properties": {
1080
- "scorecards": {
1081
- "description": "Extra configuration for score card plugin",
944
+ "app": {
1082
945
  "type": "object",
1083
946
  "properties": {
1084
- "jsonDataUrl": {
1085
- "description": "The public absolute root URL with json file defining the score card entries.",
1086
- "visibility": "frontend",
1087
- "type": "string"
1088
- },
1089
- "display": {
947
+ "experimental": {
1090
948
  "type": "object",
1091
949
  "properties": {
1092
- "reviewer": {
1093
- "description": "Whether to display the reviewer column in the score card table.",
1094
- "visibility": "frontend",
1095
- "type": "string"
1096
- },
1097
- "reviewDate": {
1098
- "description": "Whether to display the review date column in the score card table.",
950
+ "packages": {
1099
951
  "visibility": "frontend",
1100
- "type": "string"
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
+ ]
1101
976
  }
1102
977
  }
1103
978
  },
1104
- "wikiLinkTemplate": {
1105
- "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1106
- "visibility": "frontend",
1107
- "type": "string"
1108
- }
1109
- }
1110
- }
1111
- },
1112
- "required": [
1113
- "scorecards"
1114
- ],
1115
- "$schema": "http://json-schema.org/draft-07/schema#"
1116
- },
1117
- "packageName": "@oriflame/backstage-plugin-score-card"
1118
- },
1119
- {
1120
- "path": "../backend-plugin-api/config.d.ts",
1121
- "value": {
1122
- "type": "object",
1123
- "properties": {
1124
- "backend": {
1125
- "type": "object",
1126
- "properties": {
1127
- "workingDirectory": {
1128
- "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
1129
- "type": "string"
1130
- }
1131
- }
1132
- }
1133
- },
1134
- "$schema": "http://json-schema.org/draft-07/schema#"
1135
- },
1136
- "packageName": "@backstage/backend-plugin-api"
1137
- },
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": {
979
+ "routes": {
1148
980
  "type": "object",
1149
981
  "properties": {
1150
- "guest": {
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",
1151
985
  "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": {
986
+ "additionalProperties": {
987
+ "anyOf": [
988
+ {
989
+ "const": false,
990
+ "type": "boolean"
991
+ },
992
+ {
1163
993
  "type": "string"
1164
994
  }
1165
- },
1166
- "dangerouslyAllowOutsideDevelopment": {
1167
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1168
- "type": "boolean"
1169
- }
995
+ ]
1170
996
  }
1171
997
  }
1172
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"
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"
1173
1064
  }
1174
1065
  },
1175
1066
  "required": [
1176
- "providers"
1067
+ "webUrl"
1177
1068
  ]
1178
1069
  }
1179
1070
  },
1180
1071
  "$schema": "http://json-schema.org/draft-07/schema#"
1181
1072
  },
1182
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1073
+ "packageName": "@backstage-community/plugin-stackstorm"
1074
+ },
1075
+ {
1076
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1077
+ "value": {
1078
+ "type": "object",
1079
+ "properties": {
1080
+ "scorecards": {
1081
+ "description": "Extra configuration for score card plugin",
1082
+ "type": "object",
1083
+ "properties": {
1084
+ "jsonDataUrl": {
1085
+ "description": "The public absolute root URL with json file defining the score card entries.",
1086
+ "visibility": "frontend",
1087
+ "type": "string"
1088
+ },
1089
+ "display": {
1090
+ "type": "object",
1091
+ "properties": {
1092
+ "reviewer": {
1093
+ "description": "Whether to display the reviewer column in the score card table.",
1094
+ "visibility": "frontend",
1095
+ "type": "string"
1096
+ },
1097
+ "reviewDate": {
1098
+ "description": "Whether to display the review date column in the score card table.",
1099
+ "visibility": "frontend",
1100
+ "type": "string"
1101
+ }
1102
+ }
1103
+ },
1104
+ "wikiLinkTemplate": {
1105
+ "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1106
+ "visibility": "frontend",
1107
+ "type": "string"
1108
+ }
1109
+ }
1110
+ }
1111
+ },
1112
+ "required": [
1113
+ "scorecards"
1114
+ ],
1115
+ "$schema": "http://json-schema.org/draft-07/schema#"
1116
+ },
1117
+ "packageName": "@oriflame/backstage-plugin-score-card"
1118
+ },
1119
+ {
1120
+ "path": "../backend-plugin-api/config.d.ts",
1121
+ "value": {
1122
+ "type": "object",
1123
+ "properties": {
1124
+ "backend": {
1125
+ "type": "object",
1126
+ "properties": {
1127
+ "workingDirectory": {
1128
+ "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
1129
+ "type": "string"
1130
+ }
1131
+ }
1132
+ }
1133
+ },
1134
+ "$schema": "http://json-schema.org/draft-07/schema#"
1135
+ },
1136
+ "packageName": "@backstage/backend-plugin-api"
1183
1137
  },
1184
1138
  {
1185
1139
  "path": "../../plugins/auth-backend/config.d.ts",
@@ -1440,280 +1394,96 @@
1440
1394
  "packageName": "@backstage/plugin-auth-backend"
1441
1395
  },
1442
1396
  {
1443
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1444
- "value": {
1445
- "type": "object",
1446
- "properties": {
1447
- "auth": {
1448
- "type": "object",
1449
- "properties": {
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"
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"
1478
- }
1479
- }
1480
- }
1481
- }
1482
- }
1483
- },
1484
- "$schema": "http://json-schema.org/draft-07/schema#"
1485
- },
1486
- "packageName": "@backstage/core-components"
1487
- },
1488
- {
1489
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
1397
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1490
1398
  "value": {
1491
1399
  "type": "object",
1492
1400
  "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.",
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
1401
  "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",
1402
+ "description": "Configuration options for the auth plugin",
1662
1403
  "type": "object",
1663
1404
  "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
- {
1405
+ "providers": {
1406
+ "type": "object",
1407
+ "properties": {
1408
+ "guest": {
1409
+ "type": "object",
1410
+ "properties": {
1411
+ "userEntityRef": {
1412
+ "description": "The entity reference to use for the guest user.",
1413
+ "default": "user:development/guest",
1414
+ "type": "string"
1415
+ },
1416
+ "ownershipEntityRefs": {
1417
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1418
+ "default": "[userEntityRef]",
1419
+ "type": "array",
1420
+ "items": {
1688
1421
  "type": "string"
1689
1422
  }
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"
1423
+ },
1424
+ "dangerouslyAllowOutsideDevelopment": {
1425
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1426
+ "type": "boolean"
1698
1427
  }
1699
1428
  }
1429
+ }
1430
+ }
1431
+ }
1432
+ },
1433
+ "required": [
1434
+ "providers"
1435
+ ]
1436
+ }
1437
+ },
1438
+ "$schema": "http://json-schema.org/draft-07/schema#"
1439
+ },
1440
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
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": {
1447
+ "auth": {
1448
+ "type": "object",
1449
+ "properties": {
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
  }
@@ -3734,6 +3538,18 @@
3734
3538
  "required": [
3735
3539
  "resolver"
3736
3540
  ]
3541
+ },
3542
+ {
3543
+ "type": "object",
3544
+ "properties": {
3545
+ "resolver": {
3546
+ "type": "string",
3547
+ "const": "userIdMatchingUserEntityAnnotation"
3548
+ }
3549
+ },
3550
+ "required": [
3551
+ "resolver"
3552
+ ]
3737
3553
  }
3738
3554
  ]
3739
3555
  }
@@ -3891,7 +3707,7 @@
3891
3707
  "packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
3892
3708
  },
3893
3709
  {
3894
- "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
3710
+ "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
3895
3711
  "value": {
3896
3712
  "type": "object",
3897
3713
  "properties": {
@@ -3901,7 +3717,7 @@
3901
3717
  "providers": {
3902
3718
  "type": "object",
3903
3719
  "properties": {
3904
- "okta": {
3720
+ "oidc": {
3905
3721
  "visibility": "frontend",
3906
3722
  "type": "object",
3907
3723
  "additionalProperties": {
@@ -3914,16 +3730,16 @@
3914
3730
  "visibility": "secret",
3915
3731
  "type": "string"
3916
3732
  },
3917
- "audience": {
3733
+ "metadataUrl": {
3918
3734
  "type": "string"
3919
3735
  },
3920
- "authServerId": {
3736
+ "callbackUrl": {
3921
3737
  "type": "string"
3922
3738
  },
3923
- "idp": {
3739
+ "tokenEndpointAuthMethod": {
3924
3740
  "type": "string"
3925
3741
  },
3926
- "callbackUrl": {
3742
+ "tokenSignedResponseAlg": {
3927
3743
  "type": "string"
3928
3744
  },
3929
3745
  "additionalScopes": {
@@ -3939,6 +3755,9 @@
3939
3755
  }
3940
3756
  ]
3941
3757
  },
3758
+ "prompt": {
3759
+ "type": "string"
3760
+ },
3942
3761
  "signIn": {
3943
3762
  "type": "object",
3944
3763
  "properties": {
@@ -3946,18 +3765,6 @@
3946
3765
  "type": "array",
3947
3766
  "items": {
3948
3767
  "anyOf": [
3949
- {
3950
- "type": "object",
3951
- "properties": {
3952
- "resolver": {
3953
- "type": "string",
3954
- "const": "emailMatchingUserEntityAnnotation"
3955
- }
3956
- },
3957
- "required": [
3958
- "resolver"
3959
- ]
3960
- },
3961
3768
  {
3962
3769
  "type": "object",
3963
3770
  "properties": {
@@ -4000,7 +3807,8 @@
4000
3807
  },
4001
3808
  "required": [
4002
3809
  "clientId",
4003
- "clientSecret"
3810
+ "clientSecret",
3811
+ "metadataUrl"
4004
3812
  ]
4005
3813
  }
4006
3814
  }
@@ -4011,10 +3819,10 @@
4011
3819
  },
4012
3820
  "$schema": "http://json-schema.org/draft-07/schema#"
4013
3821
  },
4014
- "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
3822
+ "packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
4015
3823
  },
4016
3824
  {
4017
- "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
3825
+ "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
4018
3826
  "value": {
4019
3827
  "type": "object",
4020
3828
  "properties": {
@@ -4024,7 +3832,7 @@
4024
3832
  "providers": {
4025
3833
  "type": "object",
4026
3834
  "properties": {
4027
- "oidc": {
3835
+ "okta": {
4028
3836
  "visibility": "frontend",
4029
3837
  "type": "object",
4030
3838
  "additionalProperties": {
@@ -4037,16 +3845,16 @@
4037
3845
  "visibility": "secret",
4038
3846
  "type": "string"
4039
3847
  },
4040
- "metadataUrl": {
3848
+ "audience": {
4041
3849
  "type": "string"
4042
3850
  },
4043
- "callbackUrl": {
3851
+ "authServerId": {
4044
3852
  "type": "string"
4045
3853
  },
4046
- "tokenEndpointAuthMethod": {
3854
+ "idp": {
4047
3855
  "type": "string"
4048
3856
  },
4049
- "tokenSignedResponseAlg": {
3857
+ "callbackUrl": {
4050
3858
  "type": "string"
4051
3859
  },
4052
3860
  "additionalScopes": {
@@ -4062,9 +3870,6 @@
4062
3870
  }
4063
3871
  ]
4064
3872
  },
4065
- "prompt": {
4066
- "type": "string"
4067
- },
4068
3873
  "signIn": {
4069
3874
  "type": "object",
4070
3875
  "properties": {
@@ -4072,6 +3877,18 @@
4072
3877
  "type": "array",
4073
3878
  "items": {
4074
3879
  "anyOf": [
3880
+ {
3881
+ "type": "object",
3882
+ "properties": {
3883
+ "resolver": {
3884
+ "type": "string",
3885
+ "const": "emailMatchingUserEntityAnnotation"
3886
+ }
3887
+ },
3888
+ "required": [
3889
+ "resolver"
3890
+ ]
3891
+ },
4075
3892
  {
4076
3893
  "type": "object",
4077
3894
  "properties": {
@@ -4114,8 +3931,7 @@
4114
3931
  },
4115
3932
  "required": [
4116
3933
  "clientId",
4117
- "clientSecret",
4118
- "metadataUrl"
3934
+ "clientSecret"
4119
3935
  ]
4120
3936
  }
4121
3937
  }
@@ -4126,7 +3942,7 @@
4126
3942
  },
4127
3943
  "$schema": "http://json-schema.org/draft-07/schema#"
4128
3944
  },
4129
- "packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
3945
+ "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
4130
3946
  },
4131
3947
  {
4132
3948
  "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
@@ -4233,52 +4049,6 @@
4233
4049
  },
4234
4050
  "packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
4235
4051
  },
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"
4281
- },
4282
4052
  {
4283
4053
  "path": "../integration-aws-node/config.d.ts",
4284
4054
  "value": {