@techdocs/cli 1.9.4-next.2 → 1.9.5-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/embedded-app/.config-schema.json +964 -296
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{main.a83e2ff3.js → main.7f2e77d9.js} +3 -3
- package/dist/embedded-app/static/main.7f2e77d9.js.map +1 -0
- package/dist/embedded-app/static/module-zod.07fc8729.js +3 -0
- package/dist/embedded-app/static/module-zod.07fc8729.js.map +1 -0
- package/dist/embedded-app/static/{runtime.a83e2ff3.js → runtime.7f2e77d9.js} +1 -1
- package/dist/embedded-app/static/{runtime.a83e2ff3.js.map → runtime.7f2e77d9.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.a83e2ff3.js → vendor.7f2e77d9.js} +1 -1
- package/dist/embedded-app/static/{vendor.a83e2ff3.js.map → vendor.7f2e77d9.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.a83e2ff3.js.map +0 -1
- package/dist/embedded-app/static/module-zod.67a27cd9.js +0 -3
- package/dist/embedded-app/static/module-zod.67a27cd9.js.map +0 -1
|
@@ -460,182 +460,6 @@
|
|
|
460
460
|
},
|
|
461
461
|
"packageName": "@backstage/plugin-techdocs"
|
|
462
462
|
},
|
|
463
|
-
{
|
|
464
|
-
"path": "../frontend-app-api/config.d.ts",
|
|
465
|
-
"value": {
|
|
466
|
-
"type": "object",
|
|
467
|
-
"properties": {
|
|
468
|
-
"app": {
|
|
469
|
-
"type": "object",
|
|
470
|
-
"properties": {
|
|
471
|
-
"experimental": {
|
|
472
|
-
"type": "object",
|
|
473
|
-
"properties": {
|
|
474
|
-
"packages": {
|
|
475
|
-
"visibility": "frontend",
|
|
476
|
-
"deepVisibility": "frontend",
|
|
477
|
-
"anyOf": [
|
|
478
|
-
{
|
|
479
|
-
"type": "object",
|
|
480
|
-
"properties": {
|
|
481
|
-
"include": {
|
|
482
|
-
"type": "array",
|
|
483
|
-
"items": {
|
|
484
|
-
"type": "string"
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
"exclude": {
|
|
488
|
-
"type": "array",
|
|
489
|
-
"items": {
|
|
490
|
-
"type": "string"
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"const": "all",
|
|
497
|
-
"type": "string"
|
|
498
|
-
}
|
|
499
|
-
]
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
},
|
|
503
|
-
"routes": {
|
|
504
|
-
"type": "object",
|
|
505
|
-
"properties": {
|
|
506
|
-
"bindings": {
|
|
507
|
-
"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.",
|
|
508
|
-
"deepVisibility": "frontend",
|
|
509
|
-
"type": "object",
|
|
510
|
-
"additionalProperties": {
|
|
511
|
-
"anyOf": [
|
|
512
|
-
{
|
|
513
|
-
"const": false,
|
|
514
|
-
"type": "boolean"
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"type": "string"
|
|
518
|
-
}
|
|
519
|
-
]
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
"extensions": {
|
|
525
|
-
"deepVisibility": "frontend",
|
|
526
|
-
"type": "array",
|
|
527
|
-
"items": {
|
|
528
|
-
"anyOf": [
|
|
529
|
-
{
|
|
530
|
-
"type": "object",
|
|
531
|
-
"additionalProperties": {
|
|
532
|
-
"anyOf": [
|
|
533
|
-
{
|
|
534
|
-
"type": "object",
|
|
535
|
-
"properties": {
|
|
536
|
-
"attachTo": {
|
|
537
|
-
"type": "object",
|
|
538
|
-
"properties": {
|
|
539
|
-
"id": {
|
|
540
|
-
"type": "string"
|
|
541
|
-
},
|
|
542
|
-
"input": {
|
|
543
|
-
"type": "string"
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
"required": [
|
|
547
|
-
"id",
|
|
548
|
-
"input"
|
|
549
|
-
]
|
|
550
|
-
},
|
|
551
|
-
"disabled": {
|
|
552
|
-
"type": "boolean"
|
|
553
|
-
},
|
|
554
|
-
"config": {}
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"type": "boolean"
|
|
559
|
-
}
|
|
560
|
-
]
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"type": "string"
|
|
565
|
-
}
|
|
566
|
-
]
|
|
567
|
-
}
|
|
568
|
-
},
|
|
569
|
-
"pluginOverrides": {
|
|
570
|
-
"description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
|
|
571
|
-
"deepVisibility": "frontend",
|
|
572
|
-
"type": "array",
|
|
573
|
-
"items": {
|
|
574
|
-
"type": "object",
|
|
575
|
-
"properties": {
|
|
576
|
-
"match": {
|
|
577
|
-
"description": "The criteria for matching plugins to override.",
|
|
578
|
-
"type": "object",
|
|
579
|
-
"properties": {
|
|
580
|
-
"pluginId": {
|
|
581
|
-
"description": "A pattern that is matched against the plugin ID.",
|
|
582
|
-
"type": "string"
|
|
583
|
-
},
|
|
584
|
-
"packageName": {
|
|
585
|
-
"description": "A pattern that is matched against the package name.",
|
|
586
|
-
"type": "string"
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
"info": {
|
|
591
|
-
"description": "Overrides individual top-level fields of the plugin info.",
|
|
592
|
-
"type": "object",
|
|
593
|
-
"properties": {
|
|
594
|
-
"description": {
|
|
595
|
-
"description": "Override the description of the plugin.",
|
|
596
|
-
"type": "string"
|
|
597
|
-
},
|
|
598
|
-
"ownerEntityRefs": {
|
|
599
|
-
"description": "Override the owner entity references of the plugin.",
|
|
600
|
-
"type": "array",
|
|
601
|
-
"items": {
|
|
602
|
-
"type": "string"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"links": {
|
|
606
|
-
"description": "Override the links of the plugin.",
|
|
607
|
-
"type": "array",
|
|
608
|
-
"items": {
|
|
609
|
-
"type": "object",
|
|
610
|
-
"properties": {
|
|
611
|
-
"title": {
|
|
612
|
-
"type": "string"
|
|
613
|
-
},
|
|
614
|
-
"url": {
|
|
615
|
-
"type": "string"
|
|
616
|
-
}
|
|
617
|
-
},
|
|
618
|
-
"required": [
|
|
619
|
-
"title",
|
|
620
|
-
"url"
|
|
621
|
-
]
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
"required": [
|
|
628
|
-
"info"
|
|
629
|
-
]
|
|
630
|
-
}
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
636
|
-
},
|
|
637
|
-
"packageName": "@backstage/frontend-app-api"
|
|
638
|
-
},
|
|
639
463
|
{
|
|
640
464
|
"path": "../integration/config.d.ts",
|
|
641
465
|
"value": {
|
|
@@ -1131,90 +955,266 @@
|
|
|
1131
955
|
"packageName": "@backstage/integration"
|
|
1132
956
|
},
|
|
1133
957
|
{
|
|
1134
|
-
"path": "
|
|
1135
|
-
"value": {
|
|
1136
|
-
"type": "object",
|
|
1137
|
-
"properties": {
|
|
1138
|
-
"catalog": {
|
|
1139
|
-
"type": "object",
|
|
1140
|
-
"properties": {
|
|
1141
|
-
"experimentalPagination": {
|
|
1142
|
-
"deepVisibility": "frontend",
|
|
1143
|
-
"anyOf": [
|
|
1144
|
-
{
|
|
1145
|
-
"type": "object",
|
|
1146
|
-
"properties": {
|
|
1147
|
-
"limit": {
|
|
1148
|
-
"type": "number"
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"type": "boolean"
|
|
1154
|
-
}
|
|
1155
|
-
]
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1161
|
-
},
|
|
1162
|
-
"packageName": "@backstage/plugin-catalog"
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1166
|
-
"value": {
|
|
1167
|
-
"type": "object",
|
|
1168
|
-
"properties": {
|
|
1169
|
-
"stackstorm": {
|
|
1170
|
-
"type": "object",
|
|
1171
|
-
"properties": {
|
|
1172
|
-
"webUrl": {
|
|
1173
|
-
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1174
|
-
"visibility": "frontend",
|
|
1175
|
-
"type": "string"
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
"required": [
|
|
1179
|
-
"webUrl"
|
|
1180
|
-
]
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1184
|
-
},
|
|
1185
|
-
"packageName": "@backstage-community/plugin-stackstorm"
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
958
|
+
"path": "../frontend-app-api/config.d.ts",
|
|
1189
959
|
"value": {
|
|
1190
960
|
"type": "object",
|
|
1191
961
|
"properties": {
|
|
1192
|
-
"
|
|
1193
|
-
"description": "Extra configuration for score card plugin",
|
|
962
|
+
"app": {
|
|
1194
963
|
"type": "object",
|
|
1195
964
|
"properties": {
|
|
1196
|
-
"
|
|
1197
|
-
"description": "The public absolute root URL with json file defining the score card entries.",
|
|
1198
|
-
"visibility": "frontend",
|
|
1199
|
-
"type": "string"
|
|
1200
|
-
},
|
|
1201
|
-
"display": {
|
|
965
|
+
"experimental": {
|
|
1202
966
|
"type": "object",
|
|
1203
967
|
"properties": {
|
|
1204
|
-
"
|
|
1205
|
-
"description": "Whether to display the reviewer column in the score card table.",
|
|
1206
|
-
"visibility": "frontend",
|
|
1207
|
-
"type": "string"
|
|
1208
|
-
},
|
|
1209
|
-
"reviewDate": {
|
|
1210
|
-
"description": "Whether to display the review date column in the score card table.",
|
|
968
|
+
"packages": {
|
|
1211
969
|
"visibility": "frontend",
|
|
1212
|
-
"
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
970
|
+
"deepVisibility": "frontend",
|
|
971
|
+
"anyOf": [
|
|
972
|
+
{
|
|
973
|
+
"type": "object",
|
|
974
|
+
"properties": {
|
|
975
|
+
"include": {
|
|
976
|
+
"type": "array",
|
|
977
|
+
"items": {
|
|
978
|
+
"type": "string"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"exclude": {
|
|
982
|
+
"type": "array",
|
|
983
|
+
"items": {
|
|
984
|
+
"type": "string"
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"const": "all",
|
|
991
|
+
"type": "string"
|
|
992
|
+
}
|
|
993
|
+
]
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
"routes": {
|
|
998
|
+
"type": "object",
|
|
999
|
+
"properties": {
|
|
1000
|
+
"bindings": {
|
|
1001
|
+
"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.",
|
|
1002
|
+
"deepVisibility": "frontend",
|
|
1003
|
+
"type": "object",
|
|
1004
|
+
"additionalProperties": {
|
|
1005
|
+
"anyOf": [
|
|
1006
|
+
{
|
|
1007
|
+
"const": false,
|
|
1008
|
+
"type": "boolean"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
}
|
|
1013
|
+
]
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"extensions": {
|
|
1019
|
+
"deepVisibility": "frontend",
|
|
1020
|
+
"type": "array",
|
|
1021
|
+
"items": {
|
|
1022
|
+
"anyOf": [
|
|
1023
|
+
{
|
|
1024
|
+
"type": "object",
|
|
1025
|
+
"additionalProperties": {
|
|
1026
|
+
"anyOf": [
|
|
1027
|
+
{
|
|
1028
|
+
"type": "object",
|
|
1029
|
+
"properties": {
|
|
1030
|
+
"attachTo": {
|
|
1031
|
+
"type": "object",
|
|
1032
|
+
"properties": {
|
|
1033
|
+
"id": {
|
|
1034
|
+
"type": "string"
|
|
1035
|
+
},
|
|
1036
|
+
"input": {
|
|
1037
|
+
"type": "string"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"required": [
|
|
1041
|
+
"id",
|
|
1042
|
+
"input"
|
|
1043
|
+
]
|
|
1044
|
+
},
|
|
1045
|
+
"disabled": {
|
|
1046
|
+
"type": "boolean"
|
|
1047
|
+
},
|
|
1048
|
+
"config": {}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"type": "boolean"
|
|
1053
|
+
}
|
|
1054
|
+
]
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"type": "string"
|
|
1059
|
+
}
|
|
1060
|
+
]
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
"pluginOverrides": {
|
|
1064
|
+
"description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
|
|
1065
|
+
"deepVisibility": "frontend",
|
|
1066
|
+
"type": "array",
|
|
1067
|
+
"items": {
|
|
1068
|
+
"type": "object",
|
|
1069
|
+
"properties": {
|
|
1070
|
+
"match": {
|
|
1071
|
+
"description": "The criteria for matching plugins to override.",
|
|
1072
|
+
"type": "object",
|
|
1073
|
+
"properties": {
|
|
1074
|
+
"pluginId": {
|
|
1075
|
+
"description": "A pattern that is matched against the plugin ID.",
|
|
1076
|
+
"type": "string"
|
|
1077
|
+
},
|
|
1078
|
+
"packageName": {
|
|
1079
|
+
"description": "A pattern that is matched against the package name.",
|
|
1080
|
+
"type": "string"
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"info": {
|
|
1085
|
+
"description": "Overrides individual top-level fields of the plugin info.",
|
|
1086
|
+
"type": "object",
|
|
1087
|
+
"properties": {
|
|
1088
|
+
"description": {
|
|
1089
|
+
"description": "Override the description of the plugin.",
|
|
1090
|
+
"type": "string"
|
|
1091
|
+
},
|
|
1092
|
+
"ownerEntityRefs": {
|
|
1093
|
+
"description": "Override the owner entity references of the plugin.",
|
|
1094
|
+
"type": "array",
|
|
1095
|
+
"items": {
|
|
1096
|
+
"type": "string"
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
"links": {
|
|
1100
|
+
"description": "Override the links of the plugin.",
|
|
1101
|
+
"type": "array",
|
|
1102
|
+
"items": {
|
|
1103
|
+
"type": "object",
|
|
1104
|
+
"properties": {
|
|
1105
|
+
"title": {
|
|
1106
|
+
"type": "string"
|
|
1107
|
+
},
|
|
1108
|
+
"url": {
|
|
1109
|
+
"type": "string"
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
"required": [
|
|
1113
|
+
"title",
|
|
1114
|
+
"url"
|
|
1115
|
+
]
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"required": [
|
|
1122
|
+
"info"
|
|
1123
|
+
]
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1130
|
+
},
|
|
1131
|
+
"packageName": "@backstage/frontend-app-api"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"path": "../../plugins/catalog/config.d.ts",
|
|
1135
|
+
"value": {
|
|
1136
|
+
"type": "object",
|
|
1137
|
+
"properties": {
|
|
1138
|
+
"catalog": {
|
|
1139
|
+
"type": "object",
|
|
1140
|
+
"properties": {
|
|
1141
|
+
"experimentalPagination": {
|
|
1142
|
+
"deepVisibility": "frontend",
|
|
1143
|
+
"anyOf": [
|
|
1144
|
+
{
|
|
1145
|
+
"type": "object",
|
|
1146
|
+
"properties": {
|
|
1147
|
+
"limit": {
|
|
1148
|
+
"type": "number"
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"type": "boolean"
|
|
1154
|
+
}
|
|
1155
|
+
]
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1161
|
+
},
|
|
1162
|
+
"packageName": "@backstage/plugin-catalog"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1166
|
+
"value": {
|
|
1167
|
+
"type": "object",
|
|
1168
|
+
"properties": {
|
|
1169
|
+
"stackstorm": {
|
|
1170
|
+
"type": "object",
|
|
1171
|
+
"properties": {
|
|
1172
|
+
"webUrl": {
|
|
1173
|
+
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1174
|
+
"visibility": "frontend",
|
|
1175
|
+
"type": "string"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"required": [
|
|
1179
|
+
"webUrl"
|
|
1180
|
+
]
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1184
|
+
},
|
|
1185
|
+
"packageName": "@backstage-community/plugin-stackstorm"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
1189
|
+
"value": {
|
|
1190
|
+
"type": "object",
|
|
1191
|
+
"properties": {
|
|
1192
|
+
"scorecards": {
|
|
1193
|
+
"description": "Extra configuration for score card plugin",
|
|
1194
|
+
"type": "object",
|
|
1195
|
+
"properties": {
|
|
1196
|
+
"jsonDataUrl": {
|
|
1197
|
+
"description": "The public absolute root URL with json file defining the score card entries.",
|
|
1198
|
+
"visibility": "frontend",
|
|
1199
|
+
"type": "string"
|
|
1200
|
+
},
|
|
1201
|
+
"display": {
|
|
1202
|
+
"type": "object",
|
|
1203
|
+
"properties": {
|
|
1204
|
+
"reviewer": {
|
|
1205
|
+
"description": "Whether to display the reviewer column in the score card table.",
|
|
1206
|
+
"visibility": "frontend",
|
|
1207
|
+
"type": "string"
|
|
1208
|
+
},
|
|
1209
|
+
"reviewDate": {
|
|
1210
|
+
"description": "Whether to display the review date column in the score card table.",
|
|
1211
|
+
"visibility": "frontend",
|
|
1212
|
+
"type": "string"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"wikiLinkTemplate": {
|
|
1217
|
+
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
1218
1218
|
"visibility": "frontend",
|
|
1219
1219
|
"type": "string"
|
|
1220
1220
|
}
|
|
@@ -1512,51 +1512,545 @@
|
|
|
1512
1512
|
"type": "boolean"
|
|
1513
1513
|
}
|
|
1514
1514
|
}
|
|
1515
|
-
}
|
|
1516
|
-
}
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1520
|
-
},
|
|
1521
|
-
"packageName": "@backstage/core-components"
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1525
|
-
"value": {
|
|
1526
|
-
"type": "object",
|
|
1527
|
-
"properties": {
|
|
1528
|
-
"auth": {
|
|
1529
|
-
"type": "object",
|
|
1530
|
-
"properties": {
|
|
1531
|
-
"autologout": {
|
|
1532
|
-
"description": "Autologout feature configuration",
|
|
1533
|
-
"type": "object",
|
|
1534
|
-
"properties": {
|
|
1535
|
-
"enabled": {
|
|
1536
|
-
"description": "Enable or disable the autologout feature",
|
|
1537
|
-
"visibility": "frontend",
|
|
1538
|
-
"type": "boolean"
|
|
1539
|
-
},
|
|
1540
|
-
"idleTimeoutMinutes": {
|
|
1541
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1542
|
-
"visibility": "frontend",
|
|
1543
|
-
"type": "number"
|
|
1544
|
-
},
|
|
1545
|
-
"promptBeforeIdleSeconds": {
|
|
1546
|
-
"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.",
|
|
1547
|
-
"visibility": "frontend",
|
|
1548
|
-
"type": "number"
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1520
|
+
},
|
|
1521
|
+
"packageName": "@backstage/core-components"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1525
|
+
"value": {
|
|
1526
|
+
"type": "object",
|
|
1527
|
+
"properties": {
|
|
1528
|
+
"auth": {
|
|
1529
|
+
"type": "object",
|
|
1530
|
+
"properties": {
|
|
1531
|
+
"autologout": {
|
|
1532
|
+
"description": "Autologout feature configuration",
|
|
1533
|
+
"type": "object",
|
|
1534
|
+
"properties": {
|
|
1535
|
+
"enabled": {
|
|
1536
|
+
"description": "Enable or disable the autologout feature",
|
|
1537
|
+
"visibility": "frontend",
|
|
1538
|
+
"type": "boolean"
|
|
1539
|
+
},
|
|
1540
|
+
"idleTimeoutMinutes": {
|
|
1541
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1542
|
+
"visibility": "frontend",
|
|
1543
|
+
"type": "number"
|
|
1544
|
+
},
|
|
1545
|
+
"promptBeforeIdleSeconds": {
|
|
1546
|
+
"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.",
|
|
1547
|
+
"visibility": "frontend",
|
|
1548
|
+
"type": "number"
|
|
1549
|
+
},
|
|
1550
|
+
"useWorkerTimers": {
|
|
1551
|
+
"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.",
|
|
1552
|
+
"visibility": "frontend",
|
|
1553
|
+
"type": "boolean"
|
|
1554
|
+
},
|
|
1555
|
+
"logoutIfDisconnected": {
|
|
1556
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1557
|
+
"visibility": "frontend",
|
|
1558
|
+
"type": "boolean"
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1566
|
+
},
|
|
1567
|
+
"packageName": "@backstage/core-components"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1571
|
+
"value": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"integrations": {
|
|
1575
|
+
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1576
|
+
"visibility": "frontend",
|
|
1577
|
+
"type": "object",
|
|
1578
|
+
"properties": {
|
|
1579
|
+
"azure": {
|
|
1580
|
+
"description": "Integration configuration for Azure",
|
|
1581
|
+
"type": "array",
|
|
1582
|
+
"items": {
|
|
1583
|
+
"type": "object",
|
|
1584
|
+
"properties": {
|
|
1585
|
+
"host": {
|
|
1586
|
+
"description": "The hostname of the given Azure instance",
|
|
1587
|
+
"visibility": "frontend",
|
|
1588
|
+
"type": "string"
|
|
1589
|
+
},
|
|
1590
|
+
"token": {
|
|
1591
|
+
"description": "Token used to authenticate requests.",
|
|
1592
|
+
"visibility": "secret",
|
|
1593
|
+
"deprecated": "Use `credentials` instead.",
|
|
1594
|
+
"type": "string"
|
|
1595
|
+
},
|
|
1596
|
+
"credential": {
|
|
1597
|
+
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1598
|
+
"deepVisibility": "secret",
|
|
1599
|
+
"deprecated": "Use `credentials` instead.",
|
|
1600
|
+
"type": "object",
|
|
1601
|
+
"properties": {
|
|
1602
|
+
"clientId": {
|
|
1603
|
+
"type": "string"
|
|
1604
|
+
},
|
|
1605
|
+
"clientSecret": {
|
|
1606
|
+
"type": "string"
|
|
1607
|
+
},
|
|
1608
|
+
"tenantId": {
|
|
1609
|
+
"type": "string"
|
|
1610
|
+
},
|
|
1611
|
+
"personalAccessToken": {
|
|
1612
|
+
"type": "string"
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"credentials": {
|
|
1617
|
+
"description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf no organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
|
|
1618
|
+
"deepVisibility": "secret",
|
|
1619
|
+
"type": "array",
|
|
1620
|
+
"items": {
|
|
1621
|
+
"type": "object",
|
|
1622
|
+
"properties": {
|
|
1623
|
+
"organizations": {
|
|
1624
|
+
"type": "array",
|
|
1625
|
+
"items": {
|
|
1626
|
+
"type": "string"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"clientId": {
|
|
1630
|
+
"type": "string"
|
|
1631
|
+
},
|
|
1632
|
+
"clientSecret": {
|
|
1633
|
+
"type": "string"
|
|
1634
|
+
},
|
|
1635
|
+
"tenantId": {
|
|
1636
|
+
"type": "string"
|
|
1637
|
+
},
|
|
1638
|
+
"personalAccessToken": {
|
|
1639
|
+
"type": "string"
|
|
1640
|
+
},
|
|
1641
|
+
"managedIdentityClientId": {
|
|
1642
|
+
"type": "string"
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
"commitSigningKey": {
|
|
1648
|
+
"description": "PGP signing key for signing commits.",
|
|
1649
|
+
"visibility": "secret",
|
|
1650
|
+
"type": "string"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
"required": [
|
|
1654
|
+
"host"
|
|
1655
|
+
]
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
"bitbucket": {
|
|
1659
|
+
"description": "Integration configuration for Bitbucket",
|
|
1660
|
+
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1661
|
+
"type": "array",
|
|
1662
|
+
"items": {
|
|
1663
|
+
"type": "object",
|
|
1664
|
+
"properties": {
|
|
1665
|
+
"host": {
|
|
1666
|
+
"description": "The hostname of the given Bitbucket instance",
|
|
1667
|
+
"visibility": "frontend",
|
|
1668
|
+
"type": "string"
|
|
1669
|
+
},
|
|
1670
|
+
"token": {
|
|
1671
|
+
"description": "Token used to authenticate requests.",
|
|
1672
|
+
"visibility": "secret",
|
|
1673
|
+
"type": "string"
|
|
1674
|
+
},
|
|
1675
|
+
"apiBaseUrl": {
|
|
1676
|
+
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1677
|
+
"visibility": "frontend",
|
|
1678
|
+
"type": "string"
|
|
1679
|
+
},
|
|
1680
|
+
"username": {
|
|
1681
|
+
"description": "The username to use for authenticated requests.",
|
|
1682
|
+
"visibility": "secret",
|
|
1683
|
+
"type": "string"
|
|
1684
|
+
},
|
|
1685
|
+
"appPassword": {
|
|
1686
|
+
"description": "Bitbucket app password used to authenticate requests.",
|
|
1687
|
+
"visibility": "secret",
|
|
1688
|
+
"type": "string"
|
|
1689
|
+
},
|
|
1690
|
+
"commitSigningKey": {
|
|
1691
|
+
"description": "PGP signing key for signing commits.",
|
|
1692
|
+
"visibility": "secret",
|
|
1693
|
+
"type": "string"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"required": [
|
|
1697
|
+
"host"
|
|
1698
|
+
]
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"bitbucketCloud": {
|
|
1702
|
+
"description": "Integration configuration for Bitbucket Cloud",
|
|
1703
|
+
"type": "array",
|
|
1704
|
+
"items": {
|
|
1705
|
+
"type": "object",
|
|
1706
|
+
"properties": {
|
|
1707
|
+
"username": {
|
|
1708
|
+
"description": "The username to use for authenticated requests.",
|
|
1709
|
+
"visibility": "secret",
|
|
1710
|
+
"type": "string"
|
|
1711
|
+
},
|
|
1712
|
+
"appPassword": {
|
|
1713
|
+
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1714
|
+
"visibility": "secret",
|
|
1715
|
+
"type": "string"
|
|
1716
|
+
},
|
|
1717
|
+
"commitSigningKey": {
|
|
1718
|
+
"description": "PGP signing key for signing commits.",
|
|
1719
|
+
"visibility": "secret",
|
|
1720
|
+
"type": "string"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"required": [
|
|
1724
|
+
"appPassword",
|
|
1725
|
+
"username"
|
|
1726
|
+
]
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"bitbucketServer": {
|
|
1730
|
+
"description": "Integration configuration for Bitbucket Server",
|
|
1731
|
+
"type": "array",
|
|
1732
|
+
"items": {
|
|
1733
|
+
"type": "object",
|
|
1734
|
+
"properties": {
|
|
1735
|
+
"host": {
|
|
1736
|
+
"description": "The hostname of the given Bitbucket Server instance",
|
|
1737
|
+
"visibility": "frontend",
|
|
1738
|
+
"type": "string"
|
|
1739
|
+
},
|
|
1740
|
+
"token": {
|
|
1741
|
+
"description": "Token used to authenticate requests.",
|
|
1742
|
+
"visibility": "secret",
|
|
1743
|
+
"type": "string"
|
|
1744
|
+
},
|
|
1745
|
+
"username": {
|
|
1746
|
+
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1747
|
+
"visibility": "secret",
|
|
1748
|
+
"type": "string"
|
|
1749
|
+
},
|
|
1750
|
+
"password": {
|
|
1751
|
+
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1752
|
+
"visibility": "secret",
|
|
1753
|
+
"type": "string"
|
|
1754
|
+
},
|
|
1755
|
+
"apiBaseUrl": {
|
|
1756
|
+
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1757
|
+
"visibility": "frontend",
|
|
1758
|
+
"type": "string"
|
|
1759
|
+
},
|
|
1760
|
+
"commitSigningKey": {
|
|
1761
|
+
"description": "PGP signing key for signing commits.",
|
|
1762
|
+
"visibility": "secret",
|
|
1763
|
+
"type": "string"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
"required": [
|
|
1767
|
+
"host"
|
|
1768
|
+
]
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
"gerrit": {
|
|
1772
|
+
"description": "Integration configuration for Gerrit",
|
|
1773
|
+
"type": "array",
|
|
1774
|
+
"items": {
|
|
1775
|
+
"type": "object",
|
|
1776
|
+
"properties": {
|
|
1777
|
+
"host": {
|
|
1778
|
+
"description": "The hostname of the given Gerrit instance",
|
|
1779
|
+
"visibility": "frontend",
|
|
1780
|
+
"type": "string"
|
|
1781
|
+
},
|
|
1782
|
+
"baseUrl": {
|
|
1783
|
+
"description": "The base url for the Gerrit instance.",
|
|
1784
|
+
"visibility": "frontend",
|
|
1785
|
+
"type": "string"
|
|
1786
|
+
},
|
|
1787
|
+
"gitilesBaseUrl": {
|
|
1788
|
+
"description": "The gitiles base url.",
|
|
1789
|
+
"visibility": "frontend",
|
|
1790
|
+
"type": "string"
|
|
1791
|
+
},
|
|
1792
|
+
"cloneUrl": {
|
|
1793
|
+
"description": "The base url for cloning repos.",
|
|
1794
|
+
"visibility": "frontend",
|
|
1795
|
+
"type": "string"
|
|
1796
|
+
},
|
|
1797
|
+
"disableEditUrl": {
|
|
1798
|
+
"description": "Disable the edit url feature.",
|
|
1799
|
+
"visibility": "frontend",
|
|
1800
|
+
"type": "boolean"
|
|
1801
|
+
},
|
|
1802
|
+
"username": {
|
|
1803
|
+
"description": "The username to use for authenticated requests.",
|
|
1804
|
+
"visibility": "secret",
|
|
1805
|
+
"type": "string"
|
|
1806
|
+
},
|
|
1807
|
+
"password": {
|
|
1808
|
+
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
1809
|
+
"visibility": "secret",
|
|
1810
|
+
"type": "string"
|
|
1811
|
+
},
|
|
1812
|
+
"commitSigningKey": {
|
|
1813
|
+
"description": "PGP signing key for signing commits.",
|
|
1814
|
+
"visibility": "secret",
|
|
1815
|
+
"type": "string"
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
"required": [
|
|
1819
|
+
"gitilesBaseUrl",
|
|
1820
|
+
"host"
|
|
1821
|
+
]
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
"github": {
|
|
1825
|
+
"description": "Integration configuration for GitHub",
|
|
1826
|
+
"type": "array",
|
|
1827
|
+
"items": {
|
|
1828
|
+
"type": "object",
|
|
1829
|
+
"properties": {
|
|
1830
|
+
"host": {
|
|
1831
|
+
"description": "The hostname of the given GitHub instance",
|
|
1832
|
+
"visibility": "frontend",
|
|
1833
|
+
"type": "string"
|
|
1834
|
+
},
|
|
1835
|
+
"token": {
|
|
1836
|
+
"description": "Token used to authenticate requests.",
|
|
1837
|
+
"visibility": "secret",
|
|
1838
|
+
"type": "string"
|
|
1839
|
+
},
|
|
1840
|
+
"apiBaseUrl": {
|
|
1841
|
+
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
1842
|
+
"visibility": "frontend",
|
|
1843
|
+
"type": "string"
|
|
1844
|
+
},
|
|
1845
|
+
"rawBaseUrl": {
|
|
1846
|
+
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
1847
|
+
"visibility": "frontend",
|
|
1848
|
+
"type": "string"
|
|
1849
|
+
},
|
|
1850
|
+
"apps": {
|
|
1851
|
+
"description": "GitHub Apps configuration",
|
|
1852
|
+
"type": "array",
|
|
1853
|
+
"items": {
|
|
1854
|
+
"type": "object",
|
|
1855
|
+
"properties": {
|
|
1856
|
+
"appId": {
|
|
1857
|
+
"description": "The numeric GitHub App ID, string for environment variables",
|
|
1858
|
+
"type": [
|
|
1859
|
+
"string",
|
|
1860
|
+
"number"
|
|
1861
|
+
]
|
|
1862
|
+
},
|
|
1863
|
+
"privateKey": {
|
|
1864
|
+
"description": "The private key to use for auth against the app",
|
|
1865
|
+
"visibility": "secret",
|
|
1866
|
+
"type": "string"
|
|
1867
|
+
},
|
|
1868
|
+
"webhookSecret": {
|
|
1869
|
+
"description": "The secret used for webhooks",
|
|
1870
|
+
"visibility": "secret",
|
|
1871
|
+
"type": "string"
|
|
1872
|
+
},
|
|
1873
|
+
"clientId": {
|
|
1874
|
+
"description": "The client ID to use",
|
|
1875
|
+
"type": "string"
|
|
1876
|
+
},
|
|
1877
|
+
"clientSecret": {
|
|
1878
|
+
"description": "The client secret to use",
|
|
1879
|
+
"visibility": "secret",
|
|
1880
|
+
"type": "string"
|
|
1881
|
+
},
|
|
1882
|
+
"allowedInstallationOwners": {
|
|
1883
|
+
"description": "List of installation owners allowed to be used by this GitHub app. The GitHub UI does not provide a way to list the installations.\nHowever you can list the installations with the GitHub API. You can find the list of installations here:\nhttps://api.github.com/app/installations\nThe relevant documentation for this is here.\nhttps://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app--code-samples",
|
|
1884
|
+
"type": "array",
|
|
1885
|
+
"items": {
|
|
1886
|
+
"type": "string"
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
},
|
|
1890
|
+
"required": [
|
|
1891
|
+
"appId",
|
|
1892
|
+
"clientId",
|
|
1893
|
+
"clientSecret",
|
|
1894
|
+
"privateKey"
|
|
1895
|
+
]
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
"required": [
|
|
1900
|
+
"host"
|
|
1901
|
+
]
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
"gitlab": {
|
|
1905
|
+
"description": "Integration configuration for GitLab",
|
|
1906
|
+
"type": "array",
|
|
1907
|
+
"items": {
|
|
1908
|
+
"type": "object",
|
|
1909
|
+
"properties": {
|
|
1910
|
+
"host": {
|
|
1911
|
+
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
1912
|
+
"visibility": "frontend",
|
|
1913
|
+
"type": "string"
|
|
1914
|
+
},
|
|
1915
|
+
"apiBaseUrl": {
|
|
1916
|
+
"description": "The base URL of the API of this provider, e.g.\n\"https://gitlab.com/api/v4\", with no trailing slash.\n\nMay be omitted specifically for public GitLab; then it will be deduced.",
|
|
1917
|
+
"visibility": "frontend",
|
|
1918
|
+
"type": "string"
|
|
1919
|
+
},
|
|
1920
|
+
"token": {
|
|
1921
|
+
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
1922
|
+
"visibility": "secret",
|
|
1923
|
+
"type": "string"
|
|
1924
|
+
},
|
|
1925
|
+
"baseUrl": {
|
|
1926
|
+
"description": "The baseUrl of this provider, e.g. \"https://gitlab.com\", which is\npassed into the GitLab client.\n\nIf no baseUrl is provided, it will default to https://${host}.",
|
|
1927
|
+
"visibility": "frontend",
|
|
1928
|
+
"type": "string"
|
|
1929
|
+
},
|
|
1930
|
+
"commitSigningKey": {
|
|
1931
|
+
"description": "PGP signing key for signing commits.",
|
|
1932
|
+
"visibility": "secret",
|
|
1933
|
+
"type": "string"
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
"required": [
|
|
1937
|
+
"host"
|
|
1938
|
+
]
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
"googleGcs": {
|
|
1942
|
+
"description": "Integration configuration for Google Cloud Storage",
|
|
1943
|
+
"type": "object",
|
|
1944
|
+
"properties": {
|
|
1945
|
+
"clientEmail": {
|
|
1946
|
+
"description": "Service account email used to authenticate requests.",
|
|
1947
|
+
"type": "string"
|
|
1948
|
+
},
|
|
1949
|
+
"privateKey": {
|
|
1950
|
+
"description": "Service account private key used to authenticate requests.",
|
|
1951
|
+
"visibility": "secret",
|
|
1952
|
+
"type": "string"
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
"awsS3": {
|
|
1957
|
+
"description": "Integration configuration for AWS S3 Service",
|
|
1958
|
+
"type": "array",
|
|
1959
|
+
"items": {
|
|
1960
|
+
"type": "object",
|
|
1961
|
+
"properties": {
|
|
1962
|
+
"endpoint": {
|
|
1963
|
+
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
1964
|
+
"visibility": "frontend",
|
|
1965
|
+
"type": "string"
|
|
1966
|
+
},
|
|
1967
|
+
"s3ForcePathStyle": {
|
|
1968
|
+
"description": "Whether to use path style URLs when communicating with S3.\nDefaults to false.\nThis allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used.",
|
|
1969
|
+
"visibility": "frontend",
|
|
1970
|
+
"type": "boolean"
|
|
1971
|
+
},
|
|
1972
|
+
"accessKeyId": {
|
|
1973
|
+
"description": "Account access key used to authenticate requests.",
|
|
1974
|
+
"type": "string"
|
|
1975
|
+
},
|
|
1976
|
+
"secretAccessKey": {
|
|
1977
|
+
"description": "Account secret key used to authenticate requests.",
|
|
1978
|
+
"visibility": "secret",
|
|
1979
|
+
"type": "string"
|
|
1980
|
+
},
|
|
1981
|
+
"roleArn": {
|
|
1982
|
+
"description": "ARN of the role to be assumed",
|
|
1983
|
+
"type": "string"
|
|
1984
|
+
},
|
|
1985
|
+
"externalId": {
|
|
1986
|
+
"description": "External ID to use when assuming role",
|
|
1987
|
+
"type": "string"
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
"gitea": {
|
|
1993
|
+
"description": "Integration configuration for Gitea",
|
|
1994
|
+
"type": "array",
|
|
1995
|
+
"items": {
|
|
1996
|
+
"type": "object",
|
|
1997
|
+
"properties": {
|
|
1998
|
+
"host": {
|
|
1999
|
+
"description": "The hostname of the given Gitea instance",
|
|
2000
|
+
"visibility": "frontend",
|
|
2001
|
+
"type": "string"
|
|
2002
|
+
},
|
|
2003
|
+
"baseUrl": {
|
|
2004
|
+
"description": "The base url for the Gitea instance.",
|
|
2005
|
+
"visibility": "frontend",
|
|
2006
|
+
"type": "string"
|
|
2007
|
+
},
|
|
2008
|
+
"username": {
|
|
2009
|
+
"description": "The username to use for authenticated requests.",
|
|
2010
|
+
"visibility": "secret",
|
|
2011
|
+
"type": "string"
|
|
2012
|
+
},
|
|
2013
|
+
"password": {
|
|
2014
|
+
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2015
|
+
"visibility": "secret",
|
|
2016
|
+
"type": "string"
|
|
2017
|
+
},
|
|
2018
|
+
"commitSigningKey": {
|
|
2019
|
+
"description": "PGP signing key for signing commits.",
|
|
2020
|
+
"visibility": "secret",
|
|
2021
|
+
"type": "string"
|
|
2022
|
+
}
|
|
1549
2023
|
},
|
|
1550
|
-
"
|
|
1551
|
-
"
|
|
1552
|
-
|
|
1553
|
-
|
|
2024
|
+
"required": [
|
|
2025
|
+
"host"
|
|
2026
|
+
]
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
"harness": {
|
|
2030
|
+
"description": "Integration configuration for Harness Code",
|
|
2031
|
+
"type": "array",
|
|
2032
|
+
"items": {
|
|
2033
|
+
"type": "object",
|
|
2034
|
+
"properties": {
|
|
2035
|
+
"host": {
|
|
2036
|
+
"description": "The hostname of the given Harness Code instance",
|
|
2037
|
+
"visibility": "frontend",
|
|
2038
|
+
"type": "string"
|
|
2039
|
+
},
|
|
2040
|
+
"apiKey": {
|
|
2041
|
+
"description": "The apikey to use for authenticated requests.",
|
|
2042
|
+
"visibility": "secret",
|
|
2043
|
+
"type": "string"
|
|
2044
|
+
},
|
|
2045
|
+
"token": {
|
|
2046
|
+
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
2047
|
+
"visibility": "secret",
|
|
2048
|
+
"type": "string"
|
|
2049
|
+
}
|
|
1554
2050
|
},
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
|
|
1558
|
-
"type": "boolean"
|
|
1559
|
-
}
|
|
2051
|
+
"required": [
|
|
2052
|
+
"host"
|
|
2053
|
+
]
|
|
1560
2054
|
}
|
|
1561
2055
|
}
|
|
1562
2056
|
}
|
|
@@ -1564,7 +2058,7 @@
|
|
|
1564
2058
|
},
|
|
1565
2059
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1566
2060
|
},
|
|
1567
|
-
"packageName": "@backstage/
|
|
2061
|
+
"packageName": "@backstage/integration"
|
|
1568
2062
|
},
|
|
1569
2063
|
{
|
|
1570
2064
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -2724,6 +3218,117 @@
|
|
|
2724
3218
|
}
|
|
2725
3219
|
}
|
|
2726
3220
|
},
|
|
3221
|
+
"rateLimit": {
|
|
3222
|
+
"description": "Rate limiting options. Defining this as `true` will enable rate limiting with default values.",
|
|
3223
|
+
"anyOf": [
|
|
3224
|
+
{
|
|
3225
|
+
"type": "object",
|
|
3226
|
+
"properties": {
|
|
3227
|
+
"store": {
|
|
3228
|
+
"anyOf": [
|
|
3229
|
+
{
|
|
3230
|
+
"type": "object",
|
|
3231
|
+
"properties": {
|
|
3232
|
+
"type": {
|
|
3233
|
+
"type": "string",
|
|
3234
|
+
"const": "redis"
|
|
3235
|
+
},
|
|
3236
|
+
"connection": {
|
|
3237
|
+
"type": "string"
|
|
3238
|
+
}
|
|
3239
|
+
},
|
|
3240
|
+
"required": [
|
|
3241
|
+
"connection",
|
|
3242
|
+
"type"
|
|
3243
|
+
]
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"type": "object",
|
|
3247
|
+
"properties": {
|
|
3248
|
+
"type": {
|
|
3249
|
+
"type": "string",
|
|
3250
|
+
"const": "memory"
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3253
|
+
"required": [
|
|
3254
|
+
"type"
|
|
3255
|
+
]
|
|
3256
|
+
}
|
|
3257
|
+
]
|
|
3258
|
+
},
|
|
3259
|
+
"global": {
|
|
3260
|
+
"description": "Enable/disable global rate limiting. If this is disabled, plugin specific rate limiting must be\nused.",
|
|
3261
|
+
"type": "boolean"
|
|
3262
|
+
},
|
|
3263
|
+
"window": {
|
|
3264
|
+
"description": "Time frame in milliseconds or as human duration for which requests are checked/remembered.\nDefaults to one minute."
|
|
3265
|
+
},
|
|
3266
|
+
"incomingRequestLimit": {
|
|
3267
|
+
"description": "The maximum number of connections to allow during the `window` before rate limiting the client.\nDefaults to 5.",
|
|
3268
|
+
"type": "number"
|
|
3269
|
+
},
|
|
3270
|
+
"passOnStoreError": {
|
|
3271
|
+
"description": "Whether to pass requests in case of store failure.\nDefaults to false.",
|
|
3272
|
+
"type": "boolean"
|
|
3273
|
+
},
|
|
3274
|
+
"ipAllowList": {
|
|
3275
|
+
"description": "List of allowed IP addresses that are not rate limited.\nDefaults to [127.0.0.1, 0:0:0:0:0:0:0:1, ::1].",
|
|
3276
|
+
"type": "array",
|
|
3277
|
+
"items": {
|
|
3278
|
+
"type": "string"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
"skipSuccessfulRequests": {
|
|
3282
|
+
"description": "Skip rate limiting for requests that have been successful.\nDefaults to false.",
|
|
3283
|
+
"type": "boolean"
|
|
3284
|
+
},
|
|
3285
|
+
"skipFailedRequests": {
|
|
3286
|
+
"description": "Skip rate limiting for requests that have failed.\nDefaults to false.",
|
|
3287
|
+
"type": "boolean"
|
|
3288
|
+
},
|
|
3289
|
+
"plugin": {
|
|
3290
|
+
"description": "Plugin specific rate limiting configuration",
|
|
3291
|
+
"type": "object",
|
|
3292
|
+
"additionalProperties": {
|
|
3293
|
+
"type": "object",
|
|
3294
|
+
"properties": {
|
|
3295
|
+
"window": {
|
|
3296
|
+
"description": "Time frame in milliseconds or as human duration for which requests are checked/remembered.\nDefaults to one minute."
|
|
3297
|
+
},
|
|
3298
|
+
"incomingRequestLimit": {
|
|
3299
|
+
"description": "The maximum number of connections to allow during the `window` before rate limiting the client.\nDefaults to 5.",
|
|
3300
|
+
"type": "number"
|
|
3301
|
+
},
|
|
3302
|
+
"passOnStoreError": {
|
|
3303
|
+
"description": "Whether to pass requests in case of store failure.\nDefaults to false.",
|
|
3304
|
+
"type": "boolean"
|
|
3305
|
+
},
|
|
3306
|
+
"ipAllowList": {
|
|
3307
|
+
"description": "List of allowed IP addresses that are not rate limited.\nDefaults to [127.0.0.1, 0:0:0:0:0:0:0:1, ::1].",
|
|
3308
|
+
"type": "array",
|
|
3309
|
+
"items": {
|
|
3310
|
+
"type": "string"
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
"skipSuccessfulRequests": {
|
|
3314
|
+
"description": "Skip rate limiting for requests that have been successful.\nDefaults to false.",
|
|
3315
|
+
"type": "boolean"
|
|
3316
|
+
},
|
|
3317
|
+
"skipFailedRequests": {
|
|
3318
|
+
"description": "Skip rate limiting for requests that have failed.\nDefaults to false.",
|
|
3319
|
+
"type": "boolean"
|
|
3320
|
+
}
|
|
3321
|
+
}
|
|
3322
|
+
}
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"const": true,
|
|
3328
|
+
"type": "boolean"
|
|
3329
|
+
}
|
|
3330
|
+
]
|
|
3331
|
+
},
|
|
2727
3332
|
"reading": {
|
|
2728
3333
|
"description": "Configuration related to URL reading, used for example for reading catalog info\nfiles, scaffolder templates, and techdocs content.",
|
|
2729
3334
|
"type": "object",
|
|
@@ -3178,6 +3783,69 @@
|
|
|
3178
3783
|
}
|
|
3179
3784
|
]
|
|
3180
3785
|
}
|
|
3786
|
+
},
|
|
3787
|
+
"pluginOverrides": {
|
|
3788
|
+
"description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
|
|
3789
|
+
"deepVisibility": "frontend",
|
|
3790
|
+
"type": "array",
|
|
3791
|
+
"items": {
|
|
3792
|
+
"type": "object",
|
|
3793
|
+
"properties": {
|
|
3794
|
+
"match": {
|
|
3795
|
+
"description": "The criteria for matching plugins to override.",
|
|
3796
|
+
"type": "object",
|
|
3797
|
+
"properties": {
|
|
3798
|
+
"pluginId": {
|
|
3799
|
+
"description": "A pattern that is matched against the plugin ID.",
|
|
3800
|
+
"type": "string"
|
|
3801
|
+
},
|
|
3802
|
+
"packageName": {
|
|
3803
|
+
"description": "A pattern that is matched against the package name.",
|
|
3804
|
+
"type": "string"
|
|
3805
|
+
}
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3808
|
+
"info": {
|
|
3809
|
+
"description": "Overrides individual top-level fields of the plugin info.",
|
|
3810
|
+
"type": "object",
|
|
3811
|
+
"properties": {
|
|
3812
|
+
"description": {
|
|
3813
|
+
"description": "Override the description of the plugin.",
|
|
3814
|
+
"type": "string"
|
|
3815
|
+
},
|
|
3816
|
+
"ownerEntityRefs": {
|
|
3817
|
+
"description": "Override the owner entity references of the plugin.",
|
|
3818
|
+
"type": "array",
|
|
3819
|
+
"items": {
|
|
3820
|
+
"type": "string"
|
|
3821
|
+
}
|
|
3822
|
+
},
|
|
3823
|
+
"links": {
|
|
3824
|
+
"description": "Override the links of the plugin.",
|
|
3825
|
+
"type": "array",
|
|
3826
|
+
"items": {
|
|
3827
|
+
"type": "object",
|
|
3828
|
+
"properties": {
|
|
3829
|
+
"title": {
|
|
3830
|
+
"type": "string"
|
|
3831
|
+
},
|
|
3832
|
+
"url": {
|
|
3833
|
+
"type": "string"
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3836
|
+
"required": [
|
|
3837
|
+
"title",
|
|
3838
|
+
"url"
|
|
3839
|
+
]
|
|
3840
|
+
}
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
"required": [
|
|
3846
|
+
"info"
|
|
3847
|
+
]
|
|
3848
|
+
}
|
|
3181
3849
|
}
|
|
3182
3850
|
}
|
|
3183
3851
|
}
|