@techdocs/cli 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250116022939
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 +17 -5
- package/dist/commands/index.cjs.js +3 -0
- package/dist/commands/index.cjs.js.map +1 -1
- package/dist/embedded-app/.config-schema.json +261 -1246
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/main.21d5632b.js +553 -0
- package/dist/embedded-app/static/main.21d5632b.js.map +1 -0
- package/dist/embedded-app/static/{module-material-table.84f30b2f.js → module-material-table.d6e8d890.js} +2 -2
- package/dist/embedded-app/static/{module-material-table.84f30b2f.js.map → module-material-table.d6e8d890.js.map} +1 -1
- package/dist/embedded-app/static/module-material-ui.b24ef3a3.js +24 -0
- package/dist/embedded-app/static/module-material-ui.b24ef3a3.js.map +1 -0
- package/dist/embedded-app/static/{runtime.a6c99f76.js → runtime.21d5632b.js} +1 -1
- package/dist/embedded-app/static/{runtime.a6c99f76.js.map → runtime.21d5632b.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.a6c99f76.js → vendor.21d5632b.js} +43 -43
- package/dist/embedded-app/static/vendor.21d5632b.js.map +1 -0
- package/dist/lib/PublisherConfig.cjs.js +4 -1
- package/dist/lib/PublisherConfig.cjs.js.map +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +6 -6
- package/dist/embedded-app/static/main.a6c99f76.js +0 -553
- package/dist/embedded-app/static/main.a6c99f76.js.map +0 -1
- package/dist/embedded-app/static/module-material-ui.909829ed.js +0 -24
- package/dist/embedded-app/static/module-material-ui.909829ed.js.map +0 -1
- package/dist/embedded-app/static/vendor.a6c99f76.js.map +0 -1
|
@@ -1049,6 +1049,73 @@
|
|
|
1049
1049
|
},
|
|
1050
1050
|
"packageName": "@backstage/plugin-catalog"
|
|
1051
1051
|
},
|
|
1052
|
+
{
|
|
1053
|
+
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1054
|
+
"value": {
|
|
1055
|
+
"type": "object",
|
|
1056
|
+
"properties": {
|
|
1057
|
+
"stackstorm": {
|
|
1058
|
+
"type": "object",
|
|
1059
|
+
"properties": {
|
|
1060
|
+
"webUrl": {
|
|
1061
|
+
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1062
|
+
"visibility": "frontend",
|
|
1063
|
+
"type": "string"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"required": [
|
|
1067
|
+
"webUrl"
|
|
1068
|
+
]
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1072
|
+
},
|
|
1073
|
+
"packageName": "@backstage-community/plugin-stackstorm"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
1077
|
+
"value": {
|
|
1078
|
+
"type": "object",
|
|
1079
|
+
"properties": {
|
|
1080
|
+
"scorecards": {
|
|
1081
|
+
"description": "Extra configuration for score card plugin",
|
|
1082
|
+
"type": "object",
|
|
1083
|
+
"properties": {
|
|
1084
|
+
"jsonDataUrl": {
|
|
1085
|
+
"description": "The public absolute root URL with json file defining the score card entries.",
|
|
1086
|
+
"visibility": "frontend",
|
|
1087
|
+
"type": "string"
|
|
1088
|
+
},
|
|
1089
|
+
"display": {
|
|
1090
|
+
"type": "object",
|
|
1091
|
+
"properties": {
|
|
1092
|
+
"reviewer": {
|
|
1093
|
+
"description": "Whether to display the reviewer column in the score card table.",
|
|
1094
|
+
"visibility": "frontend",
|
|
1095
|
+
"type": "string"
|
|
1096
|
+
},
|
|
1097
|
+
"reviewDate": {
|
|
1098
|
+
"description": "Whether to display the review date column in the score card table.",
|
|
1099
|
+
"visibility": "frontend",
|
|
1100
|
+
"type": "string"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
"wikiLinkTemplate": {
|
|
1105
|
+
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
1106
|
+
"visibility": "frontend",
|
|
1107
|
+
"type": "string"
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
"required": [
|
|
1113
|
+
"scorecards"
|
|
1114
|
+
],
|
|
1115
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1116
|
+
},
|
|
1117
|
+
"packageName": "@oriflame/backstage-plugin-score-card"
|
|
1118
|
+
},
|
|
1052
1119
|
{
|
|
1053
1120
|
"path": "../backend-plugin-api/config.d.ts",
|
|
1054
1121
|
"value": {
|
|
@@ -1373,71 +1440,96 @@
|
|
|
1373
1440
|
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1374
1441
|
},
|
|
1375
1442
|
{
|
|
1376
|
-
"path": "../../node_modules/@backstage-community/plugin-
|
|
1443
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1377
1444
|
"value": {
|
|
1378
1445
|
"type": "object",
|
|
1379
1446
|
"properties": {
|
|
1380
|
-
"
|
|
1447
|
+
"auth": {
|
|
1381
1448
|
"type": "object",
|
|
1382
1449
|
"properties": {
|
|
1383
|
-
"
|
|
1384
|
-
"description": "
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1450
|
+
"autologout": {
|
|
1451
|
+
"description": "Autologout feature configuration",
|
|
1452
|
+
"type": "object",
|
|
1453
|
+
"properties": {
|
|
1454
|
+
"enabled": {
|
|
1455
|
+
"description": "Enable or disable the autologout feature",
|
|
1456
|
+
"visibility": "frontend",
|
|
1457
|
+
"type": "boolean"
|
|
1458
|
+
},
|
|
1459
|
+
"idleTimeoutMinutes": {
|
|
1460
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1461
|
+
"visibility": "frontend",
|
|
1462
|
+
"type": "number"
|
|
1463
|
+
},
|
|
1464
|
+
"promptBeforeIdleSeconds": {
|
|
1465
|
+
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
1466
|
+
"visibility": "frontend",
|
|
1467
|
+
"type": "number"
|
|
1468
|
+
},
|
|
1469
|
+
"useWorkerTimers": {
|
|
1470
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
1471
|
+
"visibility": "frontend",
|
|
1472
|
+
"type": "boolean"
|
|
1473
|
+
},
|
|
1474
|
+
"logoutIfDisconnected": {
|
|
1475
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1476
|
+
"visibility": "frontend",
|
|
1477
|
+
"type": "boolean"
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1387
1480
|
}
|
|
1388
|
-
}
|
|
1389
|
-
"required": [
|
|
1390
|
-
"webUrl"
|
|
1391
|
-
]
|
|
1481
|
+
}
|
|
1392
1482
|
}
|
|
1393
1483
|
},
|
|
1394
1484
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1395
1485
|
},
|
|
1396
|
-
"packageName": "@backstage
|
|
1486
|
+
"packageName": "@backstage/core-components"
|
|
1397
1487
|
},
|
|
1398
1488
|
{
|
|
1399
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
1489
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1400
1490
|
"value": {
|
|
1401
1491
|
"type": "object",
|
|
1402
1492
|
"properties": {
|
|
1403
|
-
"
|
|
1404
|
-
"description": "Extra configuration for score card plugin",
|
|
1493
|
+
"auth": {
|
|
1405
1494
|
"type": "object",
|
|
1406
1495
|
"properties": {
|
|
1407
|
-
"
|
|
1408
|
-
"description": "
|
|
1409
|
-
"visibility": "frontend",
|
|
1410
|
-
"type": "string"
|
|
1411
|
-
},
|
|
1412
|
-
"display": {
|
|
1496
|
+
"autologout": {
|
|
1497
|
+
"description": "Autologout feature configuration",
|
|
1413
1498
|
"type": "object",
|
|
1414
1499
|
"properties": {
|
|
1415
|
-
"
|
|
1416
|
-
"description": "
|
|
1500
|
+
"enabled": {
|
|
1501
|
+
"description": "Enable or disable the autologout feature",
|
|
1417
1502
|
"visibility": "frontend",
|
|
1418
|
-
"type": "
|
|
1503
|
+
"type": "boolean"
|
|
1419
1504
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"description": "
|
|
1505
|
+
"idleTimeoutMinutes": {
|
|
1506
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1422
1507
|
"visibility": "frontend",
|
|
1423
|
-
"type": "
|
|
1508
|
+
"type": "number"
|
|
1509
|
+
},
|
|
1510
|
+
"promptBeforeIdleSeconds": {
|
|
1511
|
+
"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.",
|
|
1512
|
+
"visibility": "frontend",
|
|
1513
|
+
"type": "number"
|
|
1514
|
+
},
|
|
1515
|
+
"useWorkerTimers": {
|
|
1516
|
+
"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.",
|
|
1517
|
+
"visibility": "frontend",
|
|
1518
|
+
"type": "boolean"
|
|
1519
|
+
},
|
|
1520
|
+
"logoutIfDisconnected": {
|
|
1521
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1522
|
+
"visibility": "frontend",
|
|
1523
|
+
"type": "boolean"
|
|
1424
1524
|
}
|
|
1425
1525
|
}
|
|
1426
|
-
},
|
|
1427
|
-
"wikiLinkTemplate": {
|
|
1428
|
-
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
1429
|
-
"visibility": "frontend",
|
|
1430
|
-
"type": "string"
|
|
1431
1526
|
}
|
|
1432
1527
|
}
|
|
1433
1528
|
}
|
|
1434
1529
|
},
|
|
1435
|
-
"required": [
|
|
1436
|
-
"scorecards"
|
|
1437
|
-
],
|
|
1438
1530
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1439
1531
|
},
|
|
1440
|
-
"packageName": "@
|
|
1532
|
+
"packageName": "@backstage/core-components"
|
|
1441
1533
|
},
|
|
1442
1534
|
{
|
|
1443
1535
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -2952,7 +3044,7 @@
|
|
|
2952
3044
|
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
2953
3045
|
},
|
|
2954
3046
|
{
|
|
2955
|
-
"path": "../../plugins/auth-backend-module-
|
|
3047
|
+
"path": "../../plugins/auth-backend-module-gitlab-provider/config.d.ts",
|
|
2956
3048
|
"value": {
|
|
2957
3049
|
"type": "object",
|
|
2958
3050
|
"properties": {
|
|
@@ -2962,7 +3054,7 @@
|
|
|
2962
3054
|
"providers": {
|
|
2963
3055
|
"type": "object",
|
|
2964
3056
|
"properties": {
|
|
2965
|
-
"
|
|
3057
|
+
"gitlab": {
|
|
2966
3058
|
"visibility": "frontend",
|
|
2967
3059
|
"type": "object",
|
|
2968
3060
|
"additionalProperties": {
|
|
@@ -2975,10 +3067,10 @@
|
|
|
2975
3067
|
"visibility": "secret",
|
|
2976
3068
|
"type": "string"
|
|
2977
3069
|
},
|
|
2978
|
-
"
|
|
3070
|
+
"audience": {
|
|
2979
3071
|
"type": "string"
|
|
2980
3072
|
},
|
|
2981
|
-
"
|
|
3073
|
+
"callbackUrl": {
|
|
2982
3074
|
"type": "string"
|
|
2983
3075
|
},
|
|
2984
3076
|
"additionalScopes": {
|
|
@@ -3065,20 +3157,21 @@
|
|
|
3065
3157
|
},
|
|
3066
3158
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3067
3159
|
},
|
|
3068
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3160
|
+
"packageName": "@backstage/plugin-auth-backend-module-gitlab-provider"
|
|
3069
3161
|
},
|
|
3070
3162
|
{
|
|
3071
|
-
"path": "../../plugins/auth-backend-module-
|
|
3163
|
+
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
3072
3164
|
"value": {
|
|
3073
3165
|
"type": "object",
|
|
3074
3166
|
"properties": {
|
|
3075
3167
|
"auth": {
|
|
3168
|
+
"description": "Configuration options for the auth plugin",
|
|
3076
3169
|
"type": "object",
|
|
3077
3170
|
"properties": {
|
|
3078
3171
|
"providers": {
|
|
3079
3172
|
"type": "object",
|
|
3080
3173
|
"properties": {
|
|
3081
|
-
"
|
|
3174
|
+
"google": {
|
|
3082
3175
|
"visibility": "frontend",
|
|
3083
3176
|
"type": "object",
|
|
3084
3177
|
"additionalProperties": {
|
|
@@ -3091,9 +3184,6 @@
|
|
|
3091
3184
|
"visibility": "secret",
|
|
3092
3185
|
"type": "string"
|
|
3093
3186
|
},
|
|
3094
|
-
"audience": {
|
|
3095
|
-
"type": "string"
|
|
3096
|
-
},
|
|
3097
3187
|
"callbackUrl": {
|
|
3098
3188
|
"type": "string"
|
|
3099
3189
|
},
|
|
@@ -3122,7 +3212,7 @@
|
|
|
3122
3212
|
"properties": {
|
|
3123
3213
|
"resolver": {
|
|
3124
3214
|
"type": "string",
|
|
3125
|
-
"const": "
|
|
3215
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3126
3216
|
}
|
|
3127
3217
|
},
|
|
3128
3218
|
"required": [
|
|
@@ -3181,21 +3271,20 @@
|
|
|
3181
3271
|
},
|
|
3182
3272
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3183
3273
|
},
|
|
3184
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3274
|
+
"packageName": "@backstage/plugin-auth-backend-module-google-provider"
|
|
3185
3275
|
},
|
|
3186
3276
|
{
|
|
3187
|
-
"path": "../../plugins/auth-backend-module-
|
|
3277
|
+
"path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
|
|
3188
3278
|
"value": {
|
|
3189
3279
|
"type": "object",
|
|
3190
3280
|
"properties": {
|
|
3191
3281
|
"auth": {
|
|
3192
|
-
"description": "Configuration options for the auth plugin",
|
|
3193
3282
|
"type": "object",
|
|
3194
3283
|
"properties": {
|
|
3195
3284
|
"providers": {
|
|
3196
3285
|
"type": "object",
|
|
3197
3286
|
"properties": {
|
|
3198
|
-
"
|
|
3287
|
+
"microsoft": {
|
|
3199
3288
|
"visibility": "frontend",
|
|
3200
3289
|
"type": "object",
|
|
3201
3290
|
"additionalProperties": {
|
|
@@ -3204,10 +3293,16 @@
|
|
|
3204
3293
|
"clientId": {
|
|
3205
3294
|
"type": "string"
|
|
3206
3295
|
},
|
|
3296
|
+
"tenantId": {
|
|
3297
|
+
"type": "string"
|
|
3298
|
+
},
|
|
3207
3299
|
"clientSecret": {
|
|
3208
3300
|
"visibility": "secret",
|
|
3209
3301
|
"type": "string"
|
|
3210
3302
|
},
|
|
3303
|
+
"domainHint": {
|
|
3304
|
+
"type": "string"
|
|
3305
|
+
},
|
|
3211
3306
|
"callbackUrl": {
|
|
3212
3307
|
"type": "string"
|
|
3213
3308
|
},
|
|
@@ -3224,6 +3319,9 @@
|
|
|
3224
3319
|
}
|
|
3225
3320
|
]
|
|
3226
3321
|
},
|
|
3322
|
+
"skipUserProfile": {
|
|
3323
|
+
"type": "boolean"
|
|
3324
|
+
},
|
|
3227
3325
|
"signIn": {
|
|
3228
3326
|
"type": "object",
|
|
3229
3327
|
"properties": {
|
|
@@ -3284,7 +3382,8 @@
|
|
|
3284
3382
|
},
|
|
3285
3383
|
"required": [
|
|
3286
3384
|
"clientId",
|
|
3287
|
-
"clientSecret"
|
|
3385
|
+
"clientSecret",
|
|
3386
|
+
"tenantId"
|
|
3288
3387
|
]
|
|
3289
3388
|
}
|
|
3290
3389
|
}
|
|
@@ -3295,10 +3394,10 @@
|
|
|
3295
3394
|
},
|
|
3296
3395
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3297
3396
|
},
|
|
3298
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3397
|
+
"packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
|
|
3299
3398
|
},
|
|
3300
3399
|
{
|
|
3301
|
-
"path": "../../plugins/auth-backend-module-
|
|
3400
|
+
"path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
|
|
3302
3401
|
"value": {
|
|
3303
3402
|
"type": "object",
|
|
3304
3403
|
"properties": {
|
|
@@ -3308,7 +3407,7 @@
|
|
|
3308
3407
|
"providers": {
|
|
3309
3408
|
"type": "object",
|
|
3310
3409
|
"properties": {
|
|
3311
|
-
"
|
|
3410
|
+
"oauth2": {
|
|
3312
3411
|
"visibility": "frontend",
|
|
3313
3412
|
"type": "object",
|
|
3314
3413
|
"additionalProperties": {
|
|
@@ -3317,17 +3416,18 @@
|
|
|
3317
3416
|
"clientId": {
|
|
3318
3417
|
"type": "string"
|
|
3319
3418
|
},
|
|
3320
|
-
"tenantId": {
|
|
3321
|
-
"type": "string"
|
|
3322
|
-
},
|
|
3323
3419
|
"clientSecret": {
|
|
3324
3420
|
"visibility": "secret",
|
|
3325
3421
|
"type": "string"
|
|
3326
3422
|
},
|
|
3327
|
-
"
|
|
3423
|
+
"authorizationUrl": {
|
|
3328
3424
|
"type": "string"
|
|
3329
3425
|
},
|
|
3330
|
-
"
|
|
3426
|
+
"tokenUrl": {
|
|
3427
|
+
"type": "string"
|
|
3428
|
+
},
|
|
3429
|
+
"scope": {
|
|
3430
|
+
"deprecated": "use `additionalScopes` instead",
|
|
3331
3431
|
"type": "string"
|
|
3332
3432
|
},
|
|
3333
3433
|
"additionalScopes": {
|
|
@@ -3343,7 +3443,10 @@
|
|
|
3343
3443
|
}
|
|
3344
3444
|
]
|
|
3345
3445
|
},
|
|
3346
|
-
"
|
|
3446
|
+
"disableRefresh": {
|
|
3447
|
+
"type": "boolean"
|
|
3448
|
+
},
|
|
3449
|
+
"includeBasicAuth": {
|
|
3347
3450
|
"type": "boolean"
|
|
3348
3451
|
},
|
|
3349
3452
|
"signIn": {
|
|
@@ -3358,7 +3461,7 @@
|
|
|
3358
3461
|
"properties": {
|
|
3359
3462
|
"resolver": {
|
|
3360
3463
|
"type": "string",
|
|
3361
|
-
"const": "
|
|
3464
|
+
"const": "usernameMatchingUserEntityName"
|
|
3362
3465
|
}
|
|
3363
3466
|
},
|
|
3364
3467
|
"required": [
|
|
@@ -3405,9 +3508,10 @@
|
|
|
3405
3508
|
}
|
|
3406
3509
|
},
|
|
3407
3510
|
"required": [
|
|
3511
|
+
"authorizationUrl",
|
|
3408
3512
|
"clientId",
|
|
3409
3513
|
"clientSecret",
|
|
3410
|
-
"
|
|
3514
|
+
"tokenUrl"
|
|
3411
3515
|
]
|
|
3412
3516
|
}
|
|
3413
3517
|
}
|
|
@@ -3418,10 +3522,10 @@
|
|
|
3418
3522
|
},
|
|
3419
3523
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3420
3524
|
},
|
|
3421
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3525
|
+
"packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
|
|
3422
3526
|
},
|
|
3423
3527
|
{
|
|
3424
|
-
"path": "../../plugins/auth-backend-module-
|
|
3528
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
3425
3529
|
"value": {
|
|
3426
3530
|
"type": "object",
|
|
3427
3531
|
"properties": {
|
|
@@ -3431,7 +3535,7 @@
|
|
|
3431
3535
|
"providers": {
|
|
3432
3536
|
"type": "object",
|
|
3433
3537
|
"properties": {
|
|
3434
|
-
"
|
|
3538
|
+
"oidc": {
|
|
3435
3539
|
"visibility": "frontend",
|
|
3436
3540
|
"type": "object",
|
|
3437
3541
|
"additionalProperties": {
|
|
@@ -3444,14 +3548,16 @@
|
|
|
3444
3548
|
"visibility": "secret",
|
|
3445
3549
|
"type": "string"
|
|
3446
3550
|
},
|
|
3447
|
-
"
|
|
3551
|
+
"metadataUrl": {
|
|
3448
3552
|
"type": "string"
|
|
3449
3553
|
},
|
|
3450
|
-
"
|
|
3554
|
+
"callbackUrl": {
|
|
3451
3555
|
"type": "string"
|
|
3452
3556
|
},
|
|
3453
|
-
"
|
|
3454
|
-
"
|
|
3557
|
+
"tokenEndpointAuthMethod": {
|
|
3558
|
+
"type": "string"
|
|
3559
|
+
},
|
|
3560
|
+
"tokenSignedResponseAlg": {
|
|
3455
3561
|
"type": "string"
|
|
3456
3562
|
},
|
|
3457
3563
|
"additionalScopes": {
|
|
@@ -3467,11 +3573,8 @@
|
|
|
3467
3573
|
}
|
|
3468
3574
|
]
|
|
3469
3575
|
},
|
|
3470
|
-
"
|
|
3471
|
-
"type": "
|
|
3472
|
-
},
|
|
3473
|
-
"includeBasicAuth": {
|
|
3474
|
-
"type": "boolean"
|
|
3576
|
+
"prompt": {
|
|
3577
|
+
"type": "string"
|
|
3475
3578
|
},
|
|
3476
3579
|
"signIn": {
|
|
3477
3580
|
"type": "object",
|
|
@@ -3480,18 +3583,6 @@
|
|
|
3480
3583
|
"type": "array",
|
|
3481
3584
|
"items": {
|
|
3482
3585
|
"anyOf": [
|
|
3483
|
-
{
|
|
3484
|
-
"type": "object",
|
|
3485
|
-
"properties": {
|
|
3486
|
-
"resolver": {
|
|
3487
|
-
"type": "string",
|
|
3488
|
-
"const": "usernameMatchingUserEntityName"
|
|
3489
|
-
}
|
|
3490
|
-
},
|
|
3491
|
-
"required": [
|
|
3492
|
-
"resolver"
|
|
3493
|
-
]
|
|
3494
|
-
},
|
|
3495
3586
|
{
|
|
3496
3587
|
"type": "object",
|
|
3497
3588
|
"properties": {
|
|
@@ -3532,10 +3623,9 @@
|
|
|
3532
3623
|
}
|
|
3533
3624
|
},
|
|
3534
3625
|
"required": [
|
|
3535
|
-
"authorizationUrl",
|
|
3536
3626
|
"clientId",
|
|
3537
3627
|
"clientSecret",
|
|
3538
|
-
"
|
|
3628
|
+
"metadataUrl"
|
|
3539
3629
|
]
|
|
3540
3630
|
}
|
|
3541
3631
|
}
|
|
@@ -3546,10 +3636,10 @@
|
|
|
3546
3636
|
},
|
|
3547
3637
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3548
3638
|
},
|
|
3549
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3639
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
3550
3640
|
},
|
|
3551
3641
|
{
|
|
3552
|
-
"path": "../../plugins/auth-backend-module-
|
|
3642
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
3553
3643
|
"value": {
|
|
3554
3644
|
"type": "object",
|
|
3555
3645
|
"properties": {
|
|
@@ -3559,7 +3649,7 @@
|
|
|
3559
3649
|
"providers": {
|
|
3560
3650
|
"type": "object",
|
|
3561
3651
|
"properties": {
|
|
3562
|
-
"
|
|
3652
|
+
"okta": {
|
|
3563
3653
|
"visibility": "frontend",
|
|
3564
3654
|
"type": "object",
|
|
3565
3655
|
"additionalProperties": {
|
|
@@ -3572,16 +3662,16 @@
|
|
|
3572
3662
|
"visibility": "secret",
|
|
3573
3663
|
"type": "string"
|
|
3574
3664
|
},
|
|
3575
|
-
"
|
|
3665
|
+
"audience": {
|
|
3576
3666
|
"type": "string"
|
|
3577
3667
|
},
|
|
3578
|
-
"
|
|
3668
|
+
"authServerId": {
|
|
3579
3669
|
"type": "string"
|
|
3580
3670
|
},
|
|
3581
|
-
"
|
|
3671
|
+
"idp": {
|
|
3582
3672
|
"type": "string"
|
|
3583
3673
|
},
|
|
3584
|
-
"
|
|
3674
|
+
"callbackUrl": {
|
|
3585
3675
|
"type": "string"
|
|
3586
3676
|
},
|
|
3587
3677
|
"additionalScopes": {
|
|
@@ -3597,9 +3687,6 @@
|
|
|
3597
3687
|
}
|
|
3598
3688
|
]
|
|
3599
3689
|
},
|
|
3600
|
-
"prompt": {
|
|
3601
|
-
"type": "string"
|
|
3602
|
-
},
|
|
3603
3690
|
"signIn": {
|
|
3604
3691
|
"type": "object",
|
|
3605
3692
|
"properties": {
|
|
@@ -3607,6 +3694,18 @@
|
|
|
3607
3694
|
"type": "array",
|
|
3608
3695
|
"items": {
|
|
3609
3696
|
"anyOf": [
|
|
3697
|
+
{
|
|
3698
|
+
"type": "object",
|
|
3699
|
+
"properties": {
|
|
3700
|
+
"resolver": {
|
|
3701
|
+
"type": "string",
|
|
3702
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
"required": [
|
|
3706
|
+
"resolver"
|
|
3707
|
+
]
|
|
3708
|
+
},
|
|
3610
3709
|
{
|
|
3611
3710
|
"type": "object",
|
|
3612
3711
|
"properties": {
|
|
@@ -3648,8 +3747,7 @@
|
|
|
3648
3747
|
},
|
|
3649
3748
|
"required": [
|
|
3650
3749
|
"clientId",
|
|
3651
|
-
"clientSecret"
|
|
3652
|
-
"metadataUrl"
|
|
3750
|
+
"clientSecret"
|
|
3653
3751
|
]
|
|
3654
3752
|
}
|
|
3655
3753
|
}
|
|
@@ -3660,10 +3758,10 @@
|
|
|
3660
3758
|
},
|
|
3661
3759
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3662
3760
|
},
|
|
3663
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3761
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
3664
3762
|
},
|
|
3665
3763
|
{
|
|
3666
|
-
"path": "../../plugins/auth-backend-module-
|
|
3764
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
3667
3765
|
"value": {
|
|
3668
3766
|
"type": "object",
|
|
3669
3767
|
"properties": {
|
|
@@ -3673,7 +3771,7 @@
|
|
|
3673
3771
|
"providers": {
|
|
3674
3772
|
"type": "object",
|
|
3675
3773
|
"properties": {
|
|
3676
|
-
"
|
|
3774
|
+
"onelogin": {
|
|
3677
3775
|
"visibility": "frontend",
|
|
3678
3776
|
"type": "object",
|
|
3679
3777
|
"additionalProperties": {
|
|
@@ -3686,31 +3784,12 @@
|
|
|
3686
3784
|
"visibility": "secret",
|
|
3687
3785
|
"type": "string"
|
|
3688
3786
|
},
|
|
3689
|
-
"
|
|
3690
|
-
"type": "string"
|
|
3691
|
-
},
|
|
3692
|
-
"authServerId": {
|
|
3693
|
-
"type": "string"
|
|
3694
|
-
},
|
|
3695
|
-
"idp": {
|
|
3787
|
+
"issuer": {
|
|
3696
3788
|
"type": "string"
|
|
3697
3789
|
},
|
|
3698
3790
|
"callbackUrl": {
|
|
3699
3791
|
"type": "string"
|
|
3700
3792
|
},
|
|
3701
|
-
"additionalScopes": {
|
|
3702
|
-
"anyOf": [
|
|
3703
|
-
{
|
|
3704
|
-
"type": "array",
|
|
3705
|
-
"items": {
|
|
3706
|
-
"type": "string"
|
|
3707
|
-
}
|
|
3708
|
-
},
|
|
3709
|
-
{
|
|
3710
|
-
"type": "string"
|
|
3711
|
-
}
|
|
3712
|
-
]
|
|
3713
|
-
},
|
|
3714
3793
|
"signIn": {
|
|
3715
3794
|
"type": "object",
|
|
3716
3795
|
"properties": {
|
|
@@ -3723,7 +3802,7 @@
|
|
|
3723
3802
|
"properties": {
|
|
3724
3803
|
"resolver": {
|
|
3725
3804
|
"type": "string",
|
|
3726
|
-
"const": "
|
|
3805
|
+
"const": "usernameMatchingUserEntityName"
|
|
3727
3806
|
}
|
|
3728
3807
|
},
|
|
3729
3808
|
"required": [
|
|
@@ -3771,7 +3850,8 @@
|
|
|
3771
3850
|
},
|
|
3772
3851
|
"required": [
|
|
3773
3852
|
"clientId",
|
|
3774
|
-
"clientSecret"
|
|
3853
|
+
"clientSecret",
|
|
3854
|
+
"issuer"
|
|
3775
3855
|
]
|
|
3776
3856
|
}
|
|
3777
3857
|
}
|
|
@@ -3782,10 +3862,10 @@
|
|
|
3782
3862
|
},
|
|
3783
3863
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3784
3864
|
},
|
|
3785
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3865
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
3786
3866
|
},
|
|
3787
3867
|
{
|
|
3788
|
-
"path": "../../plugins/auth-backend-module-
|
|
3868
|
+
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
3789
3869
|
"value": {
|
|
3790
3870
|
"type": "object",
|
|
3791
3871
|
"properties": {
|
|
@@ -3795,7 +3875,7 @@
|
|
|
3795
3875
|
"providers": {
|
|
3796
3876
|
"type": "object",
|
|
3797
3877
|
"properties": {
|
|
3798
|
-
"
|
|
3878
|
+
"github": {
|
|
3799
3879
|
"visibility": "frontend",
|
|
3800
3880
|
"type": "object",
|
|
3801
3881
|
"additionalProperties": {
|
|
@@ -3808,12 +3888,25 @@
|
|
|
3808
3888
|
"visibility": "secret",
|
|
3809
3889
|
"type": "string"
|
|
3810
3890
|
},
|
|
3811
|
-
"
|
|
3891
|
+
"callbackUrl": {
|
|
3812
3892
|
"type": "string"
|
|
3813
3893
|
},
|
|
3814
|
-
"
|
|
3894
|
+
"enterpriseInstanceUrl": {
|
|
3815
3895
|
"type": "string"
|
|
3816
3896
|
},
|
|
3897
|
+
"additionalScopes": {
|
|
3898
|
+
"anyOf": [
|
|
3899
|
+
{
|
|
3900
|
+
"type": "array",
|
|
3901
|
+
"items": {
|
|
3902
|
+
"type": "string"
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"type": "string"
|
|
3907
|
+
}
|
|
3908
|
+
]
|
|
3909
|
+
},
|
|
3817
3910
|
"signIn": {
|
|
3818
3911
|
"type": "object",
|
|
3819
3912
|
"properties": {
|
|
@@ -3874,8 +3967,7 @@
|
|
|
3874
3967
|
},
|
|
3875
3968
|
"required": [
|
|
3876
3969
|
"clientId",
|
|
3877
|
-
"clientSecret"
|
|
3878
|
-
"issuer"
|
|
3970
|
+
"clientSecret"
|
|
3879
3971
|
]
|
|
3880
3972
|
}
|
|
3881
3973
|
}
|
|
@@ -3886,960 +3978,63 @@
|
|
|
3886
3978
|
},
|
|
3887
3979
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3888
3980
|
},
|
|
3889
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3981
|
+
"packageName": "@backstage/plugin-auth-backend-module-github-provider"
|
|
3890
3982
|
},
|
|
3891
3983
|
{
|
|
3892
|
-
"path": "
|
|
3984
|
+
"path": "../integration-aws-node/config.d.ts",
|
|
3893
3985
|
"value": {
|
|
3894
3986
|
"type": "object",
|
|
3895
3987
|
"properties": {
|
|
3896
|
-
"
|
|
3988
|
+
"aws": {
|
|
3989
|
+
"description": "Configuration for access to AWS accounts",
|
|
3897
3990
|
"type": "object",
|
|
3898
3991
|
"properties": {
|
|
3899
|
-
"
|
|
3900
|
-
"description": "
|
|
3992
|
+
"accountDefaults": {
|
|
3993
|
+
"description": "Defaults for retrieving AWS account credentials",
|
|
3901
3994
|
"type": "object",
|
|
3902
3995
|
"properties": {
|
|
3903
|
-
"
|
|
3904
|
-
"description": "
|
|
3905
|
-
"
|
|
3906
|
-
"type": "boolean"
|
|
3907
|
-
},
|
|
3908
|
-
"idleTimeoutMinutes": {
|
|
3909
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
3910
|
-
"visibility": "frontend",
|
|
3911
|
-
"type": "number"
|
|
3996
|
+
"roleName": {
|
|
3997
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
3998
|
+
"type": "string"
|
|
3912
3999
|
},
|
|
3913
|
-
"
|
|
3914
|
-
"description": "
|
|
3915
|
-
"
|
|
3916
|
-
"type": "number"
|
|
4000
|
+
"partition": {
|
|
4001
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
4002
|
+
"type": "string"
|
|
3917
4003
|
},
|
|
3918
|
-
"
|
|
3919
|
-
"description": "
|
|
3920
|
-
"
|
|
3921
|
-
"type": "boolean"
|
|
4004
|
+
"region": {
|
|
4005
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
4006
|
+
"type": "string"
|
|
3922
4007
|
},
|
|
3923
|
-
"
|
|
3924
|
-
"description": "
|
|
3925
|
-
"visibility": "
|
|
3926
|
-
"type": "
|
|
4008
|
+
"externalId": {
|
|
4009
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
4010
|
+
"visibility": "secret",
|
|
4011
|
+
"type": "string"
|
|
3927
4012
|
}
|
|
3928
4013
|
}
|
|
3929
|
-
}
|
|
3930
|
-
}
|
|
3931
|
-
}
|
|
3932
|
-
},
|
|
3933
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3934
|
-
},
|
|
3935
|
-
"packageName": "@backstage/core-components"
|
|
3936
|
-
},
|
|
3937
|
-
{
|
|
3938
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
3939
|
-
"value": {
|
|
3940
|
-
"type": "object",
|
|
3941
|
-
"properties": {
|
|
3942
|
-
"app": {
|
|
3943
|
-
"description": "Generic frontend configuration.",
|
|
3944
|
-
"type": "object",
|
|
3945
|
-
"properties": {
|
|
3946
|
-
"baseUrl": {
|
|
3947
|
-
"description": "The public absolute root URL that the frontend.",
|
|
3948
|
-
"visibility": "frontend",
|
|
3949
|
-
"type": "string"
|
|
3950
|
-
},
|
|
3951
|
-
"title": {
|
|
3952
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
3953
|
-
"visibility": "frontend",
|
|
3954
|
-
"type": "string"
|
|
3955
4014
|
},
|
|
3956
|
-
"
|
|
3957
|
-
"description": "
|
|
4015
|
+
"mainAccount": {
|
|
4016
|
+
"description": "Main account to use for retrieving AWS account credentials",
|
|
3958
4017
|
"type": "object",
|
|
3959
4018
|
"properties": {
|
|
3960
|
-
"
|
|
3961
|
-
"description": "The
|
|
3962
|
-
"visibility": "
|
|
4019
|
+
"accessKeyId": {
|
|
4020
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
4021
|
+
"visibility": "secret",
|
|
3963
4022
|
"type": "string"
|
|
3964
4023
|
},
|
|
3965
|
-
"
|
|
3966
|
-
"description": "
|
|
3967
|
-
"
|
|
3968
|
-
"
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
"description": "An optional icon for the support item grouping.",
|
|
3978
|
-
"visibility": "frontend",
|
|
3979
|
-
"type": "string"
|
|
3980
|
-
},
|
|
3981
|
-
"links": {
|
|
3982
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
3983
|
-
"type": "array",
|
|
3984
|
-
"items": {
|
|
3985
|
-
"type": "object",
|
|
3986
|
-
"properties": {
|
|
3987
|
-
"url": {
|
|
3988
|
-
"visibility": "frontend",
|
|
3989
|
-
"type": "string"
|
|
3990
|
-
},
|
|
3991
|
-
"title": {
|
|
3992
|
-
"visibility": "frontend",
|
|
3993
|
-
"type": "string"
|
|
3994
|
-
}
|
|
3995
|
-
},
|
|
3996
|
-
"required": [
|
|
3997
|
-
"url"
|
|
3998
|
-
]
|
|
3999
|
-
}
|
|
4000
|
-
}
|
|
4001
|
-
},
|
|
4002
|
-
"required": [
|
|
4003
|
-
"links",
|
|
4004
|
-
"title"
|
|
4005
|
-
]
|
|
4006
|
-
}
|
|
4024
|
+
"secretAccessKey": {
|
|
4025
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
4026
|
+
"visibility": "secret",
|
|
4027
|
+
"type": "string"
|
|
4028
|
+
},
|
|
4029
|
+
"profile": {
|
|
4030
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
4031
|
+
"type": "string"
|
|
4032
|
+
},
|
|
4033
|
+
"region": {
|
|
4034
|
+
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
4035
|
+
"type": "string"
|
|
4007
4036
|
}
|
|
4008
|
-
}
|
|
4009
|
-
"required": [
|
|
4010
|
-
"items",
|
|
4011
|
-
"url"
|
|
4012
|
-
]
|
|
4013
|
-
},
|
|
4014
|
-
"routes": {
|
|
4015
|
-
"type": "object",
|
|
4016
|
-
"properties": {
|
|
4017
|
-
"bindings": {
|
|
4018
|
-
"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.",
|
|
4019
|
-
"deepVisibility": "frontend",
|
|
4020
|
-
"type": "object",
|
|
4021
|
-
"additionalProperties": {
|
|
4022
|
-
"anyOf": [
|
|
4023
|
-
{
|
|
4024
|
-
"const": false,
|
|
4025
|
-
"type": "boolean"
|
|
4026
|
-
},
|
|
4027
|
-
{
|
|
4028
|
-
"type": "string"
|
|
4029
|
-
}
|
|
4030
|
-
]
|
|
4031
|
-
}
|
|
4032
|
-
}
|
|
4033
|
-
}
|
|
4034
|
-
}
|
|
4035
|
-
},
|
|
4036
|
-
"required": [
|
|
4037
|
-
"baseUrl"
|
|
4038
|
-
]
|
|
4039
|
-
},
|
|
4040
|
-
"backend": {
|
|
4041
|
-
"description": "Generic backend configuration.",
|
|
4042
|
-
"type": "object",
|
|
4043
|
-
"properties": {
|
|
4044
|
-
"baseUrl": {
|
|
4045
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
4046
|
-
"visibility": "frontend",
|
|
4047
|
-
"type": "string"
|
|
4048
|
-
}
|
|
4049
|
-
},
|
|
4050
|
-
"required": [
|
|
4051
|
-
"baseUrl"
|
|
4052
|
-
]
|
|
4053
|
-
},
|
|
4054
|
-
"organization": {
|
|
4055
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
4056
|
-
"type": "object",
|
|
4057
|
-
"properties": {
|
|
4058
|
-
"name": {
|
|
4059
|
-
"description": "The name of the organization that the app belongs to.",
|
|
4060
|
-
"visibility": "frontend",
|
|
4061
|
-
"type": "string"
|
|
4062
|
-
}
|
|
4063
|
-
}
|
|
4064
|
-
},
|
|
4065
|
-
"homepage": {
|
|
4066
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
4067
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
4068
|
-
"type": "object",
|
|
4069
|
-
"properties": {
|
|
4070
|
-
"clocks": {
|
|
4071
|
-
"type": "array",
|
|
4072
|
-
"items": {
|
|
4073
|
-
"type": "object",
|
|
4074
|
-
"properties": {
|
|
4075
|
-
"label": {
|
|
4076
|
-
"visibility": "frontend",
|
|
4077
|
-
"type": "string"
|
|
4078
|
-
},
|
|
4079
|
-
"timezone": {
|
|
4080
|
-
"visibility": "frontend",
|
|
4081
|
-
"type": "string"
|
|
4082
|
-
}
|
|
4083
|
-
},
|
|
4084
|
-
"required": [
|
|
4085
|
-
"label",
|
|
4086
|
-
"timezone"
|
|
4087
|
-
]
|
|
4088
|
-
}
|
|
4089
|
-
}
|
|
4090
|
-
}
|
|
4091
|
-
},
|
|
4092
|
-
"auth": {
|
|
4093
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
4094
|
-
"type": "object",
|
|
4095
|
-
"properties": {
|
|
4096
|
-
"environment": {
|
|
4097
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
4098
|
-
"visibility": "frontend",
|
|
4099
|
-
"type": "string"
|
|
4100
|
-
}
|
|
4101
|
-
}
|
|
4102
|
-
},
|
|
4103
|
-
"enableExperimentalRedirectFlow": {
|
|
4104
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
4105
|
-
"visibility": "frontend",
|
|
4106
|
-
"type": "boolean"
|
|
4107
|
-
},
|
|
4108
|
-
"discovery": {
|
|
4109
|
-
"description": "Discovery options.",
|
|
4110
|
-
"visibility": "frontend",
|
|
4111
|
-
"type": "object",
|
|
4112
|
-
"properties": {
|
|
4113
|
-
"endpoints": {
|
|
4114
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
4115
|
-
"visibility": "frontend",
|
|
4116
|
-
"type": "array",
|
|
4117
|
-
"items": {
|
|
4118
|
-
"type": "object",
|
|
4119
|
-
"properties": {
|
|
4120
|
-
"target": {
|
|
4121
|
-
"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.",
|
|
4122
|
-
"visibility": "frontend",
|
|
4123
|
-
"anyOf": [
|
|
4124
|
-
{
|
|
4125
|
-
"type": "object",
|
|
4126
|
-
"properties": {
|
|
4127
|
-
"external": {
|
|
4128
|
-
"visibility": "frontend",
|
|
4129
|
-
"type": "string"
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
|
-
"required": [
|
|
4133
|
-
"external"
|
|
4134
|
-
]
|
|
4135
|
-
},
|
|
4136
|
-
{
|
|
4137
|
-
"type": "string"
|
|
4138
|
-
}
|
|
4139
|
-
]
|
|
4140
|
-
},
|
|
4141
|
-
"plugins": {
|
|
4142
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
4143
|
-
"visibility": "frontend",
|
|
4144
|
-
"type": "array",
|
|
4145
|
-
"items": {
|
|
4146
|
-
"type": "string"
|
|
4147
|
-
}
|
|
4148
|
-
}
|
|
4149
|
-
},
|
|
4150
|
-
"required": [
|
|
4151
|
-
"plugins",
|
|
4152
|
-
"target"
|
|
4153
|
-
]
|
|
4154
|
-
}
|
|
4155
|
-
}
|
|
4156
|
-
}
|
|
4157
|
-
}
|
|
4158
|
-
},
|
|
4159
|
-
"required": [
|
|
4160
|
-
"app",
|
|
4161
|
-
"backend"
|
|
4162
|
-
],
|
|
4163
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4164
|
-
},
|
|
4165
|
-
"packageName": "@backstage/core-app-api"
|
|
4166
|
-
},
|
|
4167
|
-
{
|
|
4168
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
4169
|
-
"value": {
|
|
4170
|
-
"type": "object",
|
|
4171
|
-
"properties": {
|
|
4172
|
-
"auth": {
|
|
4173
|
-
"type": "object",
|
|
4174
|
-
"properties": {
|
|
4175
|
-
"autologout": {
|
|
4176
|
-
"description": "Autologout feature configuration",
|
|
4177
|
-
"type": "object",
|
|
4178
|
-
"properties": {
|
|
4179
|
-
"enabled": {
|
|
4180
|
-
"description": "Enable or disable the autologout feature",
|
|
4181
|
-
"visibility": "frontend",
|
|
4182
|
-
"type": "boolean"
|
|
4183
|
-
},
|
|
4184
|
-
"idleTimeoutMinutes": {
|
|
4185
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4186
|
-
"visibility": "frontend",
|
|
4187
|
-
"type": "number"
|
|
4188
|
-
},
|
|
4189
|
-
"promptBeforeIdleSeconds": {
|
|
4190
|
-
"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.",
|
|
4191
|
-
"visibility": "frontend",
|
|
4192
|
-
"type": "number"
|
|
4193
|
-
},
|
|
4194
|
-
"useWorkerTimers": {
|
|
4195
|
-
"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.",
|
|
4196
|
-
"visibility": "frontend",
|
|
4197
|
-
"type": "boolean"
|
|
4198
|
-
},
|
|
4199
|
-
"logoutIfDisconnected": {
|
|
4200
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4201
|
-
"visibility": "frontend",
|
|
4202
|
-
"type": "boolean"
|
|
4203
|
-
}
|
|
4204
|
-
}
|
|
4205
|
-
}
|
|
4206
|
-
}
|
|
4207
|
-
}
|
|
4208
|
-
},
|
|
4209
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4210
|
-
},
|
|
4211
|
-
"packageName": "@backstage/core-components"
|
|
4212
|
-
},
|
|
4213
|
-
{
|
|
4214
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
4215
|
-
"value": {
|
|
4216
|
-
"type": "object",
|
|
4217
|
-
"properties": {
|
|
4218
|
-
"integrations": {
|
|
4219
|
-
"description": "Configuration for integrations towards various external repository provider systems",
|
|
4220
|
-
"visibility": "frontend",
|
|
4221
|
-
"type": "object",
|
|
4222
|
-
"properties": {
|
|
4223
|
-
"azure": {
|
|
4224
|
-
"description": "Integration configuration for Azure",
|
|
4225
|
-
"type": "array",
|
|
4226
|
-
"items": {
|
|
4227
|
-
"type": "object",
|
|
4228
|
-
"properties": {
|
|
4229
|
-
"host": {
|
|
4230
|
-
"description": "The hostname of the given Azure instance",
|
|
4231
|
-
"visibility": "frontend",
|
|
4232
|
-
"type": "string"
|
|
4233
|
-
},
|
|
4234
|
-
"token": {
|
|
4235
|
-
"description": "Token used to authenticate requests.",
|
|
4236
|
-
"visibility": "secret",
|
|
4237
|
-
"deprecated": "Use `credentials` instead.",
|
|
4238
|
-
"type": "string"
|
|
4239
|
-
},
|
|
4240
|
-
"credential": {
|
|
4241
|
-
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
4242
|
-
"deepVisibility": "secret",
|
|
4243
|
-
"deprecated": "Use `credentials` instead.",
|
|
4244
|
-
"type": "object",
|
|
4245
|
-
"properties": {
|
|
4246
|
-
"clientId": {
|
|
4247
|
-
"type": "string"
|
|
4248
|
-
},
|
|
4249
|
-
"clientSecret": {
|
|
4250
|
-
"type": "string"
|
|
4251
|
-
},
|
|
4252
|
-
"tenantId": {
|
|
4253
|
-
"type": "string"
|
|
4254
|
-
},
|
|
4255
|
-
"personalAccessToken": {
|
|
4256
|
-
"type": "string"
|
|
4257
|
-
}
|
|
4258
|
-
}
|
|
4259
|
-
},
|
|
4260
|
-
"credentials": {
|
|
4261
|
-
"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.",
|
|
4262
|
-
"deepVisibility": "secret",
|
|
4263
|
-
"type": "array",
|
|
4264
|
-
"items": {
|
|
4265
|
-
"type": "object",
|
|
4266
|
-
"properties": {
|
|
4267
|
-
"clientId": {
|
|
4268
|
-
"type": "string"
|
|
4269
|
-
},
|
|
4270
|
-
"clientSecret": {
|
|
4271
|
-
"type": "string"
|
|
4272
|
-
},
|
|
4273
|
-
"tenantId": {
|
|
4274
|
-
"type": "string"
|
|
4275
|
-
},
|
|
4276
|
-
"personalAccessToken": {
|
|
4277
|
-
"type": "string"
|
|
4278
|
-
}
|
|
4279
|
-
}
|
|
4280
|
-
}
|
|
4281
|
-
}
|
|
4282
|
-
},
|
|
4283
|
-
"required": [
|
|
4284
|
-
"host"
|
|
4285
|
-
]
|
|
4286
|
-
}
|
|
4287
|
-
},
|
|
4288
|
-
"bitbucket": {
|
|
4289
|
-
"description": "Integration configuration for Bitbucket",
|
|
4290
|
-
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
4291
|
-
"type": "array",
|
|
4292
|
-
"items": {
|
|
4293
|
-
"type": "object",
|
|
4294
|
-
"properties": {
|
|
4295
|
-
"host": {
|
|
4296
|
-
"description": "The hostname of the given Bitbucket instance",
|
|
4297
|
-
"visibility": "frontend",
|
|
4298
|
-
"type": "string"
|
|
4299
|
-
},
|
|
4300
|
-
"token": {
|
|
4301
|
-
"description": "Token used to authenticate requests.",
|
|
4302
|
-
"visibility": "secret",
|
|
4303
|
-
"type": "string"
|
|
4304
|
-
},
|
|
4305
|
-
"apiBaseUrl": {
|
|
4306
|
-
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
4307
|
-
"visibility": "frontend",
|
|
4308
|
-
"type": "string"
|
|
4309
|
-
},
|
|
4310
|
-
"username": {
|
|
4311
|
-
"description": "The username to use for authenticated requests.",
|
|
4312
|
-
"visibility": "secret",
|
|
4313
|
-
"type": "string"
|
|
4314
|
-
},
|
|
4315
|
-
"appPassword": {
|
|
4316
|
-
"description": "Bitbucket app password used to authenticate requests.",
|
|
4317
|
-
"visibility": "secret",
|
|
4318
|
-
"type": "string"
|
|
4319
|
-
}
|
|
4320
|
-
},
|
|
4321
|
-
"required": [
|
|
4322
|
-
"host"
|
|
4323
|
-
]
|
|
4324
|
-
}
|
|
4325
|
-
},
|
|
4326
|
-
"bitbucketCloud": {
|
|
4327
|
-
"description": "Integration configuration for Bitbucket Cloud",
|
|
4328
|
-
"type": "array",
|
|
4329
|
-
"items": {
|
|
4330
|
-
"type": "object",
|
|
4331
|
-
"properties": {
|
|
4332
|
-
"username": {
|
|
4333
|
-
"description": "The username to use for authenticated requests.",
|
|
4334
|
-
"visibility": "secret",
|
|
4335
|
-
"type": "string"
|
|
4336
|
-
},
|
|
4337
|
-
"appPassword": {
|
|
4338
|
-
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
4339
|
-
"visibility": "secret",
|
|
4340
|
-
"type": "string"
|
|
4341
|
-
}
|
|
4342
|
-
},
|
|
4343
|
-
"required": [
|
|
4344
|
-
"appPassword",
|
|
4345
|
-
"username"
|
|
4346
|
-
]
|
|
4347
|
-
}
|
|
4348
|
-
},
|
|
4349
|
-
"bitbucketServer": {
|
|
4350
|
-
"description": "Integration configuration for Bitbucket Server",
|
|
4351
|
-
"type": "array",
|
|
4352
|
-
"items": {
|
|
4353
|
-
"type": "object",
|
|
4354
|
-
"properties": {
|
|
4355
|
-
"host": {
|
|
4356
|
-
"description": "The hostname of the given Bitbucket Server instance",
|
|
4357
|
-
"visibility": "frontend",
|
|
4358
|
-
"type": "string"
|
|
4359
|
-
},
|
|
4360
|
-
"token": {
|
|
4361
|
-
"description": "Token used to authenticate requests.",
|
|
4362
|
-
"visibility": "secret",
|
|
4363
|
-
"type": "string"
|
|
4364
|
-
},
|
|
4365
|
-
"username": {
|
|
4366
|
-
"description": "Username used to authenticate requests with Basic Auth.",
|
|
4367
|
-
"visibility": "secret",
|
|
4368
|
-
"type": "string"
|
|
4369
|
-
},
|
|
4370
|
-
"password": {
|
|
4371
|
-
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
4372
|
-
"visibility": "secret",
|
|
4373
|
-
"type": "string"
|
|
4374
|
-
},
|
|
4375
|
-
"apiBaseUrl": {
|
|
4376
|
-
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
4377
|
-
"visibility": "frontend",
|
|
4378
|
-
"type": "string"
|
|
4379
|
-
}
|
|
4380
|
-
},
|
|
4381
|
-
"required": [
|
|
4382
|
-
"host"
|
|
4383
|
-
]
|
|
4384
|
-
}
|
|
4385
|
-
},
|
|
4386
|
-
"gerrit": {
|
|
4387
|
-
"description": "Integration configuration for Gerrit",
|
|
4388
|
-
"type": "array",
|
|
4389
|
-
"items": {
|
|
4390
|
-
"type": "object",
|
|
4391
|
-
"properties": {
|
|
4392
|
-
"host": {
|
|
4393
|
-
"description": "The hostname of the given Gerrit instance",
|
|
4394
|
-
"visibility": "frontend",
|
|
4395
|
-
"type": "string"
|
|
4396
|
-
},
|
|
4397
|
-
"baseUrl": {
|
|
4398
|
-
"description": "The base url for the Gerrit instance.",
|
|
4399
|
-
"visibility": "frontend",
|
|
4400
|
-
"type": "string"
|
|
4401
|
-
},
|
|
4402
|
-
"gitilesBaseUrl": {
|
|
4403
|
-
"description": "The gitiles base url.",
|
|
4404
|
-
"visibility": "frontend",
|
|
4405
|
-
"type": "string"
|
|
4406
|
-
},
|
|
4407
|
-
"cloneUrl": {
|
|
4408
|
-
"description": "The base url for cloning repos.",
|
|
4409
|
-
"visibility": "frontend",
|
|
4410
|
-
"type": "string"
|
|
4411
|
-
},
|
|
4412
|
-
"username": {
|
|
4413
|
-
"description": "The username to use for authenticated requests.",
|
|
4414
|
-
"visibility": "secret",
|
|
4415
|
-
"type": "string"
|
|
4416
|
-
},
|
|
4417
|
-
"password": {
|
|
4418
|
-
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
4419
|
-
"visibility": "secret",
|
|
4420
|
-
"type": "string"
|
|
4421
|
-
}
|
|
4422
|
-
},
|
|
4423
|
-
"required": [
|
|
4424
|
-
"gitilesBaseUrl",
|
|
4425
|
-
"host"
|
|
4426
|
-
]
|
|
4427
|
-
}
|
|
4428
|
-
},
|
|
4429
|
-
"github": {
|
|
4430
|
-
"description": "Integration configuration for GitHub",
|
|
4431
|
-
"type": "array",
|
|
4432
|
-
"items": {
|
|
4433
|
-
"type": "object",
|
|
4434
|
-
"properties": {
|
|
4435
|
-
"host": {
|
|
4436
|
-
"description": "The hostname of the given GitHub instance",
|
|
4437
|
-
"visibility": "frontend",
|
|
4438
|
-
"type": "string"
|
|
4439
|
-
},
|
|
4440
|
-
"token": {
|
|
4441
|
-
"description": "Token used to authenticate requests.",
|
|
4442
|
-
"visibility": "secret",
|
|
4443
|
-
"type": "string"
|
|
4444
|
-
},
|
|
4445
|
-
"apiBaseUrl": {
|
|
4446
|
-
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
4447
|
-
"visibility": "frontend",
|
|
4448
|
-
"type": "string"
|
|
4449
|
-
},
|
|
4450
|
-
"rawBaseUrl": {
|
|
4451
|
-
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
4452
|
-
"visibility": "frontend",
|
|
4453
|
-
"type": "string"
|
|
4454
|
-
},
|
|
4455
|
-
"apps": {
|
|
4456
|
-
"description": "GitHub Apps configuration",
|
|
4457
|
-
"type": "array",
|
|
4458
|
-
"items": {
|
|
4459
|
-
"type": "object",
|
|
4460
|
-
"properties": {
|
|
4461
|
-
"appId": {
|
|
4462
|
-
"description": "The numeric GitHub App ID, string for environment variables",
|
|
4463
|
-
"type": [
|
|
4464
|
-
"string",
|
|
4465
|
-
"number"
|
|
4466
|
-
]
|
|
4467
|
-
},
|
|
4468
|
-
"privateKey": {
|
|
4469
|
-
"description": "The private key to use for auth against the app",
|
|
4470
|
-
"visibility": "secret",
|
|
4471
|
-
"type": "string"
|
|
4472
|
-
},
|
|
4473
|
-
"webhookSecret": {
|
|
4474
|
-
"description": "The secret used for webhooks",
|
|
4475
|
-
"visibility": "secret",
|
|
4476
|
-
"type": "string"
|
|
4477
|
-
},
|
|
4478
|
-
"clientId": {
|
|
4479
|
-
"description": "The client ID to use",
|
|
4480
|
-
"type": "string"
|
|
4481
|
-
},
|
|
4482
|
-
"clientSecret": {
|
|
4483
|
-
"description": "The client secret to use",
|
|
4484
|
-
"visibility": "secret",
|
|
4485
|
-
"type": "string"
|
|
4486
|
-
},
|
|
4487
|
-
"allowedInstallationOwners": {
|
|
4488
|
-
"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",
|
|
4489
|
-
"type": "array",
|
|
4490
|
-
"items": {
|
|
4491
|
-
"type": "string"
|
|
4492
|
-
}
|
|
4493
|
-
}
|
|
4494
|
-
},
|
|
4495
|
-
"required": [
|
|
4496
|
-
"appId",
|
|
4497
|
-
"clientId",
|
|
4498
|
-
"clientSecret",
|
|
4499
|
-
"privateKey",
|
|
4500
|
-
"webhookSecret"
|
|
4501
|
-
]
|
|
4502
|
-
}
|
|
4503
|
-
}
|
|
4504
|
-
},
|
|
4505
|
-
"required": [
|
|
4506
|
-
"host"
|
|
4507
|
-
]
|
|
4508
|
-
}
|
|
4509
|
-
},
|
|
4510
|
-
"gitlab": {
|
|
4511
|
-
"description": "Integration configuration for GitLab",
|
|
4512
|
-
"type": "array",
|
|
4513
|
-
"items": {
|
|
4514
|
-
"type": "object",
|
|
4515
|
-
"properties": {
|
|
4516
|
-
"host": {
|
|
4517
|
-
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
4518
|
-
"visibility": "frontend",
|
|
4519
|
-
"type": "string"
|
|
4520
|
-
},
|
|
4521
|
-
"apiBaseUrl": {
|
|
4522
|
-
"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.",
|
|
4523
|
-
"visibility": "frontend",
|
|
4524
|
-
"type": "string"
|
|
4525
|
-
},
|
|
4526
|
-
"token": {
|
|
4527
|
-
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
4528
|
-
"visibility": "secret",
|
|
4529
|
-
"type": "string"
|
|
4530
|
-
},
|
|
4531
|
-
"baseUrl": {
|
|
4532
|
-
"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}.",
|
|
4533
|
-
"visibility": "frontend",
|
|
4534
|
-
"type": "string"
|
|
4535
|
-
}
|
|
4536
|
-
},
|
|
4537
|
-
"required": [
|
|
4538
|
-
"host"
|
|
4539
|
-
]
|
|
4540
|
-
}
|
|
4541
|
-
},
|
|
4542
|
-
"googleGcs": {
|
|
4543
|
-
"description": "Integration configuration for Google Cloud Storage",
|
|
4544
|
-
"type": "object",
|
|
4545
|
-
"properties": {
|
|
4546
|
-
"clientEmail": {
|
|
4547
|
-
"description": "Service account email used to authenticate requests.",
|
|
4548
|
-
"type": "string"
|
|
4549
|
-
},
|
|
4550
|
-
"privateKey": {
|
|
4551
|
-
"description": "Service account private key used to authenticate requests.",
|
|
4552
|
-
"visibility": "secret",
|
|
4553
|
-
"type": "string"
|
|
4554
|
-
}
|
|
4555
|
-
}
|
|
4556
|
-
},
|
|
4557
|
-
"awsS3": {
|
|
4558
|
-
"description": "Integration configuration for AWS S3 Service",
|
|
4559
|
-
"type": "array",
|
|
4560
|
-
"items": {
|
|
4561
|
-
"type": "object",
|
|
4562
|
-
"properties": {
|
|
4563
|
-
"endpoint": {
|
|
4564
|
-
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
4565
|
-
"visibility": "frontend",
|
|
4566
|
-
"type": "string"
|
|
4567
|
-
},
|
|
4568
|
-
"s3ForcePathStyle": {
|
|
4569
|
-
"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.",
|
|
4570
|
-
"visibility": "frontend",
|
|
4571
|
-
"type": "boolean"
|
|
4572
|
-
},
|
|
4573
|
-
"accessKeyId": {
|
|
4574
|
-
"description": "Account access key used to authenticate requests.",
|
|
4575
|
-
"type": "string"
|
|
4576
|
-
},
|
|
4577
|
-
"secretAccessKey": {
|
|
4578
|
-
"description": "Account secret key used to authenticate requests.",
|
|
4579
|
-
"visibility": "secret",
|
|
4580
|
-
"type": "string"
|
|
4581
|
-
},
|
|
4582
|
-
"roleArn": {
|
|
4583
|
-
"description": "ARN of the role to be assumed",
|
|
4584
|
-
"type": "string"
|
|
4585
|
-
},
|
|
4586
|
-
"externalId": {
|
|
4587
|
-
"description": "External ID to use when assuming role",
|
|
4588
|
-
"type": "string"
|
|
4589
|
-
}
|
|
4590
|
-
}
|
|
4591
|
-
}
|
|
4592
|
-
},
|
|
4593
|
-
"gitea": {
|
|
4594
|
-
"description": "Integration configuration for Gitea",
|
|
4595
|
-
"type": "array",
|
|
4596
|
-
"items": {
|
|
4597
|
-
"type": "object",
|
|
4598
|
-
"properties": {
|
|
4599
|
-
"host": {
|
|
4600
|
-
"description": "The hostname of the given Gitea instance",
|
|
4601
|
-
"visibility": "frontend",
|
|
4602
|
-
"type": "string"
|
|
4603
|
-
},
|
|
4604
|
-
"baseUrl": {
|
|
4605
|
-
"description": "The base url for the Gitea instance.",
|
|
4606
|
-
"visibility": "frontend",
|
|
4607
|
-
"type": "string"
|
|
4608
|
-
},
|
|
4609
|
-
"username": {
|
|
4610
|
-
"description": "The username to use for authenticated requests.",
|
|
4611
|
-
"visibility": "secret",
|
|
4612
|
-
"type": "string"
|
|
4613
|
-
},
|
|
4614
|
-
"password": {
|
|
4615
|
-
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
4616
|
-
"visibility": "secret",
|
|
4617
|
-
"type": "string"
|
|
4618
|
-
}
|
|
4619
|
-
},
|
|
4620
|
-
"required": [
|
|
4621
|
-
"host"
|
|
4622
|
-
]
|
|
4623
|
-
}
|
|
4624
|
-
},
|
|
4625
|
-
"harness": {
|
|
4626
|
-
"description": "Integration configuration for Harness Code",
|
|
4627
|
-
"type": "array",
|
|
4628
|
-
"items": {
|
|
4629
|
-
"type": "object",
|
|
4630
|
-
"properties": {
|
|
4631
|
-
"host": {
|
|
4632
|
-
"description": "The hostname of the given Harness Code instance",
|
|
4633
|
-
"visibility": "frontend",
|
|
4634
|
-
"type": "string"
|
|
4635
|
-
},
|
|
4636
|
-
"apiKey": {
|
|
4637
|
-
"description": "The apikey to use for authenticated requests.",
|
|
4638
|
-
"visibility": "secret",
|
|
4639
|
-
"type": "string"
|
|
4640
|
-
},
|
|
4641
|
-
"token": {
|
|
4642
|
-
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
4643
|
-
"visibility": "secret",
|
|
4644
|
-
"type": "string"
|
|
4645
|
-
}
|
|
4646
|
-
},
|
|
4647
|
-
"required": [
|
|
4648
|
-
"host"
|
|
4649
|
-
]
|
|
4650
|
-
}
|
|
4651
|
-
}
|
|
4652
|
-
}
|
|
4653
|
-
}
|
|
4654
|
-
},
|
|
4655
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4656
|
-
},
|
|
4657
|
-
"packageName": "@backstage/integration"
|
|
4658
|
-
},
|
|
4659
|
-
{
|
|
4660
|
-
"path": "../integration-aws-node/config.d.ts",
|
|
4661
|
-
"value": {
|
|
4662
|
-
"type": "object",
|
|
4663
|
-
"properties": {
|
|
4664
|
-
"aws": {
|
|
4665
|
-
"description": "Configuration for access to AWS accounts",
|
|
4666
|
-
"type": "object",
|
|
4667
|
-
"properties": {
|
|
4668
|
-
"accountDefaults": {
|
|
4669
|
-
"description": "Defaults for retrieving AWS account credentials",
|
|
4670
|
-
"type": "object",
|
|
4671
|
-
"properties": {
|
|
4672
|
-
"roleName": {
|
|
4673
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
4674
|
-
"type": "string"
|
|
4675
|
-
},
|
|
4676
|
-
"partition": {
|
|
4677
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
4678
|
-
"type": "string"
|
|
4679
|
-
},
|
|
4680
|
-
"region": {
|
|
4681
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
4682
|
-
"type": "string"
|
|
4683
|
-
},
|
|
4684
|
-
"externalId": {
|
|
4685
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
4686
|
-
"visibility": "secret",
|
|
4687
|
-
"type": "string"
|
|
4688
|
-
}
|
|
4689
|
-
}
|
|
4690
|
-
},
|
|
4691
|
-
"mainAccount": {
|
|
4692
|
-
"description": "Main account to use for retrieving AWS account credentials",
|
|
4693
|
-
"type": "object",
|
|
4694
|
-
"properties": {
|
|
4695
|
-
"accessKeyId": {
|
|
4696
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
4697
|
-
"visibility": "secret",
|
|
4698
|
-
"type": "string"
|
|
4699
|
-
},
|
|
4700
|
-
"secretAccessKey": {
|
|
4701
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
4702
|
-
"visibility": "secret",
|
|
4703
|
-
"type": "string"
|
|
4704
|
-
},
|
|
4705
|
-
"profile": {
|
|
4706
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
4707
|
-
"type": "string"
|
|
4708
|
-
},
|
|
4709
|
-
"region": {
|
|
4710
|
-
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
4711
|
-
"type": "string"
|
|
4712
|
-
}
|
|
4713
|
-
}
|
|
4714
|
-
},
|
|
4715
|
-
"accounts": {
|
|
4716
|
-
"description": "Configuration for retrieving AWS accounts credentials",
|
|
4717
|
-
"type": "array",
|
|
4718
|
-
"items": {
|
|
4719
|
-
"type": "object",
|
|
4720
|
-
"properties": {
|
|
4721
|
-
"accountId": {
|
|
4722
|
-
"description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
|
|
4723
|
-
"type": "string"
|
|
4724
|
-
},
|
|
4725
|
-
"accessKeyId": {
|
|
4726
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
4727
|
-
"visibility": "secret",
|
|
4728
|
-
"type": "string"
|
|
4729
|
-
},
|
|
4730
|
-
"secretAccessKey": {
|
|
4731
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
4732
|
-
"visibility": "secret",
|
|
4733
|
-
"type": "string"
|
|
4734
|
-
},
|
|
4735
|
-
"profile": {
|
|
4736
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
4737
|
-
"type": "string"
|
|
4738
|
-
},
|
|
4739
|
-
"roleName": {
|
|
4740
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
4741
|
-
"type": "string"
|
|
4742
|
-
},
|
|
4743
|
-
"partition": {
|
|
4744
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
4745
|
-
"type": "string"
|
|
4746
|
-
},
|
|
4747
|
-
"region": {
|
|
4748
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
4749
|
-
"type": "string"
|
|
4750
|
-
},
|
|
4751
|
-
"externalId": {
|
|
4752
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
4753
|
-
"visibility": "secret",
|
|
4754
|
-
"type": "string"
|
|
4755
|
-
}
|
|
4756
|
-
},
|
|
4757
|
-
"required": [
|
|
4758
|
-
"accountId"
|
|
4759
|
-
]
|
|
4760
|
-
}
|
|
4761
|
-
}
|
|
4762
|
-
}
|
|
4763
|
-
}
|
|
4764
|
-
},
|
|
4765
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4766
|
-
},
|
|
4767
|
-
"packageName": "@backstage/integration-aws-node"
|
|
4768
|
-
},
|
|
4769
|
-
{
|
|
4770
|
-
"path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/backend-plugin-api/config.d.ts",
|
|
4771
|
-
"value": {
|
|
4772
|
-
"type": "object",
|
|
4773
|
-
"properties": {
|
|
4774
|
-
"backend": {
|
|
4775
|
-
"type": "object",
|
|
4776
|
-
"properties": {
|
|
4777
|
-
"workingDirectory": {
|
|
4778
|
-
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
4779
|
-
"type": "string"
|
|
4780
|
-
}
|
|
4781
|
-
}
|
|
4782
|
-
}
|
|
4783
|
-
},
|
|
4784
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4785
|
-
},
|
|
4786
|
-
"packageName": "@backstage/backend-plugin-api"
|
|
4787
|
-
},
|
|
4788
|
-
{
|
|
4789
|
-
"path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/integration-aws-node/config.d.ts",
|
|
4790
|
-
"value": {
|
|
4791
|
-
"type": "object",
|
|
4792
|
-
"properties": {
|
|
4793
|
-
"aws": {
|
|
4794
|
-
"description": "Configuration for access to AWS accounts",
|
|
4795
|
-
"type": "object",
|
|
4796
|
-
"properties": {
|
|
4797
|
-
"accountDefaults": {
|
|
4798
|
-
"description": "Defaults for retrieving AWS account credentials",
|
|
4799
|
-
"type": "object",
|
|
4800
|
-
"properties": {
|
|
4801
|
-
"roleName": {
|
|
4802
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
4803
|
-
"type": "string"
|
|
4804
|
-
},
|
|
4805
|
-
"partition": {
|
|
4806
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
4807
|
-
"type": "string"
|
|
4808
|
-
},
|
|
4809
|
-
"region": {
|
|
4810
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
4811
|
-
"type": "string"
|
|
4812
|
-
},
|
|
4813
|
-
"externalId": {
|
|
4814
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
4815
|
-
"visibility": "secret",
|
|
4816
|
-
"type": "string"
|
|
4817
|
-
}
|
|
4818
|
-
}
|
|
4819
|
-
},
|
|
4820
|
-
"mainAccount": {
|
|
4821
|
-
"description": "Main account to use for retrieving AWS account credentials",
|
|
4822
|
-
"type": "object",
|
|
4823
|
-
"properties": {
|
|
4824
|
-
"accessKeyId": {
|
|
4825
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
4826
|
-
"visibility": "secret",
|
|
4827
|
-
"type": "string"
|
|
4828
|
-
},
|
|
4829
|
-
"secretAccessKey": {
|
|
4830
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
4831
|
-
"visibility": "secret",
|
|
4832
|
-
"type": "string"
|
|
4833
|
-
},
|
|
4834
|
-
"profile": {
|
|
4835
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
4836
|
-
"type": "string"
|
|
4837
|
-
},
|
|
4838
|
-
"region": {
|
|
4839
|
-
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
4840
|
-
"type": "string"
|
|
4841
|
-
}
|
|
4842
|
-
}
|
|
4037
|
+
}
|
|
4843
4038
|
},
|
|
4844
4039
|
"accounts": {
|
|
4845
4040
|
"description": "Configuration for retrieving AWS accounts credentials",
|
|
@@ -4894,186 +4089,6 @@
|
|
|
4894
4089
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4895
4090
|
},
|
|
4896
4091
|
"packageName": "@backstage/integration-aws-node"
|
|
4897
|
-
},
|
|
4898
|
-
{
|
|
4899
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4900
|
-
"value": {
|
|
4901
|
-
"type": "object",
|
|
4902
|
-
"properties": {
|
|
4903
|
-
"auth": {
|
|
4904
|
-
"type": "object",
|
|
4905
|
-
"properties": {
|
|
4906
|
-
"autologout": {
|
|
4907
|
-
"description": "Autologout feature configuration",
|
|
4908
|
-
"type": "object",
|
|
4909
|
-
"properties": {
|
|
4910
|
-
"enabled": {
|
|
4911
|
-
"description": "Enable or disable the autologout feature",
|
|
4912
|
-
"visibility": "frontend",
|
|
4913
|
-
"type": "boolean"
|
|
4914
|
-
},
|
|
4915
|
-
"idleTimeoutMinutes": {
|
|
4916
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4917
|
-
"visibility": "frontend",
|
|
4918
|
-
"type": "number"
|
|
4919
|
-
},
|
|
4920
|
-
"promptBeforeIdleSeconds": {
|
|
4921
|
-
"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.",
|
|
4922
|
-
"visibility": "frontend",
|
|
4923
|
-
"type": "number"
|
|
4924
|
-
},
|
|
4925
|
-
"useWorkerTimers": {
|
|
4926
|
-
"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.",
|
|
4927
|
-
"visibility": "frontend",
|
|
4928
|
-
"type": "boolean"
|
|
4929
|
-
},
|
|
4930
|
-
"logoutIfDisconnected": {
|
|
4931
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4932
|
-
"visibility": "frontend",
|
|
4933
|
-
"type": "boolean"
|
|
4934
|
-
}
|
|
4935
|
-
}
|
|
4936
|
-
}
|
|
4937
|
-
}
|
|
4938
|
-
}
|
|
4939
|
-
},
|
|
4940
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4941
|
-
},
|
|
4942
|
-
"packageName": "@backstage/core-components"
|
|
4943
|
-
},
|
|
4944
|
-
{
|
|
4945
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
|
|
4946
|
-
"value": {
|
|
4947
|
-
"type": "object",
|
|
4948
|
-
"properties": {
|
|
4949
|
-
"permission": {
|
|
4950
|
-
"description": "Configuration options for Backstage permissions and authorization",
|
|
4951
|
-
"type": "object",
|
|
4952
|
-
"properties": {
|
|
4953
|
-
"enabled": {
|
|
4954
|
-
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
4955
|
-
"visibility": "frontend",
|
|
4956
|
-
"type": "boolean"
|
|
4957
|
-
}
|
|
4958
|
-
}
|
|
4959
|
-
}
|
|
4960
|
-
},
|
|
4961
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4962
|
-
},
|
|
4963
|
-
"packageName": "@backstage/plugin-permission-common"
|
|
4964
|
-
},
|
|
4965
|
-
{
|
|
4966
|
-
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
4967
|
-
"value": {
|
|
4968
|
-
"type": "object",
|
|
4969
|
-
"properties": {
|
|
4970
|
-
"app": {
|
|
4971
|
-
"type": "object",
|
|
4972
|
-
"properties": {
|
|
4973
|
-
"experimental": {
|
|
4974
|
-
"type": "object",
|
|
4975
|
-
"properties": {
|
|
4976
|
-
"packages": {
|
|
4977
|
-
"visibility": "frontend",
|
|
4978
|
-
"deepVisibility": "frontend",
|
|
4979
|
-
"anyOf": [
|
|
4980
|
-
{
|
|
4981
|
-
"type": "object",
|
|
4982
|
-
"properties": {
|
|
4983
|
-
"include": {
|
|
4984
|
-
"type": "array",
|
|
4985
|
-
"items": {
|
|
4986
|
-
"type": "string"
|
|
4987
|
-
}
|
|
4988
|
-
},
|
|
4989
|
-
"exclude": {
|
|
4990
|
-
"type": "array",
|
|
4991
|
-
"items": {
|
|
4992
|
-
"type": "string"
|
|
4993
|
-
}
|
|
4994
|
-
}
|
|
4995
|
-
}
|
|
4996
|
-
},
|
|
4997
|
-
{
|
|
4998
|
-
"const": "all",
|
|
4999
|
-
"type": "string"
|
|
5000
|
-
}
|
|
5001
|
-
]
|
|
5002
|
-
}
|
|
5003
|
-
}
|
|
5004
|
-
},
|
|
5005
|
-
"routes": {
|
|
5006
|
-
"type": "object",
|
|
5007
|
-
"properties": {
|
|
5008
|
-
"bindings": {
|
|
5009
|
-
"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.",
|
|
5010
|
-
"deepVisibility": "frontend",
|
|
5011
|
-
"type": "object",
|
|
5012
|
-
"additionalProperties": {
|
|
5013
|
-
"anyOf": [
|
|
5014
|
-
{
|
|
5015
|
-
"const": false,
|
|
5016
|
-
"type": "boolean"
|
|
5017
|
-
},
|
|
5018
|
-
{
|
|
5019
|
-
"type": "string"
|
|
5020
|
-
}
|
|
5021
|
-
]
|
|
5022
|
-
}
|
|
5023
|
-
}
|
|
5024
|
-
}
|
|
5025
|
-
},
|
|
5026
|
-
"extensions": {
|
|
5027
|
-
"deepVisibility": "frontend",
|
|
5028
|
-
"type": "array",
|
|
5029
|
-
"items": {
|
|
5030
|
-
"anyOf": [
|
|
5031
|
-
{
|
|
5032
|
-
"type": "object",
|
|
5033
|
-
"additionalProperties": {
|
|
5034
|
-
"anyOf": [
|
|
5035
|
-
{
|
|
5036
|
-
"type": "object",
|
|
5037
|
-
"properties": {
|
|
5038
|
-
"attachTo": {
|
|
5039
|
-
"type": "object",
|
|
5040
|
-
"properties": {
|
|
5041
|
-
"id": {
|
|
5042
|
-
"type": "string"
|
|
5043
|
-
},
|
|
5044
|
-
"input": {
|
|
5045
|
-
"type": "string"
|
|
5046
|
-
}
|
|
5047
|
-
},
|
|
5048
|
-
"required": [
|
|
5049
|
-
"id",
|
|
5050
|
-
"input"
|
|
5051
|
-
]
|
|
5052
|
-
},
|
|
5053
|
-
"disabled": {
|
|
5054
|
-
"type": "boolean"
|
|
5055
|
-
},
|
|
5056
|
-
"config": {}
|
|
5057
|
-
}
|
|
5058
|
-
},
|
|
5059
|
-
{
|
|
5060
|
-
"type": "boolean"
|
|
5061
|
-
}
|
|
5062
|
-
]
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
{
|
|
5066
|
-
"type": "string"
|
|
5067
|
-
}
|
|
5068
|
-
]
|
|
5069
|
-
}
|
|
5070
|
-
}
|
|
5071
|
-
}
|
|
5072
|
-
}
|
|
5073
|
-
},
|
|
5074
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
5075
|
-
},
|
|
5076
|
-
"packageName": "@backstage/frontend-app-api"
|
|
5077
4092
|
}
|
|
5078
4093
|
],
|
|
5079
4094
|
"backstageConfigSchemaVersion": 1
|