@techdocs/cli 1.9.3-next.3 → 1.9.4-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 +19 -0
- package/dist/embedded-app/.config-schema.json +502 -1200
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{4036.cb0ee33e.chunk.js → 4036.0e3a284b.chunk.js} +2 -2
- package/dist/embedded-app/static/{4036.cb0ee33e.chunk.js.map → 4036.0e3a284b.chunk.js.map} +1 -1
- package/dist/embedded-app/static/{5470.1de8dd3a.chunk.js → 5470.cbffc774.chunk.js} +2 -2
- package/dist/embedded-app/static/{5470.1de8dd3a.chunk.js.map → 5470.cbffc774.chunk.js.map} +1 -1
- package/dist/embedded-app/static/5724.36b35018.chunk.js +4 -0
- package/dist/embedded-app/static/5724.36b35018.chunk.js.map +1 -0
- package/dist/embedded-app/static/8803.ea659624.chunk.js +11 -0
- package/dist/embedded-app/static/8803.ea659624.chunk.js.map +1 -0
- package/dist/embedded-app/static/main.3edb5b83.js +553 -0
- package/dist/embedded-app/static/main.3edb5b83.js.map +1 -0
- package/dist/embedded-app/static/module-zod.67a27cd9.js +3 -0
- package/dist/embedded-app/static/module-zod.67a27cd9.js.map +1 -0
- package/dist/embedded-app/static/{runtime.3832940c.js → runtime.3edb5b83.js} +2 -2
- package/dist/embedded-app/static/{runtime.3832940c.js.map → runtime.3edb5b83.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.3832940c.js → vendor.3edb5b83.js} +1 -1
- package/dist/embedded-app/static/{vendor.3832940c.js.map → vendor.3edb5b83.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +5 -5
- package/dist/embedded-app/static/5724.80feefdb.chunk.js +0 -4
- package/dist/embedded-app/static/5724.80feefdb.chunk.js.map +0 -1
- package/dist/embedded-app/static/8803.3c629e8f.chunk.js +0 -11
- package/dist/embedded-app/static/8803.3c629e8f.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.3832940c.js +0 -553
- package/dist/embedded-app/static/main.3832940c.js.map +0 -1
- package/dist/embedded-app/static/module-zod.4f2eeb8c.js +0 -3
- package/dist/embedded-app/static/module-zod.4f2eeb8c.js.map +0 -1
|
@@ -131,6 +131,233 @@
|
|
|
131
131
|
},
|
|
132
132
|
"packageName": "@backstage/plugin-permission-common"
|
|
133
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"path": "../core-app-api/config.d.ts",
|
|
136
|
+
"value": {
|
|
137
|
+
"type": "object",
|
|
138
|
+
"properties": {
|
|
139
|
+
"app": {
|
|
140
|
+
"description": "Generic frontend configuration.",
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {
|
|
143
|
+
"baseUrl": {
|
|
144
|
+
"description": "The public absolute root URL that the frontend.",
|
|
145
|
+
"visibility": "frontend",
|
|
146
|
+
"type": "string"
|
|
147
|
+
},
|
|
148
|
+
"title": {
|
|
149
|
+
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
150
|
+
"visibility": "frontend",
|
|
151
|
+
"type": "string"
|
|
152
|
+
},
|
|
153
|
+
"support": {
|
|
154
|
+
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
155
|
+
"type": "object",
|
|
156
|
+
"properties": {
|
|
157
|
+
"url": {
|
|
158
|
+
"description": "The primary support url.",
|
|
159
|
+
"visibility": "frontend",
|
|
160
|
+
"type": "string"
|
|
161
|
+
},
|
|
162
|
+
"items": {
|
|
163
|
+
"description": "A list of categorized support item groupings.",
|
|
164
|
+
"type": "array",
|
|
165
|
+
"items": {
|
|
166
|
+
"type": "object",
|
|
167
|
+
"properties": {
|
|
168
|
+
"title": {
|
|
169
|
+
"description": "The title of the support item grouping.",
|
|
170
|
+
"visibility": "frontend",
|
|
171
|
+
"type": "string"
|
|
172
|
+
},
|
|
173
|
+
"icon": {
|
|
174
|
+
"description": "An optional icon for the support item grouping.",
|
|
175
|
+
"visibility": "frontend",
|
|
176
|
+
"type": "string"
|
|
177
|
+
},
|
|
178
|
+
"links": {
|
|
179
|
+
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
180
|
+
"type": "array",
|
|
181
|
+
"items": {
|
|
182
|
+
"type": "object",
|
|
183
|
+
"properties": {
|
|
184
|
+
"url": {
|
|
185
|
+
"visibility": "frontend",
|
|
186
|
+
"type": "string"
|
|
187
|
+
},
|
|
188
|
+
"title": {
|
|
189
|
+
"visibility": "frontend",
|
|
190
|
+
"type": "string"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"required": [
|
|
194
|
+
"url"
|
|
195
|
+
]
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"required": [
|
|
200
|
+
"links",
|
|
201
|
+
"title"
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"required": [
|
|
207
|
+
"items",
|
|
208
|
+
"url"
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
"routes": {
|
|
212
|
+
"type": "object",
|
|
213
|
+
"properties": {
|
|
214
|
+
"bindings": {
|
|
215
|
+
"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.",
|
|
216
|
+
"deepVisibility": "frontend",
|
|
217
|
+
"type": "object",
|
|
218
|
+
"additionalProperties": {
|
|
219
|
+
"anyOf": [
|
|
220
|
+
{
|
|
221
|
+
"const": false,
|
|
222
|
+
"type": "boolean"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"type": "string"
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"required": [
|
|
234
|
+
"baseUrl"
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
"backend": {
|
|
238
|
+
"description": "Generic backend configuration.",
|
|
239
|
+
"type": "object",
|
|
240
|
+
"properties": {
|
|
241
|
+
"baseUrl": {
|
|
242
|
+
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
243
|
+
"visibility": "frontend",
|
|
244
|
+
"type": "string"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"required": [
|
|
248
|
+
"baseUrl"
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
"organization": {
|
|
252
|
+
"description": "Configuration that provides information about the organization that the app is for.",
|
|
253
|
+
"type": "object",
|
|
254
|
+
"properties": {
|
|
255
|
+
"name": {
|
|
256
|
+
"description": "The name of the organization that the app belongs to.",
|
|
257
|
+
"visibility": "frontend",
|
|
258
|
+
"type": "string"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"homepage": {
|
|
263
|
+
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
264
|
+
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
265
|
+
"type": "object",
|
|
266
|
+
"properties": {
|
|
267
|
+
"clocks": {
|
|
268
|
+
"type": "array",
|
|
269
|
+
"items": {
|
|
270
|
+
"type": "object",
|
|
271
|
+
"properties": {
|
|
272
|
+
"label": {
|
|
273
|
+
"visibility": "frontend",
|
|
274
|
+
"type": "string"
|
|
275
|
+
},
|
|
276
|
+
"timezone": {
|
|
277
|
+
"visibility": "frontend",
|
|
278
|
+
"type": "string"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"required": [
|
|
282
|
+
"label",
|
|
283
|
+
"timezone"
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"auth": {
|
|
290
|
+
"description": "Configuration that provides information on available configured authentication providers.",
|
|
291
|
+
"type": "object",
|
|
292
|
+
"properties": {
|
|
293
|
+
"environment": {
|
|
294
|
+
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
295
|
+
"visibility": "frontend",
|
|
296
|
+
"type": "string"
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"enableExperimentalRedirectFlow": {
|
|
301
|
+
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
302
|
+
"visibility": "frontend",
|
|
303
|
+
"type": "boolean"
|
|
304
|
+
},
|
|
305
|
+
"discovery": {
|
|
306
|
+
"description": "Discovery options.",
|
|
307
|
+
"visibility": "frontend",
|
|
308
|
+
"type": "object",
|
|
309
|
+
"properties": {
|
|
310
|
+
"endpoints": {
|
|
311
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
312
|
+
"visibility": "frontend",
|
|
313
|
+
"type": "array",
|
|
314
|
+
"items": {
|
|
315
|
+
"type": "object",
|
|
316
|
+
"properties": {
|
|
317
|
+
"target": {
|
|
318
|
+
"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.",
|
|
319
|
+
"visibility": "frontend",
|
|
320
|
+
"anyOf": [
|
|
321
|
+
{
|
|
322
|
+
"type": "object",
|
|
323
|
+
"properties": {
|
|
324
|
+
"external": {
|
|
325
|
+
"visibility": "frontend",
|
|
326
|
+
"type": "string"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"type": "string"
|
|
332
|
+
}
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
"plugins": {
|
|
336
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
337
|
+
"visibility": "frontend",
|
|
338
|
+
"type": "array",
|
|
339
|
+
"items": {
|
|
340
|
+
"type": "string"
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"required": [
|
|
345
|
+
"plugins",
|
|
346
|
+
"target"
|
|
347
|
+
]
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"required": [
|
|
354
|
+
"app",
|
|
355
|
+
"backend"
|
|
356
|
+
],
|
|
357
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
358
|
+
},
|
|
359
|
+
"packageName": "@backstage/core-app-api"
|
|
360
|
+
},
|
|
134
361
|
{
|
|
135
362
|
"path": "../core-components/config.d.ts",
|
|
136
363
|
"value": {
|
|
@@ -832,271 +1059,107 @@
|
|
|
832
1059
|
}
|
|
833
1060
|
]
|
|
834
1061
|
}
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
},
|
|
839
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
840
|
-
},
|
|
841
|
-
"packageName": "@backstage/frontend-app-api"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"path": "../../plugins/catalog/config.d.ts",
|
|
845
|
-
"value": {
|
|
846
|
-
"type": "object",
|
|
847
|
-
"properties": {
|
|
848
|
-
"catalog": {
|
|
849
|
-
"type": "object",
|
|
850
|
-
"properties": {
|
|
851
|
-
"experimentalPagination": {
|
|
1062
|
+
},
|
|
1063
|
+
"pluginOverrides": {
|
|
1064
|
+
"description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
|
|
852
1065
|
"deepVisibility": "frontend",
|
|
853
|
-
"
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"type": "boolean"
|
|
864
|
-
}
|
|
865
|
-
]
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
}
|
|
869
|
-
},
|
|
870
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
871
|
-
},
|
|
872
|
-
"packageName": "@backstage/plugin-catalog"
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"path": "../core-app-api/config.d.ts",
|
|
876
|
-
"value": {
|
|
877
|
-
"type": "object",
|
|
878
|
-
"properties": {
|
|
879
|
-
"app": {
|
|
880
|
-
"description": "Generic frontend configuration.",
|
|
881
|
-
"type": "object",
|
|
882
|
-
"properties": {
|
|
883
|
-
"baseUrl": {
|
|
884
|
-
"description": "The public absolute root URL that the frontend.",
|
|
885
|
-
"visibility": "frontend",
|
|
886
|
-
"type": "string"
|
|
887
|
-
},
|
|
888
|
-
"title": {
|
|
889
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
890
|
-
"visibility": "frontend",
|
|
891
|
-
"type": "string"
|
|
892
|
-
},
|
|
893
|
-
"support": {
|
|
894
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
895
|
-
"type": "object",
|
|
896
|
-
"properties": {
|
|
897
|
-
"url": {
|
|
898
|
-
"description": "The primary support url.",
|
|
899
|
-
"visibility": "frontend",
|
|
900
|
-
"type": "string"
|
|
901
|
-
},
|
|
902
|
-
"items": {
|
|
903
|
-
"description": "A list of categorized support item groupings.",
|
|
904
|
-
"type": "array",
|
|
905
|
-
"items": {
|
|
1066
|
+
"type": "array",
|
|
1067
|
+
"items": {
|
|
1068
|
+
"type": "object",
|
|
1069
|
+
"properties": {
|
|
1070
|
+
"match": {
|
|
1071
|
+
"description": "The criteria for matching plugins to override.",
|
|
906
1072
|
"type": "object",
|
|
907
1073
|
"properties": {
|
|
908
|
-
"
|
|
909
|
-
"description": "
|
|
910
|
-
"visibility": "frontend",
|
|
1074
|
+
"pluginId": {
|
|
1075
|
+
"description": "A pattern that is matched against the plugin ID.",
|
|
911
1076
|
"type": "string"
|
|
912
1077
|
},
|
|
913
|
-
"
|
|
914
|
-
"description": "
|
|
915
|
-
"
|
|
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.",
|
|
916
1090
|
"type": "string"
|
|
917
1091
|
},
|
|
1092
|
+
"ownerEntityRefs": {
|
|
1093
|
+
"description": "Override the owner entity references of the plugin.",
|
|
1094
|
+
"type": "array",
|
|
1095
|
+
"items": {
|
|
1096
|
+
"type": "string"
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
918
1099
|
"links": {
|
|
919
|
-
"description": "
|
|
1100
|
+
"description": "Override the links of the plugin.",
|
|
920
1101
|
"type": "array",
|
|
921
1102
|
"items": {
|
|
922
1103
|
"type": "object",
|
|
923
1104
|
"properties": {
|
|
924
|
-
"
|
|
925
|
-
"visibility": "frontend",
|
|
1105
|
+
"title": {
|
|
926
1106
|
"type": "string"
|
|
927
1107
|
},
|
|
928
|
-
"
|
|
929
|
-
"visibility": "frontend",
|
|
1108
|
+
"url": {
|
|
930
1109
|
"type": "string"
|
|
931
1110
|
}
|
|
932
1111
|
},
|
|
933
1112
|
"required": [
|
|
1113
|
+
"title",
|
|
934
1114
|
"url"
|
|
935
1115
|
]
|
|
936
1116
|
}
|
|
937
1117
|
}
|
|
938
|
-
}
|
|
939
|
-
"required": [
|
|
940
|
-
"links",
|
|
941
|
-
"title"
|
|
942
|
-
]
|
|
943
|
-
}
|
|
944
|
-
}
|
|
945
|
-
},
|
|
946
|
-
"required": [
|
|
947
|
-
"items",
|
|
948
|
-
"url"
|
|
949
|
-
]
|
|
950
|
-
},
|
|
951
|
-
"routes": {
|
|
952
|
-
"type": "object",
|
|
953
|
-
"properties": {
|
|
954
|
-
"bindings": {
|
|
955
|
-
"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.",
|
|
956
|
-
"deepVisibility": "frontend",
|
|
957
|
-
"type": "object",
|
|
958
|
-
"additionalProperties": {
|
|
959
|
-
"anyOf": [
|
|
960
|
-
{
|
|
961
|
-
"const": false,
|
|
962
|
-
"type": "boolean"
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"type": "string"
|
|
966
|
-
}
|
|
967
|
-
]
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
},
|
|
973
|
-
"required": [
|
|
974
|
-
"baseUrl"
|
|
975
|
-
]
|
|
976
|
-
},
|
|
977
|
-
"backend": {
|
|
978
|
-
"description": "Generic backend configuration.",
|
|
979
|
-
"type": "object",
|
|
980
|
-
"properties": {
|
|
981
|
-
"baseUrl": {
|
|
982
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
983
|
-
"visibility": "frontend",
|
|
984
|
-
"type": "string"
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
|
-
"required": [
|
|
988
|
-
"baseUrl"
|
|
989
|
-
]
|
|
990
|
-
},
|
|
991
|
-
"organization": {
|
|
992
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
993
|
-
"type": "object",
|
|
994
|
-
"properties": {
|
|
995
|
-
"name": {
|
|
996
|
-
"description": "The name of the organization that the app belongs to.",
|
|
997
|
-
"visibility": "frontend",
|
|
998
|
-
"type": "string"
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
"homepage": {
|
|
1003
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1004
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1005
|
-
"type": "object",
|
|
1006
|
-
"properties": {
|
|
1007
|
-
"clocks": {
|
|
1008
|
-
"type": "array",
|
|
1009
|
-
"items": {
|
|
1010
|
-
"type": "object",
|
|
1011
|
-
"properties": {
|
|
1012
|
-
"label": {
|
|
1013
|
-
"visibility": "frontend",
|
|
1014
|
-
"type": "string"
|
|
1015
|
-
},
|
|
1016
|
-
"timezone": {
|
|
1017
|
-
"visibility": "frontend",
|
|
1018
|
-
"type": "string"
|
|
1118
|
+
}
|
|
1019
1119
|
}
|
|
1020
1120
|
},
|
|
1021
1121
|
"required": [
|
|
1022
|
-
"
|
|
1023
|
-
"timezone"
|
|
1122
|
+
"info"
|
|
1024
1123
|
]
|
|
1025
1124
|
}
|
|
1026
1125
|
}
|
|
1027
1126
|
}
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
"enableExperimentalRedirectFlow": {
|
|
1041
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1042
|
-
"visibility": "frontend",
|
|
1043
|
-
"type": "boolean"
|
|
1044
|
-
},
|
|
1045
|
-
"discovery": {
|
|
1046
|
-
"description": "Discovery options.",
|
|
1047
|
-
"visibility": "frontend",
|
|
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": {
|
|
1048
1139
|
"type": "object",
|
|
1049
1140
|
"properties": {
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
"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.",
|
|
1059
|
-
"visibility": "frontend",
|
|
1060
|
-
"anyOf": [
|
|
1061
|
-
{
|
|
1062
|
-
"type": "object",
|
|
1063
|
-
"properties": {
|
|
1064
|
-
"external": {
|
|
1065
|
-
"visibility": "frontend",
|
|
1066
|
-
"type": "string"
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"type": "string"
|
|
1072
|
-
}
|
|
1073
|
-
]
|
|
1074
|
-
},
|
|
1075
|
-
"plugins": {
|
|
1076
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
1077
|
-
"visibility": "frontend",
|
|
1078
|
-
"type": "array",
|
|
1079
|
-
"items": {
|
|
1080
|
-
"type": "string"
|
|
1141
|
+
"experimentalPagination": {
|
|
1142
|
+
"deepVisibility": "frontend",
|
|
1143
|
+
"anyOf": [
|
|
1144
|
+
{
|
|
1145
|
+
"type": "object",
|
|
1146
|
+
"properties": {
|
|
1147
|
+
"limit": {
|
|
1148
|
+
"type": "number"
|
|
1081
1149
|
}
|
|
1082
1150
|
}
|
|
1083
1151
|
},
|
|
1084
|
-
|
|
1085
|
-
"
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
}
|
|
1152
|
+
{
|
|
1153
|
+
"type": "boolean"
|
|
1154
|
+
}
|
|
1155
|
+
]
|
|
1089
1156
|
}
|
|
1090
1157
|
}
|
|
1091
1158
|
}
|
|
1092
1159
|
},
|
|
1093
|
-
"required": [
|
|
1094
|
-
"app",
|
|
1095
|
-
"backend"
|
|
1096
|
-
],
|
|
1097
1160
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1098
1161
|
},
|
|
1099
|
-
"packageName": "@backstage/
|
|
1162
|
+
"packageName": "@backstage/plugin-catalog"
|
|
1100
1163
|
},
|
|
1101
1164
|
{
|
|
1102
1165
|
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
@@ -1185,7 +1248,7 @@
|
|
|
1185
1248
|
"packageName": "@backstage/backend-plugin-api"
|
|
1186
1249
|
},
|
|
1187
1250
|
{
|
|
1188
|
-
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1251
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1189
1252
|
"value": {
|
|
1190
1253
|
"type": "object",
|
|
1191
1254
|
"properties": {
|
|
@@ -1193,21 +1256,67 @@
|
|
|
1193
1256
|
"description": "Configuration options for the auth plugin",
|
|
1194
1257
|
"type": "object",
|
|
1195
1258
|
"properties": {
|
|
1196
|
-
"
|
|
1197
|
-
"description": "The 'environment' attribute",
|
|
1198
|
-
"visibility": "frontend",
|
|
1199
|
-
"type": "string"
|
|
1200
|
-
},
|
|
1201
|
-
"session": {
|
|
1259
|
+
"providers": {
|
|
1202
1260
|
"type": "object",
|
|
1203
1261
|
"properties": {
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1262
|
+
"guest": {
|
|
1263
|
+
"type": "object",
|
|
1264
|
+
"properties": {
|
|
1265
|
+
"userEntityRef": {
|
|
1266
|
+
"description": "The entity reference to use for the guest user.",
|
|
1267
|
+
"default": "user:development/guest",
|
|
1268
|
+
"type": "string"
|
|
1269
|
+
},
|
|
1270
|
+
"ownershipEntityRefs": {
|
|
1271
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1272
|
+
"default": "[userEntityRef]",
|
|
1273
|
+
"type": "array",
|
|
1274
|
+
"items": {
|
|
1275
|
+
"type": "string"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1279
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1280
|
+
"type": "boolean"
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"required": [
|
|
1288
|
+
"providers"
|
|
1289
|
+
]
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1293
|
+
},
|
|
1294
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1298
|
+
"value": {
|
|
1299
|
+
"type": "object",
|
|
1300
|
+
"properties": {
|
|
1301
|
+
"auth": {
|
|
1302
|
+
"description": "Configuration options for the auth plugin",
|
|
1303
|
+
"type": "object",
|
|
1304
|
+
"properties": {
|
|
1305
|
+
"environment": {
|
|
1306
|
+
"description": "The 'environment' attribute",
|
|
1307
|
+
"visibility": "frontend",
|
|
1308
|
+
"type": "string"
|
|
1309
|
+
},
|
|
1310
|
+
"session": {
|
|
1311
|
+
"type": "object",
|
|
1312
|
+
"properties": {
|
|
1313
|
+
"secret": {
|
|
1314
|
+
"description": "The secret attribute of session object.",
|
|
1315
|
+
"visibility": "secret",
|
|
1316
|
+
"type": "string"
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1211
1320
|
"identityTokenAlgorithm": {
|
|
1212
1321
|
"description": "JWS \"alg\" (Algorithm) Header Parameter value. Defaults to ES256.\nMust match one of the algorithms defined for IdentityClient.\nWhen setting a different algorithm, check if the `key` field\nof the `signing_keys` table can fit the length of the generated keys.\nIf not, add a knex migration file in the migrations folder.\nMore info on supported algorithms: https://github.com/panva/jose",
|
|
1213
1322
|
"type": "string"
|
|
@@ -1277,930 +1386,131 @@
|
|
|
1277
1386
|
},
|
|
1278
1387
|
"privateKeyFile": {
|
|
1279
1388
|
"description": "Path to the matching private key file in the PKCS#8 format",
|
|
1280
|
-
"type": "string"
|
|
1281
|
-
},
|
|
1282
|
-
"keyId": {
|
|
1283
|
-
"description": "id to uniquely identify this key within the JWK set",
|
|
1284
|
-
"type": "string"
|
|
1285
|
-
},
|
|
1286
|
-
"algorithm": {
|
|
1287
|
-
"description": "JWS \"alg\" (Algorithm) Header Parameter value. Defaults to ES256.\nMust match the algorithm used to generate the keys in the provided files",
|
|
1288
|
-
"type": "string"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
"required": [
|
|
1292
|
-
"keyId",
|
|
1293
|
-
"privateKeyFile",
|
|
1294
|
-
"publicKeyFile"
|
|
1295
|
-
]
|
|
1296
|
-
}
|
|
1297
|
-
}
|
|
1298
|
-
},
|
|
1299
|
-
"required": [
|
|
1300
|
-
"keys"
|
|
1301
|
-
]
|
|
1302
|
-
}
|
|
1303
|
-
}
|
|
1304
|
-
},
|
|
1305
|
-
"backstageTokenExpiration": {
|
|
1306
|
-
"description": "The backstage token expiration."
|
|
1307
|
-
},
|
|
1308
|
-
"experimentalExtraAllowedOrigins": {
|
|
1309
|
-
"description": "Additional app origins to allow for authenticating",
|
|
1310
|
-
"type": "array",
|
|
1311
|
-
"items": {
|
|
1312
|
-
"type": "string"
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1319
|
-
},
|
|
1320
|
-
"packageName": "@backstage/plugin-auth-backend"
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1324
|
-
"value": {
|
|
1325
|
-
"type": "object",
|
|
1326
|
-
"properties": {
|
|
1327
|
-
"auth": {
|
|
1328
|
-
"description": "Configuration options for the auth plugin",
|
|
1329
|
-
"type": "object",
|
|
1330
|
-
"properties": {
|
|
1331
|
-
"providers": {
|
|
1332
|
-
"type": "object",
|
|
1333
|
-
"properties": {
|
|
1334
|
-
"guest": {
|
|
1335
|
-
"type": "object",
|
|
1336
|
-
"properties": {
|
|
1337
|
-
"userEntityRef": {
|
|
1338
|
-
"description": "The entity reference to use for the guest user.",
|
|
1339
|
-
"default": "user:development/guest",
|
|
1340
|
-
"type": "string"
|
|
1341
|
-
},
|
|
1342
|
-
"ownershipEntityRefs": {
|
|
1343
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1344
|
-
"default": "[userEntityRef]",
|
|
1345
|
-
"type": "array",
|
|
1346
|
-
"items": {
|
|
1347
|
-
"type": "string"
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1351
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1352
|
-
"type": "boolean"
|
|
1353
|
-
}
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
|
-
"required": [
|
|
1360
|
-
"providers"
|
|
1361
|
-
]
|
|
1362
|
-
}
|
|
1363
|
-
},
|
|
1364
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1365
|
-
},
|
|
1366
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1370
|
-
"value": {
|
|
1371
|
-
"type": "object",
|
|
1372
|
-
"properties": {
|
|
1373
|
-
"auth": {
|
|
1374
|
-
"type": "object",
|
|
1375
|
-
"properties": {
|
|
1376
|
-
"autologout": {
|
|
1377
|
-
"description": "Autologout feature configuration",
|
|
1378
|
-
"type": "object",
|
|
1379
|
-
"properties": {
|
|
1380
|
-
"enabled": {
|
|
1381
|
-
"description": "Enable or disable the autologout feature",
|
|
1382
|
-
"visibility": "frontend",
|
|
1383
|
-
"type": "boolean"
|
|
1384
|
-
},
|
|
1385
|
-
"idleTimeoutMinutes": {
|
|
1386
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1387
|
-
"visibility": "frontend",
|
|
1388
|
-
"type": "number"
|
|
1389
|
-
},
|
|
1390
|
-
"promptBeforeIdleSeconds": {
|
|
1391
|
-
"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.",
|
|
1392
|
-
"visibility": "frontend",
|
|
1393
|
-
"type": "number"
|
|
1394
|
-
},
|
|
1395
|
-
"useWorkerTimers": {
|
|
1396
|
-
"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.",
|
|
1397
|
-
"visibility": "frontend",
|
|
1398
|
-
"type": "boolean"
|
|
1399
|
-
},
|
|
1400
|
-
"logoutIfDisconnected": {
|
|
1401
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1402
|
-
"visibility": "frontend",
|
|
1403
|
-
"type": "boolean"
|
|
1404
|
-
}
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
}
|
|
1408
|
-
}
|
|
1409
|
-
},
|
|
1410
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1411
|
-
},
|
|
1412
|
-
"packageName": "@backstage/core-components"
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1416
|
-
"value": {
|
|
1417
|
-
"type": "object",
|
|
1418
|
-
"properties": {
|
|
1419
|
-
"app": {
|
|
1420
|
-
"description": "Generic frontend configuration.",
|
|
1421
|
-
"type": "object",
|
|
1422
|
-
"properties": {
|
|
1423
|
-
"baseUrl": {
|
|
1424
|
-
"description": "The public absolute root URL that the frontend.",
|
|
1425
|
-
"visibility": "frontend",
|
|
1426
|
-
"type": "string"
|
|
1427
|
-
},
|
|
1428
|
-
"title": {
|
|
1429
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1430
|
-
"visibility": "frontend",
|
|
1431
|
-
"type": "string"
|
|
1432
|
-
},
|
|
1433
|
-
"support": {
|
|
1434
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1435
|
-
"type": "object",
|
|
1436
|
-
"properties": {
|
|
1437
|
-
"url": {
|
|
1438
|
-
"description": "The primary support url.",
|
|
1439
|
-
"visibility": "frontend",
|
|
1440
|
-
"type": "string"
|
|
1441
|
-
},
|
|
1442
|
-
"items": {
|
|
1443
|
-
"description": "A list of categorized support item groupings.",
|
|
1444
|
-
"type": "array",
|
|
1445
|
-
"items": {
|
|
1446
|
-
"type": "object",
|
|
1447
|
-
"properties": {
|
|
1448
|
-
"title": {
|
|
1449
|
-
"description": "The title of the support item grouping.",
|
|
1450
|
-
"visibility": "frontend",
|
|
1451
|
-
"type": "string"
|
|
1452
|
-
},
|
|
1453
|
-
"icon": {
|
|
1454
|
-
"description": "An optional icon for the support item grouping.",
|
|
1455
|
-
"visibility": "frontend",
|
|
1456
|
-
"type": "string"
|
|
1457
|
-
},
|
|
1458
|
-
"links": {
|
|
1459
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1460
|
-
"type": "array",
|
|
1461
|
-
"items": {
|
|
1462
|
-
"type": "object",
|
|
1463
|
-
"properties": {
|
|
1464
|
-
"url": {
|
|
1465
|
-
"visibility": "frontend",
|
|
1466
|
-
"type": "string"
|
|
1467
|
-
},
|
|
1468
|
-
"title": {
|
|
1469
|
-
"visibility": "frontend",
|
|
1470
|
-
"type": "string"
|
|
1471
|
-
}
|
|
1472
|
-
},
|
|
1473
|
-
"required": [
|
|
1474
|
-
"url"
|
|
1475
|
-
]
|
|
1476
|
-
}
|
|
1477
|
-
}
|
|
1478
|
-
},
|
|
1479
|
-
"required": [
|
|
1480
|
-
"links",
|
|
1481
|
-
"title"
|
|
1482
|
-
]
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
},
|
|
1486
|
-
"required": [
|
|
1487
|
-
"items",
|
|
1488
|
-
"url"
|
|
1489
|
-
]
|
|
1490
|
-
},
|
|
1491
|
-
"routes": {
|
|
1492
|
-
"type": "object",
|
|
1493
|
-
"properties": {
|
|
1494
|
-
"bindings": {
|
|
1495
|
-
"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.",
|
|
1496
|
-
"deepVisibility": "frontend",
|
|
1497
|
-
"type": "object",
|
|
1498
|
-
"additionalProperties": {
|
|
1499
|
-
"anyOf": [
|
|
1500
|
-
{
|
|
1501
|
-
"const": false,
|
|
1502
|
-
"type": "boolean"
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"type": "string"
|
|
1506
|
-
}
|
|
1507
|
-
]
|
|
1508
|
-
}
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
"required": [
|
|
1514
|
-
"baseUrl"
|
|
1515
|
-
]
|
|
1516
|
-
},
|
|
1517
|
-
"backend": {
|
|
1518
|
-
"description": "Generic backend configuration.",
|
|
1519
|
-
"type": "object",
|
|
1520
|
-
"properties": {
|
|
1521
|
-
"baseUrl": {
|
|
1522
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1523
|
-
"visibility": "frontend",
|
|
1524
|
-
"type": "string"
|
|
1525
|
-
}
|
|
1526
|
-
},
|
|
1527
|
-
"required": [
|
|
1528
|
-
"baseUrl"
|
|
1529
|
-
]
|
|
1530
|
-
},
|
|
1531
|
-
"organization": {
|
|
1532
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1533
|
-
"type": "object",
|
|
1534
|
-
"properties": {
|
|
1535
|
-
"name": {
|
|
1536
|
-
"description": "The name of the organization that the app belongs to.",
|
|
1537
|
-
"visibility": "frontend",
|
|
1538
|
-
"type": "string"
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
"homepage": {
|
|
1543
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1544
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1545
|
-
"type": "object",
|
|
1546
|
-
"properties": {
|
|
1547
|
-
"clocks": {
|
|
1548
|
-
"type": "array",
|
|
1549
|
-
"items": {
|
|
1550
|
-
"type": "object",
|
|
1551
|
-
"properties": {
|
|
1552
|
-
"label": {
|
|
1553
|
-
"visibility": "frontend",
|
|
1554
|
-
"type": "string"
|
|
1555
|
-
},
|
|
1556
|
-
"timezone": {
|
|
1557
|
-
"visibility": "frontend",
|
|
1558
|
-
"type": "string"
|
|
1559
|
-
}
|
|
1560
|
-
},
|
|
1561
|
-
"required": [
|
|
1562
|
-
"label",
|
|
1563
|
-
"timezone"
|
|
1564
|
-
]
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
|
-
"auth": {
|
|
1570
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1571
|
-
"type": "object",
|
|
1572
|
-
"properties": {
|
|
1573
|
-
"environment": {
|
|
1574
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1575
|
-
"visibility": "frontend",
|
|
1576
|
-
"type": "string"
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
"enableExperimentalRedirectFlow": {
|
|
1581
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1582
|
-
"visibility": "frontend",
|
|
1583
|
-
"type": "boolean"
|
|
1584
|
-
},
|
|
1585
|
-
"discovery": {
|
|
1586
|
-
"description": "Discovery options.",
|
|
1587
|
-
"visibility": "frontend",
|
|
1588
|
-
"type": "object",
|
|
1589
|
-
"properties": {
|
|
1590
|
-
"endpoints": {
|
|
1591
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1592
|
-
"visibility": "frontend",
|
|
1593
|
-
"type": "array",
|
|
1594
|
-
"items": {
|
|
1595
|
-
"type": "object",
|
|
1596
|
-
"properties": {
|
|
1597
|
-
"target": {
|
|
1598
|
-
"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.",
|
|
1599
|
-
"visibility": "frontend",
|
|
1600
|
-
"anyOf": [
|
|
1601
|
-
{
|
|
1602
|
-
"type": "object",
|
|
1603
|
-
"properties": {
|
|
1604
|
-
"external": {
|
|
1605
|
-
"visibility": "frontend",
|
|
1606
|
-
"type": "string"
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"type": "string"
|
|
1612
|
-
}
|
|
1613
|
-
]
|
|
1614
|
-
},
|
|
1615
|
-
"plugins": {
|
|
1616
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
1617
|
-
"visibility": "frontend",
|
|
1618
|
-
"type": "array",
|
|
1619
|
-
"items": {
|
|
1620
|
-
"type": "string"
|
|
1621
|
-
}
|
|
1622
|
-
}
|
|
1623
|
-
},
|
|
1624
|
-
"required": [
|
|
1625
|
-
"plugins",
|
|
1626
|
-
"target"
|
|
1627
|
-
]
|
|
1628
|
-
}
|
|
1629
|
-
}
|
|
1630
|
-
}
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
"required": [
|
|
1634
|
-
"app",
|
|
1635
|
-
"backend"
|
|
1636
|
-
],
|
|
1637
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1638
|
-
},
|
|
1639
|
-
"packageName": "@backstage/core-app-api"
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
|
|
1643
|
-
"value": {
|
|
1644
|
-
"type": "object",
|
|
1645
|
-
"properties": {
|
|
1646
|
-
"auth": {
|
|
1647
|
-
"type": "object",
|
|
1648
|
-
"properties": {
|
|
1649
|
-
"autologout": {
|
|
1650
|
-
"description": "Autologout feature configuration",
|
|
1651
|
-
"type": "object",
|
|
1652
|
-
"properties": {
|
|
1653
|
-
"enabled": {
|
|
1654
|
-
"description": "Enable or disable the autologout feature",
|
|
1655
|
-
"visibility": "frontend",
|
|
1656
|
-
"type": "boolean"
|
|
1657
|
-
},
|
|
1658
|
-
"idleTimeoutMinutes": {
|
|
1659
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1660
|
-
"visibility": "frontend",
|
|
1661
|
-
"type": "number"
|
|
1662
|
-
},
|
|
1663
|
-
"promptBeforeIdleSeconds": {
|
|
1664
|
-
"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.",
|
|
1665
|
-
"visibility": "frontend",
|
|
1666
|
-
"type": "number"
|
|
1667
|
-
},
|
|
1668
|
-
"useWorkerTimers": {
|
|
1669
|
-
"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.",
|
|
1670
|
-
"visibility": "frontend",
|
|
1671
|
-
"type": "boolean"
|
|
1672
|
-
},
|
|
1673
|
-
"logoutIfDisconnected": {
|
|
1674
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1675
|
-
"visibility": "frontend",
|
|
1676
|
-
"type": "boolean"
|
|
1677
|
-
}
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
}
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1684
|
-
},
|
|
1685
|
-
"packageName": "@backstage/core-components"
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1689
|
-
"value": {
|
|
1690
|
-
"type": "object",
|
|
1691
|
-
"properties": {
|
|
1692
|
-
"auth": {
|
|
1693
|
-
"type": "object",
|
|
1694
|
-
"properties": {
|
|
1695
|
-
"autologout": {
|
|
1696
|
-
"description": "Autologout feature configuration",
|
|
1697
|
-
"type": "object",
|
|
1698
|
-
"properties": {
|
|
1699
|
-
"enabled": {
|
|
1700
|
-
"description": "Enable or disable the autologout feature",
|
|
1701
|
-
"visibility": "frontend",
|
|
1702
|
-
"type": "boolean"
|
|
1703
|
-
},
|
|
1704
|
-
"idleTimeoutMinutes": {
|
|
1705
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1706
|
-
"visibility": "frontend",
|
|
1707
|
-
"type": "number"
|
|
1708
|
-
},
|
|
1709
|
-
"promptBeforeIdleSeconds": {
|
|
1710
|
-
"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.",
|
|
1711
|
-
"visibility": "frontend",
|
|
1712
|
-
"type": "number"
|
|
1713
|
-
},
|
|
1714
|
-
"useWorkerTimers": {
|
|
1715
|
-
"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.",
|
|
1716
|
-
"visibility": "frontend",
|
|
1717
|
-
"type": "boolean"
|
|
1718
|
-
},
|
|
1719
|
-
"logoutIfDisconnected": {
|
|
1720
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1721
|
-
"visibility": "frontend",
|
|
1722
|
-
"type": "boolean"
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
1726
|
-
}
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1730
|
-
},
|
|
1731
|
-
"packageName": "@backstage/core-components"
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1735
|
-
"value": {
|
|
1736
|
-
"type": "object",
|
|
1737
|
-
"properties": {
|
|
1738
|
-
"integrations": {
|
|
1739
|
-
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1740
|
-
"visibility": "frontend",
|
|
1741
|
-
"type": "object",
|
|
1742
|
-
"properties": {
|
|
1743
|
-
"azure": {
|
|
1744
|
-
"description": "Integration configuration for Azure",
|
|
1745
|
-
"type": "array",
|
|
1746
|
-
"items": {
|
|
1747
|
-
"type": "object",
|
|
1748
|
-
"properties": {
|
|
1749
|
-
"host": {
|
|
1750
|
-
"description": "The hostname of the given Azure instance",
|
|
1751
|
-
"visibility": "frontend",
|
|
1752
|
-
"type": "string"
|
|
1753
|
-
},
|
|
1754
|
-
"token": {
|
|
1755
|
-
"description": "Token used to authenticate requests.",
|
|
1756
|
-
"visibility": "secret",
|
|
1757
|
-
"deprecated": "Use `credentials` instead.",
|
|
1758
|
-
"type": "string"
|
|
1759
|
-
},
|
|
1760
|
-
"credential": {
|
|
1761
|
-
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1762
|
-
"deepVisibility": "secret",
|
|
1763
|
-
"deprecated": "Use `credentials` instead.",
|
|
1764
|
-
"type": "object",
|
|
1765
|
-
"properties": {
|
|
1766
|
-
"clientId": {
|
|
1767
|
-
"type": "string"
|
|
1768
|
-
},
|
|
1769
|
-
"clientSecret": {
|
|
1770
|
-
"type": "string"
|
|
1771
|
-
},
|
|
1772
|
-
"tenantId": {
|
|
1773
|
-
"type": "string"
|
|
1774
|
-
},
|
|
1775
|
-
"personalAccessToken": {
|
|
1776
|
-
"type": "string"
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1779
|
-
},
|
|
1780
|
-
"credentials": {
|
|
1781
|
-
"description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf not organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
|
|
1782
|
-
"deepVisibility": "secret",
|
|
1783
|
-
"type": "array",
|
|
1784
|
-
"items": {
|
|
1785
|
-
"type": "object",
|
|
1786
|
-
"properties": {
|
|
1787
|
-
"clientId": {
|
|
1788
|
-
"type": "string"
|
|
1789
|
-
},
|
|
1790
|
-
"clientSecret": {
|
|
1791
|
-
"type": "string"
|
|
1792
|
-
},
|
|
1793
|
-
"tenantId": {
|
|
1794
|
-
"type": "string"
|
|
1795
|
-
},
|
|
1796
|
-
"personalAccessToken": {
|
|
1797
|
-
"type": "string"
|
|
1798
|
-
}
|
|
1799
|
-
}
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
"commitSigningKey": {
|
|
1803
|
-
"description": "PGP signing key for signing commits.",
|
|
1804
|
-
"visibility": "secret",
|
|
1805
|
-
"type": "string"
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
"required": [
|
|
1809
|
-
"host"
|
|
1810
|
-
]
|
|
1811
|
-
}
|
|
1812
|
-
},
|
|
1813
|
-
"bitbucket": {
|
|
1814
|
-
"description": "Integration configuration for Bitbucket",
|
|
1815
|
-
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1816
|
-
"type": "array",
|
|
1817
|
-
"items": {
|
|
1818
|
-
"type": "object",
|
|
1819
|
-
"properties": {
|
|
1820
|
-
"host": {
|
|
1821
|
-
"description": "The hostname of the given Bitbucket instance",
|
|
1822
|
-
"visibility": "frontend",
|
|
1823
|
-
"type": "string"
|
|
1824
|
-
},
|
|
1825
|
-
"token": {
|
|
1826
|
-
"description": "Token used to authenticate requests.",
|
|
1827
|
-
"visibility": "secret",
|
|
1828
|
-
"type": "string"
|
|
1829
|
-
},
|
|
1830
|
-
"apiBaseUrl": {
|
|
1831
|
-
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1832
|
-
"visibility": "frontend",
|
|
1833
|
-
"type": "string"
|
|
1834
|
-
},
|
|
1835
|
-
"username": {
|
|
1836
|
-
"description": "The username to use for authenticated requests.",
|
|
1837
|
-
"visibility": "secret",
|
|
1838
|
-
"type": "string"
|
|
1839
|
-
},
|
|
1840
|
-
"appPassword": {
|
|
1841
|
-
"description": "Bitbucket app password used to authenticate requests.",
|
|
1842
|
-
"visibility": "secret",
|
|
1843
|
-
"type": "string"
|
|
1844
|
-
},
|
|
1845
|
-
"commitSigningKey": {
|
|
1846
|
-
"description": "PGP signing key for signing commits.",
|
|
1847
|
-
"visibility": "secret",
|
|
1848
|
-
"type": "string"
|
|
1849
|
-
}
|
|
1850
|
-
},
|
|
1851
|
-
"required": [
|
|
1852
|
-
"host"
|
|
1853
|
-
]
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
"bitbucketCloud": {
|
|
1857
|
-
"description": "Integration configuration for Bitbucket Cloud",
|
|
1858
|
-
"type": "array",
|
|
1859
|
-
"items": {
|
|
1860
|
-
"type": "object",
|
|
1861
|
-
"properties": {
|
|
1862
|
-
"username": {
|
|
1863
|
-
"description": "The username to use for authenticated requests.",
|
|
1864
|
-
"visibility": "secret",
|
|
1865
|
-
"type": "string"
|
|
1866
|
-
},
|
|
1867
|
-
"appPassword": {
|
|
1868
|
-
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1869
|
-
"visibility": "secret",
|
|
1870
|
-
"type": "string"
|
|
1871
|
-
},
|
|
1872
|
-
"commitSigningKey": {
|
|
1873
|
-
"description": "PGP signing key for signing commits.",
|
|
1874
|
-
"visibility": "secret",
|
|
1875
|
-
"type": "string"
|
|
1876
|
-
}
|
|
1877
|
-
},
|
|
1878
|
-
"required": [
|
|
1879
|
-
"appPassword",
|
|
1880
|
-
"username"
|
|
1881
|
-
]
|
|
1882
|
-
}
|
|
1883
|
-
},
|
|
1884
|
-
"bitbucketServer": {
|
|
1885
|
-
"description": "Integration configuration for Bitbucket Server",
|
|
1886
|
-
"type": "array",
|
|
1887
|
-
"items": {
|
|
1888
|
-
"type": "object",
|
|
1889
|
-
"properties": {
|
|
1890
|
-
"host": {
|
|
1891
|
-
"description": "The hostname of the given Bitbucket Server instance",
|
|
1892
|
-
"visibility": "frontend",
|
|
1893
|
-
"type": "string"
|
|
1894
|
-
},
|
|
1895
|
-
"token": {
|
|
1896
|
-
"description": "Token used to authenticate requests.",
|
|
1897
|
-
"visibility": "secret",
|
|
1898
|
-
"type": "string"
|
|
1899
|
-
},
|
|
1900
|
-
"username": {
|
|
1901
|
-
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1902
|
-
"visibility": "secret",
|
|
1903
|
-
"type": "string"
|
|
1904
|
-
},
|
|
1905
|
-
"password": {
|
|
1906
|
-
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1907
|
-
"visibility": "secret",
|
|
1908
|
-
"type": "string"
|
|
1909
|
-
},
|
|
1910
|
-
"apiBaseUrl": {
|
|
1911
|
-
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1912
|
-
"visibility": "frontend",
|
|
1913
|
-
"type": "string"
|
|
1914
|
-
},
|
|
1915
|
-
"commitSigningKey": {
|
|
1916
|
-
"description": "PGP signing key for signing commits.",
|
|
1917
|
-
"visibility": "secret",
|
|
1918
|
-
"type": "string"
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
"required": [
|
|
1922
|
-
"host"
|
|
1923
|
-
]
|
|
1924
|
-
}
|
|
1925
|
-
},
|
|
1926
|
-
"gerrit": {
|
|
1927
|
-
"description": "Integration configuration for Gerrit",
|
|
1928
|
-
"type": "array",
|
|
1929
|
-
"items": {
|
|
1930
|
-
"type": "object",
|
|
1931
|
-
"properties": {
|
|
1932
|
-
"host": {
|
|
1933
|
-
"description": "The hostname of the given Gerrit instance",
|
|
1934
|
-
"visibility": "frontend",
|
|
1935
|
-
"type": "string"
|
|
1936
|
-
},
|
|
1937
|
-
"baseUrl": {
|
|
1938
|
-
"description": "The base url for the Gerrit instance.",
|
|
1939
|
-
"visibility": "frontend",
|
|
1940
|
-
"type": "string"
|
|
1941
|
-
},
|
|
1942
|
-
"gitilesBaseUrl": {
|
|
1943
|
-
"description": "The gitiles base url.",
|
|
1944
|
-
"visibility": "frontend",
|
|
1945
|
-
"type": "string"
|
|
1946
|
-
},
|
|
1947
|
-
"cloneUrl": {
|
|
1948
|
-
"description": "The base url for cloning repos.",
|
|
1949
|
-
"visibility": "frontend",
|
|
1950
|
-
"type": "string"
|
|
1951
|
-
},
|
|
1952
|
-
"username": {
|
|
1953
|
-
"description": "The username to use for authenticated requests.",
|
|
1954
|
-
"visibility": "secret",
|
|
1955
|
-
"type": "string"
|
|
1956
|
-
},
|
|
1957
|
-
"password": {
|
|
1958
|
-
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
1959
|
-
"visibility": "secret",
|
|
1960
|
-
"type": "string"
|
|
1961
|
-
},
|
|
1962
|
-
"commitSigningKey": {
|
|
1963
|
-
"description": "PGP signing key for signing commits.",
|
|
1964
|
-
"visibility": "secret",
|
|
1965
|
-
"type": "string"
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
"required": [
|
|
1969
|
-
"gitilesBaseUrl",
|
|
1970
|
-
"host"
|
|
1971
|
-
]
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
"github": {
|
|
1975
|
-
"description": "Integration configuration for GitHub",
|
|
1976
|
-
"type": "array",
|
|
1977
|
-
"items": {
|
|
1978
|
-
"type": "object",
|
|
1979
|
-
"properties": {
|
|
1980
|
-
"host": {
|
|
1981
|
-
"description": "The hostname of the given GitHub instance",
|
|
1982
|
-
"visibility": "frontend",
|
|
1983
|
-
"type": "string"
|
|
1984
|
-
},
|
|
1985
|
-
"token": {
|
|
1986
|
-
"description": "Token used to authenticate requests.",
|
|
1987
|
-
"visibility": "secret",
|
|
1988
|
-
"type": "string"
|
|
1989
|
-
},
|
|
1990
|
-
"apiBaseUrl": {
|
|
1991
|
-
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
1992
|
-
"visibility": "frontend",
|
|
1993
|
-
"type": "string"
|
|
1994
|
-
},
|
|
1995
|
-
"rawBaseUrl": {
|
|
1996
|
-
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
1997
|
-
"visibility": "frontend",
|
|
1998
|
-
"type": "string"
|
|
1999
|
-
},
|
|
2000
|
-
"apps": {
|
|
2001
|
-
"description": "GitHub Apps configuration",
|
|
2002
|
-
"type": "array",
|
|
2003
|
-
"items": {
|
|
2004
|
-
"type": "object",
|
|
2005
|
-
"properties": {
|
|
2006
|
-
"appId": {
|
|
2007
|
-
"description": "The numeric GitHub App ID, string for environment variables",
|
|
2008
|
-
"type": [
|
|
2009
|
-
"string",
|
|
2010
|
-
"number"
|
|
2011
|
-
]
|
|
2012
|
-
},
|
|
2013
|
-
"privateKey": {
|
|
2014
|
-
"description": "The private key to use for auth against the app",
|
|
2015
|
-
"visibility": "secret",
|
|
2016
|
-
"type": "string"
|
|
2017
|
-
},
|
|
2018
|
-
"webhookSecret": {
|
|
2019
|
-
"description": "The secret used for webhooks",
|
|
2020
|
-
"visibility": "secret",
|
|
2021
|
-
"type": "string"
|
|
2022
|
-
},
|
|
2023
|
-
"clientId": {
|
|
2024
|
-
"description": "The client ID to use",
|
|
2025
|
-
"type": "string"
|
|
2026
|
-
},
|
|
2027
|
-
"clientSecret": {
|
|
2028
|
-
"description": "The client secret to use",
|
|
2029
|
-
"visibility": "secret",
|
|
2030
|
-
"type": "string"
|
|
2031
|
-
},
|
|
2032
|
-
"allowedInstallationOwners": {
|
|
2033
|
-
"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",
|
|
2034
|
-
"type": "array",
|
|
2035
|
-
"items": {
|
|
2036
|
-
"type": "string"
|
|
2037
|
-
}
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
"required": [
|
|
2041
|
-
"appId",
|
|
2042
|
-
"clientId",
|
|
2043
|
-
"clientSecret",
|
|
2044
|
-
"privateKey"
|
|
2045
|
-
]
|
|
2046
|
-
}
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
"required": [
|
|
2050
|
-
"host"
|
|
2051
|
-
]
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
|
-
"gitlab": {
|
|
2055
|
-
"description": "Integration configuration for GitLab",
|
|
2056
|
-
"type": "array",
|
|
2057
|
-
"items": {
|
|
2058
|
-
"type": "object",
|
|
2059
|
-
"properties": {
|
|
2060
|
-
"host": {
|
|
2061
|
-
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
2062
|
-
"visibility": "frontend",
|
|
2063
|
-
"type": "string"
|
|
2064
|
-
},
|
|
2065
|
-
"apiBaseUrl": {
|
|
2066
|
-
"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.",
|
|
2067
|
-
"visibility": "frontend",
|
|
2068
|
-
"type": "string"
|
|
2069
|
-
},
|
|
2070
|
-
"token": {
|
|
2071
|
-
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
2072
|
-
"visibility": "secret",
|
|
2073
|
-
"type": "string"
|
|
2074
|
-
},
|
|
2075
|
-
"baseUrl": {
|
|
2076
|
-
"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}.",
|
|
2077
|
-
"visibility": "frontend",
|
|
2078
|
-
"type": "string"
|
|
2079
|
-
},
|
|
2080
|
-
"commitSigningKey": {
|
|
2081
|
-
"description": "PGP signing key for signing commits.",
|
|
2082
|
-
"visibility": "secret",
|
|
2083
|
-
"type": "string"
|
|
2084
|
-
}
|
|
2085
|
-
},
|
|
2086
|
-
"required": [
|
|
2087
|
-
"host"
|
|
2088
|
-
]
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
"googleGcs": {
|
|
2092
|
-
"description": "Integration configuration for Google Cloud Storage",
|
|
2093
|
-
"type": "object",
|
|
2094
|
-
"properties": {
|
|
2095
|
-
"clientEmail": {
|
|
2096
|
-
"description": "Service account email used to authenticate requests.",
|
|
2097
|
-
"type": "string"
|
|
2098
|
-
},
|
|
2099
|
-
"privateKey": {
|
|
2100
|
-
"description": "Service account private key used to authenticate requests.",
|
|
2101
|
-
"visibility": "secret",
|
|
2102
|
-
"type": "string"
|
|
2103
|
-
}
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
"awsS3": {
|
|
2107
|
-
"description": "Integration configuration for AWS S3 Service",
|
|
2108
|
-
"type": "array",
|
|
2109
|
-
"items": {
|
|
2110
|
-
"type": "object",
|
|
2111
|
-
"properties": {
|
|
2112
|
-
"endpoint": {
|
|
2113
|
-
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
2114
|
-
"visibility": "frontend",
|
|
2115
|
-
"type": "string"
|
|
2116
|
-
},
|
|
2117
|
-
"s3ForcePathStyle": {
|
|
2118
|
-
"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.",
|
|
2119
|
-
"visibility": "frontend",
|
|
2120
|
-
"type": "boolean"
|
|
2121
|
-
},
|
|
2122
|
-
"accessKeyId": {
|
|
2123
|
-
"description": "Account access key used to authenticate requests.",
|
|
2124
|
-
"type": "string"
|
|
2125
|
-
},
|
|
2126
|
-
"secretAccessKey": {
|
|
2127
|
-
"description": "Account secret key used to authenticate requests.",
|
|
2128
|
-
"visibility": "secret",
|
|
2129
|
-
"type": "string"
|
|
2130
|
-
},
|
|
2131
|
-
"roleArn": {
|
|
2132
|
-
"description": "ARN of the role to be assumed",
|
|
2133
|
-
"type": "string"
|
|
1389
|
+
"type": "string"
|
|
1390
|
+
},
|
|
1391
|
+
"keyId": {
|
|
1392
|
+
"description": "id to uniquely identify this key within the JWK set",
|
|
1393
|
+
"type": "string"
|
|
1394
|
+
},
|
|
1395
|
+
"algorithm": {
|
|
1396
|
+
"description": "JWS \"alg\" (Algorithm) Header Parameter value. Defaults to ES256.\nMust match the algorithm used to generate the keys in the provided files",
|
|
1397
|
+
"type": "string"
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
"required": [
|
|
1401
|
+
"keyId",
|
|
1402
|
+
"privateKeyFile",
|
|
1403
|
+
"publicKeyFile"
|
|
1404
|
+
]
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
2134
1407
|
},
|
|
2135
|
-
"
|
|
2136
|
-
"
|
|
2137
|
-
|
|
2138
|
-
}
|
|
1408
|
+
"required": [
|
|
1409
|
+
"keys"
|
|
1410
|
+
]
|
|
2139
1411
|
}
|
|
2140
1412
|
}
|
|
2141
1413
|
},
|
|
2142
|
-
"
|
|
2143
|
-
"description": "
|
|
1414
|
+
"backstageTokenExpiration": {
|
|
1415
|
+
"description": "The backstage token expiration."
|
|
1416
|
+
},
|
|
1417
|
+
"experimentalExtraAllowedOrigins": {
|
|
1418
|
+
"description": "Additional app origins to allow for authenticating",
|
|
2144
1419
|
"type": "array",
|
|
2145
1420
|
"items": {
|
|
2146
|
-
"type": "
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
}
|
|
1421
|
+
"type": "string"
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1428
|
+
},
|
|
1429
|
+
"packageName": "@backstage/plugin-auth-backend"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
|
|
1433
|
+
"value": {
|
|
1434
|
+
"type": "object",
|
|
1435
|
+
"properties": {
|
|
1436
|
+
"auth": {
|
|
1437
|
+
"type": "object",
|
|
1438
|
+
"properties": {
|
|
1439
|
+
"autologout": {
|
|
1440
|
+
"description": "Autologout feature configuration",
|
|
1441
|
+
"type": "object",
|
|
1442
|
+
"properties": {
|
|
1443
|
+
"enabled": {
|
|
1444
|
+
"description": "Enable or disable the autologout feature",
|
|
1445
|
+
"visibility": "frontend",
|
|
1446
|
+
"type": "boolean"
|
|
2173
1447
|
},
|
|
2174
|
-
"
|
|
2175
|
-
"
|
|
2176
|
-
|
|
1448
|
+
"idleTimeoutMinutes": {
|
|
1449
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1450
|
+
"visibility": "frontend",
|
|
1451
|
+
"type": "number"
|
|
1452
|
+
},
|
|
1453
|
+
"promptBeforeIdleSeconds": {
|
|
1454
|
+
"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.",
|
|
1455
|
+
"visibility": "frontend",
|
|
1456
|
+
"type": "number"
|
|
1457
|
+
},
|
|
1458
|
+
"useWorkerTimers": {
|
|
1459
|
+
"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.",
|
|
1460
|
+
"visibility": "frontend",
|
|
1461
|
+
"type": "boolean"
|
|
1462
|
+
},
|
|
1463
|
+
"logoutIfDisconnected": {
|
|
1464
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1465
|
+
"visibility": "frontend",
|
|
1466
|
+
"type": "boolean"
|
|
1467
|
+
}
|
|
2177
1468
|
}
|
|
2178
|
-
}
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
},
|
|
1473
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1474
|
+
},
|
|
1475
|
+
"packageName": "@backstage/core-components"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1479
|
+
"value": {
|
|
1480
|
+
"type": "object",
|
|
1481
|
+
"properties": {
|
|
1482
|
+
"auth": {
|
|
1483
|
+
"type": "object",
|
|
1484
|
+
"properties": {
|
|
1485
|
+
"autologout": {
|
|
1486
|
+
"description": "Autologout feature configuration",
|
|
1487
|
+
"type": "object",
|
|
1488
|
+
"properties": {
|
|
1489
|
+
"enabled": {
|
|
1490
|
+
"description": "Enable or disable the autologout feature",
|
|
1491
|
+
"visibility": "frontend",
|
|
1492
|
+
"type": "boolean"
|
|
2200
1493
|
},
|
|
2201
|
-
"
|
|
2202
|
-
"
|
|
2203
|
-
|
|
1494
|
+
"idleTimeoutMinutes": {
|
|
1495
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1496
|
+
"visibility": "frontend",
|
|
1497
|
+
"type": "number"
|
|
1498
|
+
},
|
|
1499
|
+
"promptBeforeIdleSeconds": {
|
|
1500
|
+
"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.",
|
|
1501
|
+
"visibility": "frontend",
|
|
1502
|
+
"type": "number"
|
|
1503
|
+
},
|
|
1504
|
+
"useWorkerTimers": {
|
|
1505
|
+
"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.",
|
|
1506
|
+
"visibility": "frontend",
|
|
1507
|
+
"type": "boolean"
|
|
1508
|
+
},
|
|
1509
|
+
"logoutIfDisconnected": {
|
|
1510
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1511
|
+
"visibility": "frontend",
|
|
1512
|
+
"type": "boolean"
|
|
1513
|
+
}
|
|
2204
1514
|
}
|
|
2205
1515
|
}
|
|
2206
1516
|
}
|
|
@@ -2208,7 +1518,7 @@
|
|
|
2208
1518
|
},
|
|
2209
1519
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2210
1520
|
},
|
|
2211
|
-
"packageName": "@backstage/
|
|
1521
|
+
"packageName": "@backstage/core-components"
|
|
2212
1522
|
},
|
|
2213
1523
|
{
|
|
2214
1524
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -2309,6 +1619,30 @@
|
|
|
2309
1619
|
},
|
|
2310
1620
|
"packageName": "@backstage/backend-app-api"
|
|
2311
1621
|
},
|
|
1622
|
+
{
|
|
1623
|
+
"path": "../../plugins/events-node/config.d.ts",
|
|
1624
|
+
"value": {
|
|
1625
|
+
"type": "object",
|
|
1626
|
+
"properties": {
|
|
1627
|
+
"events": {
|
|
1628
|
+
"type": "object",
|
|
1629
|
+
"properties": {
|
|
1630
|
+
"useEventBus": {
|
|
1631
|
+
"description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
|
|
1632
|
+
"enum": [
|
|
1633
|
+
"always",
|
|
1634
|
+
"auto",
|
|
1635
|
+
"never"
|
|
1636
|
+
],
|
|
1637
|
+
"type": "string"
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1643
|
+
},
|
|
1644
|
+
"packageName": "@backstage/plugin-events-node"
|
|
1645
|
+
},
|
|
2312
1646
|
{
|
|
2313
1647
|
"path": "../backend-defaults/config.d.ts",
|
|
2314
1648
|
"value": {
|
|
@@ -2466,6 +1800,19 @@
|
|
|
2466
1800
|
}
|
|
2467
1801
|
}
|
|
2468
1802
|
},
|
|
1803
|
+
"actions": {
|
|
1804
|
+
"description": "Options used by the default actions service.",
|
|
1805
|
+
"type": "object",
|
|
1806
|
+
"properties": {
|
|
1807
|
+
"pluginSources": {
|
|
1808
|
+
"description": "List of plugin sources to load actions from.",
|
|
1809
|
+
"type": "array",
|
|
1810
|
+
"items": {
|
|
1811
|
+
"type": "string"
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
2469
1816
|
"auth": {
|
|
2470
1817
|
"description": "Options used by the default auth, httpAuth and userInfo services.",
|
|
2471
1818
|
"type": "object",
|
|
@@ -3446,30 +2793,6 @@
|
|
|
3446
2793
|
},
|
|
3447
2794
|
"packageName": "@backstage/backend-defaults"
|
|
3448
2795
|
},
|
|
3449
|
-
{
|
|
3450
|
-
"path": "../../plugins/events-node/config.d.ts",
|
|
3451
|
-
"value": {
|
|
3452
|
-
"type": "object",
|
|
3453
|
-
"properties": {
|
|
3454
|
-
"events": {
|
|
3455
|
-
"type": "object",
|
|
3456
|
-
"properties": {
|
|
3457
|
-
"useEventBus": {
|
|
3458
|
-
"description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
|
|
3459
|
-
"enum": [
|
|
3460
|
-
"always",
|
|
3461
|
-
"auto",
|
|
3462
|
-
"never"
|
|
3463
|
-
],
|
|
3464
|
-
"type": "string"
|
|
3465
|
-
}
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3468
|
-
},
|
|
3469
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3470
|
-
},
|
|
3471
|
-
"packageName": "@backstage/plugin-events-node"
|
|
3472
|
-
},
|
|
3473
2796
|
{
|
|
3474
2797
|
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
3475
2798
|
"value": {
|
|
@@ -3594,27 +2917,6 @@
|
|
|
3594
2917
|
},
|
|
3595
2918
|
"packageName": "@backstage/plugin-auth-backend-module-google-provider"
|
|
3596
2919
|
},
|
|
3597
|
-
{
|
|
3598
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
|
|
3599
|
-
"value": {
|
|
3600
|
-
"type": "object",
|
|
3601
|
-
"properties": {
|
|
3602
|
-
"permission": {
|
|
3603
|
-
"description": "Configuration options for Backstage permissions and authorization",
|
|
3604
|
-
"type": "object",
|
|
3605
|
-
"properties": {
|
|
3606
|
-
"enabled": {
|
|
3607
|
-
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
3608
|
-
"visibility": "frontend",
|
|
3609
|
-
"type": "boolean"
|
|
3610
|
-
}
|
|
3611
|
-
}
|
|
3612
|
-
}
|
|
3613
|
-
},
|
|
3614
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3615
|
-
},
|
|
3616
|
-
"packageName": "@backstage/plugin-permission-common"
|
|
3617
|
-
},
|
|
3618
2920
|
{
|
|
3619
2921
|
"path": "../integration-aws-node/config.d.ts",
|
|
3620
2922
|
"value": {
|