@techdocs/cli 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250115023029
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 +16 -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 +150 -1135
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/main.01d08696.js +553 -0
- package/dist/embedded-app/static/main.01d08696.js.map +1 -0
- package/dist/embedded-app/static/{runtime.a6c99f76.js → runtime.01d08696.js} +1 -1
- package/dist/embedded-app/static/{runtime.a6c99f76.js.map → runtime.01d08696.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.a6c99f76.js → vendor.01d08696.js} +1 -1
- package/dist/embedded-app/static/{vendor.a6c99f76.js.map → vendor.01d08696.js.map} +1 -1
- 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
|
@@ -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",
|
|
@@ -3889,941 +3981,44 @@
|
|
|
3889
3981
|
"packageName": "@backstage/plugin-auth-backend-module-onelogin-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": "
|
|
3963
|
-
"type": "string"
|
|
3964
|
-
},
|
|
3965
|
-
"items": {
|
|
3966
|
-
"description": "A list of categorized support item groupings.",
|
|
3967
|
-
"type": "array",
|
|
3968
|
-
"items": {
|
|
3969
|
-
"type": "object",
|
|
3970
|
-
"properties": {
|
|
3971
|
-
"title": {
|
|
3972
|
-
"description": "The title of the support item grouping.",
|
|
3973
|
-
"visibility": "frontend",
|
|
3974
|
-
"type": "string"
|
|
3975
|
-
},
|
|
3976
|
-
"icon": {
|
|
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
|
-
}
|
|
4007
|
-
}
|
|
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",
|
|
4019
|
+
"accessKeyId": {
|
|
4020
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
4021
|
+
"visibility": "secret",
|
|
4827
4022
|
"type": "string"
|
|
4828
4023
|
},
|
|
4829
4024
|
"secretAccessKey": {
|
|
@@ -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
|