@techdocs/cli 1.9.1-next.1 → 1.9.1-next.2
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 +11 -0
- package/dist/embedded-app/.config-schema.json +1008 -304
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/main.682a035b.js +553 -0
- package/dist/embedded-app/static/main.682a035b.js.map +1 -0
- package/dist/embedded-app/static/{runtime.f6a4bdf0.js → runtime.682a035b.js} +1 -1
- package/dist/embedded-app/static/{runtime.f6a4bdf0.js.map → runtime.682a035b.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.f6a4bdf0.js → vendor.682a035b.js} +47 -47
- package/dist/embedded-app/static/vendor.682a035b.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.f6a4bdf0.js +0 -553
- package/dist/embedded-app/static/main.f6a4bdf0.js.map +0 -1
- package/dist/embedded-app/static/vendor.f6a4bdf0.js.map +0 -1
|
@@ -321,10 +321,7 @@
|
|
|
321
321
|
"visibility": "frontend",
|
|
322
322
|
"type": "string"
|
|
323
323
|
}
|
|
324
|
-
}
|
|
325
|
-
"required": [
|
|
326
|
-
"external"
|
|
327
|
-
]
|
|
324
|
+
}
|
|
328
325
|
},
|
|
329
326
|
{
|
|
330
327
|
"type": "string"
|
|
@@ -527,6 +524,11 @@
|
|
|
527
524
|
}
|
|
528
525
|
}
|
|
529
526
|
}
|
|
527
|
+
},
|
|
528
|
+
"commitSigningKey": {
|
|
529
|
+
"description": "PGP signing key for signing commits.",
|
|
530
|
+
"visibility": "secret",
|
|
531
|
+
"type": "string"
|
|
530
532
|
}
|
|
531
533
|
},
|
|
532
534
|
"required": [
|
|
@@ -565,6 +567,11 @@
|
|
|
565
567
|
"description": "Bitbucket app password used to authenticate requests.",
|
|
566
568
|
"visibility": "secret",
|
|
567
569
|
"type": "string"
|
|
570
|
+
},
|
|
571
|
+
"commitSigningKey": {
|
|
572
|
+
"description": "PGP signing key for signing commits.",
|
|
573
|
+
"visibility": "secret",
|
|
574
|
+
"type": "string"
|
|
568
575
|
}
|
|
569
576
|
},
|
|
570
577
|
"required": [
|
|
@@ -587,6 +594,11 @@
|
|
|
587
594
|
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
588
595
|
"visibility": "secret",
|
|
589
596
|
"type": "string"
|
|
597
|
+
},
|
|
598
|
+
"commitSigningKey": {
|
|
599
|
+
"description": "PGP signing key for signing commits.",
|
|
600
|
+
"visibility": "secret",
|
|
601
|
+
"type": "string"
|
|
590
602
|
}
|
|
591
603
|
},
|
|
592
604
|
"required": [
|
|
@@ -625,6 +637,11 @@
|
|
|
625
637
|
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
626
638
|
"visibility": "frontend",
|
|
627
639
|
"type": "string"
|
|
640
|
+
},
|
|
641
|
+
"commitSigningKey": {
|
|
642
|
+
"description": "PGP signing key for signing commits.",
|
|
643
|
+
"visibility": "secret",
|
|
644
|
+
"type": "string"
|
|
628
645
|
}
|
|
629
646
|
},
|
|
630
647
|
"required": [
|
|
@@ -667,6 +684,11 @@
|
|
|
667
684
|
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
668
685
|
"visibility": "secret",
|
|
669
686
|
"type": "string"
|
|
687
|
+
},
|
|
688
|
+
"commitSigningKey": {
|
|
689
|
+
"description": "PGP signing key for signing commits.",
|
|
690
|
+
"visibility": "secret",
|
|
691
|
+
"type": "string"
|
|
670
692
|
}
|
|
671
693
|
},
|
|
672
694
|
"required": [
|
|
@@ -781,6 +803,11 @@
|
|
|
781
803
|
"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}.",
|
|
782
804
|
"visibility": "frontend",
|
|
783
805
|
"type": "string"
|
|
806
|
+
},
|
|
807
|
+
"commitSigningKey": {
|
|
808
|
+
"description": "PGP signing key for signing commits.",
|
|
809
|
+
"visibility": "secret",
|
|
810
|
+
"type": "string"
|
|
784
811
|
}
|
|
785
812
|
},
|
|
786
813
|
"required": [
|
|
@@ -864,6 +891,11 @@
|
|
|
864
891
|
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
865
892
|
"visibility": "secret",
|
|
866
893
|
"type": "string"
|
|
894
|
+
},
|
|
895
|
+
"commitSigningKey": {
|
|
896
|
+
"description": "PGP signing key for signing commits.",
|
|
897
|
+
"visibility": "secret",
|
|
898
|
+
"type": "string"
|
|
867
899
|
}
|
|
868
900
|
},
|
|
869
901
|
"required": [
|
|
@@ -905,6 +937,37 @@
|
|
|
905
937
|
},
|
|
906
938
|
"packageName": "@backstage/integration"
|
|
907
939
|
},
|
|
940
|
+
{
|
|
941
|
+
"path": "../../plugins/catalog/config.d.ts",
|
|
942
|
+
"value": {
|
|
943
|
+
"type": "object",
|
|
944
|
+
"properties": {
|
|
945
|
+
"catalog": {
|
|
946
|
+
"type": "object",
|
|
947
|
+
"properties": {
|
|
948
|
+
"experimentalPagination": {
|
|
949
|
+
"deepVisibility": "frontend",
|
|
950
|
+
"anyOf": [
|
|
951
|
+
{
|
|
952
|
+
"type": "object",
|
|
953
|
+
"properties": {
|
|
954
|
+
"limit": {
|
|
955
|
+
"type": "number"
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"type": "boolean"
|
|
961
|
+
}
|
|
962
|
+
]
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
968
|
+
},
|
|
969
|
+
"packageName": "@backstage/plugin-catalog"
|
|
970
|
+
},
|
|
908
971
|
{
|
|
909
972
|
"path": "../frontend-app-api/config.d.ts",
|
|
910
973
|
"value": {
|
|
@@ -1018,37 +1081,6 @@
|
|
|
1018
1081
|
},
|
|
1019
1082
|
"packageName": "@backstage/frontend-app-api"
|
|
1020
1083
|
},
|
|
1021
|
-
{
|
|
1022
|
-
"path": "../../plugins/catalog/config.d.ts",
|
|
1023
|
-
"value": {
|
|
1024
|
-
"type": "object",
|
|
1025
|
-
"properties": {
|
|
1026
|
-
"catalog": {
|
|
1027
|
-
"type": "object",
|
|
1028
|
-
"properties": {
|
|
1029
|
-
"experimentalPagination": {
|
|
1030
|
-
"deepVisibility": "frontend",
|
|
1031
|
-
"anyOf": [
|
|
1032
|
-
{
|
|
1033
|
-
"type": "object",
|
|
1034
|
-
"properties": {
|
|
1035
|
-
"limit": {
|
|
1036
|
-
"type": "number"
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"type": "boolean"
|
|
1042
|
-
}
|
|
1043
|
-
]
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
},
|
|
1048
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1049
|
-
},
|
|
1050
|
-
"packageName": "@backstage/plugin-catalog"
|
|
1051
|
-
},
|
|
1052
1084
|
{
|
|
1053
1085
|
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1054
1086
|
"value": {
|
|
@@ -1135,52 +1167,6 @@
|
|
|
1135
1167
|
},
|
|
1136
1168
|
"packageName": "@backstage/backend-plugin-api"
|
|
1137
1169
|
},
|
|
1138
|
-
{
|
|
1139
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1140
|
-
"value": {
|
|
1141
|
-
"type": "object",
|
|
1142
|
-
"properties": {
|
|
1143
|
-
"auth": {
|
|
1144
|
-
"description": "Configuration options for the auth plugin",
|
|
1145
|
-
"type": "object",
|
|
1146
|
-
"properties": {
|
|
1147
|
-
"providers": {
|
|
1148
|
-
"type": "object",
|
|
1149
|
-
"properties": {
|
|
1150
|
-
"guest": {
|
|
1151
|
-
"type": "object",
|
|
1152
|
-
"properties": {
|
|
1153
|
-
"userEntityRef": {
|
|
1154
|
-
"description": "The entity reference to use for the guest user.",
|
|
1155
|
-
"default": "user:development/guest",
|
|
1156
|
-
"type": "string"
|
|
1157
|
-
},
|
|
1158
|
-
"ownershipEntityRefs": {
|
|
1159
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1160
|
-
"default": "[userEntityRef]",
|
|
1161
|
-
"type": "array",
|
|
1162
|
-
"items": {
|
|
1163
|
-
"type": "string"
|
|
1164
|
-
}
|
|
1165
|
-
},
|
|
1166
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1167
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1168
|
-
"type": "boolean"
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
}
|
|
1172
|
-
}
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
|
-
"required": [
|
|
1176
|
-
"providers"
|
|
1177
|
-
]
|
|
1178
|
-
}
|
|
1179
|
-
},
|
|
1180
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1181
|
-
},
|
|
1182
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1183
|
-
},
|
|
1184
1170
|
{
|
|
1185
1171
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1186
1172
|
"value": {
|
|
@@ -1440,53 +1426,53 @@
|
|
|
1440
1426
|
"packageName": "@backstage/plugin-auth-backend"
|
|
1441
1427
|
},
|
|
1442
1428
|
{
|
|
1443
|
-
"path": "../../
|
|
1429
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1444
1430
|
"value": {
|
|
1445
1431
|
"type": "object",
|
|
1446
1432
|
"properties": {
|
|
1447
1433
|
"auth": {
|
|
1434
|
+
"description": "Configuration options for the auth plugin",
|
|
1448
1435
|
"type": "object",
|
|
1449
1436
|
"properties": {
|
|
1450
|
-
"
|
|
1451
|
-
"description": "Autologout feature configuration",
|
|
1437
|
+
"providers": {
|
|
1452
1438
|
"type": "object",
|
|
1453
1439
|
"properties": {
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
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"
|
|
1440
|
+
"guest": {
|
|
1441
|
+
"type": "object",
|
|
1442
|
+
"properties": {
|
|
1443
|
+
"userEntityRef": {
|
|
1444
|
+
"description": "The entity reference to use for the guest user.",
|
|
1445
|
+
"default": "user:development/guest",
|
|
1446
|
+
"type": "string"
|
|
1447
|
+
},
|
|
1448
|
+
"ownershipEntityRefs": {
|
|
1449
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1450
|
+
"default": "[userEntityRef]",
|
|
1451
|
+
"type": "array",
|
|
1452
|
+
"items": {
|
|
1453
|
+
"type": "string"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1457
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1458
|
+
"type": "boolean"
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1478
1461
|
}
|
|
1479
1462
|
}
|
|
1480
1463
|
}
|
|
1481
|
-
}
|
|
1464
|
+
},
|
|
1465
|
+
"required": [
|
|
1466
|
+
"providers"
|
|
1467
|
+
]
|
|
1482
1468
|
}
|
|
1483
1469
|
},
|
|
1484
1470
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1485
1471
|
},
|
|
1486
|
-
"packageName": "@backstage/
|
|
1472
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1487
1473
|
},
|
|
1488
1474
|
{
|
|
1489
|
-
"path": "../../node_modules/@
|
|
1475
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1490
1476
|
"value": {
|
|
1491
1477
|
"type": "object",
|
|
1492
1478
|
"properties": {
|
|
@@ -1532,60 +1518,782 @@
|
|
|
1532
1518
|
"packageName": "@backstage/core-components"
|
|
1533
1519
|
},
|
|
1534
1520
|
{
|
|
1535
|
-
"path": "
|
|
1521
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1536
1522
|
"value": {
|
|
1537
1523
|
"type": "object",
|
|
1538
1524
|
"properties": {
|
|
1539
|
-
"
|
|
1525
|
+
"app": {
|
|
1526
|
+
"description": "Generic frontend configuration.",
|
|
1540
1527
|
"type": "object",
|
|
1541
1528
|
"properties": {
|
|
1542
|
-
"
|
|
1543
|
-
"description": "
|
|
1544
|
-
"
|
|
1545
|
-
|
|
1546
|
-
"type": "object",
|
|
1547
|
-
"properties": {
|
|
1548
|
-
"include": {
|
|
1549
|
-
"type": "array",
|
|
1550
|
-
"items": {
|
|
1551
|
-
"type": "string"
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1554
|
-
"exclude": {
|
|
1555
|
-
"type": "array",
|
|
1556
|
-
"items": {
|
|
1557
|
-
"type": "string"
|
|
1558
|
-
}
|
|
1559
|
-
}
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"const": "all",
|
|
1564
|
-
"type": "string"
|
|
1565
|
-
}
|
|
1566
|
-
]
|
|
1529
|
+
"baseUrl": {
|
|
1530
|
+
"description": "The public absolute root URL that the frontend.",
|
|
1531
|
+
"visibility": "frontend",
|
|
1532
|
+
"type": "string"
|
|
1567
1533
|
},
|
|
1568
|
-
"
|
|
1534
|
+
"title": {
|
|
1535
|
+
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1536
|
+
"visibility": "frontend",
|
|
1537
|
+
"type": "string"
|
|
1538
|
+
},
|
|
1539
|
+
"support": {
|
|
1540
|
+
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1569
1541
|
"type": "object",
|
|
1570
1542
|
"properties": {
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1573
|
-
"
|
|
1574
|
-
|
|
1575
|
-
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
|
|
1576
|
-
"enum": [
|
|
1577
|
-
"abort",
|
|
1578
|
-
"continue"
|
|
1579
|
-
],
|
|
1580
|
-
"type": "string"
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1543
|
+
"url": {
|
|
1544
|
+
"description": "The primary support url.",
|
|
1545
|
+
"visibility": "frontend",
|
|
1546
|
+
"type": "string"
|
|
1583
1547
|
},
|
|
1584
|
-
"
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1587
|
-
|
|
1588
|
-
"
|
|
1548
|
+
"items": {
|
|
1549
|
+
"description": "A list of categorized support item groupings.",
|
|
1550
|
+
"type": "array",
|
|
1551
|
+
"items": {
|
|
1552
|
+
"type": "object",
|
|
1553
|
+
"properties": {
|
|
1554
|
+
"title": {
|
|
1555
|
+
"description": "The title of the support item grouping.",
|
|
1556
|
+
"visibility": "frontend",
|
|
1557
|
+
"type": "string"
|
|
1558
|
+
},
|
|
1559
|
+
"icon": {
|
|
1560
|
+
"description": "An optional icon for the support item grouping.",
|
|
1561
|
+
"visibility": "frontend",
|
|
1562
|
+
"type": "string"
|
|
1563
|
+
},
|
|
1564
|
+
"links": {
|
|
1565
|
+
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1566
|
+
"type": "array",
|
|
1567
|
+
"items": {
|
|
1568
|
+
"type": "object",
|
|
1569
|
+
"properties": {
|
|
1570
|
+
"url": {
|
|
1571
|
+
"visibility": "frontend",
|
|
1572
|
+
"type": "string"
|
|
1573
|
+
},
|
|
1574
|
+
"title": {
|
|
1575
|
+
"visibility": "frontend",
|
|
1576
|
+
"type": "string"
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"required": [
|
|
1580
|
+
"url"
|
|
1581
|
+
]
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"required": [
|
|
1586
|
+
"links",
|
|
1587
|
+
"title"
|
|
1588
|
+
]
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
"required": [
|
|
1593
|
+
"items",
|
|
1594
|
+
"url"
|
|
1595
|
+
]
|
|
1596
|
+
},
|
|
1597
|
+
"routes": {
|
|
1598
|
+
"type": "object",
|
|
1599
|
+
"properties": {
|
|
1600
|
+
"bindings": {
|
|
1601
|
+
"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.",
|
|
1602
|
+
"deepVisibility": "frontend",
|
|
1603
|
+
"type": "object",
|
|
1604
|
+
"additionalProperties": {
|
|
1605
|
+
"anyOf": [
|
|
1606
|
+
{
|
|
1607
|
+
"const": false,
|
|
1608
|
+
"type": "boolean"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
}
|
|
1613
|
+
]
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"required": [
|
|
1620
|
+
"baseUrl"
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
|
+
"backend": {
|
|
1624
|
+
"description": "Generic backend configuration.",
|
|
1625
|
+
"type": "object",
|
|
1626
|
+
"properties": {
|
|
1627
|
+
"baseUrl": {
|
|
1628
|
+
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1629
|
+
"visibility": "frontend",
|
|
1630
|
+
"type": "string"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"required": [
|
|
1634
|
+
"baseUrl"
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
"organization": {
|
|
1638
|
+
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1639
|
+
"type": "object",
|
|
1640
|
+
"properties": {
|
|
1641
|
+
"name": {
|
|
1642
|
+
"description": "The name of the organization that the app belongs to.",
|
|
1643
|
+
"visibility": "frontend",
|
|
1644
|
+
"type": "string"
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
"homepage": {
|
|
1649
|
+
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1650
|
+
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1651
|
+
"type": "object",
|
|
1652
|
+
"properties": {
|
|
1653
|
+
"clocks": {
|
|
1654
|
+
"type": "array",
|
|
1655
|
+
"items": {
|
|
1656
|
+
"type": "object",
|
|
1657
|
+
"properties": {
|
|
1658
|
+
"label": {
|
|
1659
|
+
"visibility": "frontend",
|
|
1660
|
+
"type": "string"
|
|
1661
|
+
},
|
|
1662
|
+
"timezone": {
|
|
1663
|
+
"visibility": "frontend",
|
|
1664
|
+
"type": "string"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"required": [
|
|
1668
|
+
"label",
|
|
1669
|
+
"timezone"
|
|
1670
|
+
]
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
"auth": {
|
|
1676
|
+
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1677
|
+
"type": "object",
|
|
1678
|
+
"properties": {
|
|
1679
|
+
"environment": {
|
|
1680
|
+
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1681
|
+
"visibility": "frontend",
|
|
1682
|
+
"type": "string"
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"enableExperimentalRedirectFlow": {
|
|
1687
|
+
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1688
|
+
"visibility": "frontend",
|
|
1689
|
+
"type": "boolean"
|
|
1690
|
+
},
|
|
1691
|
+
"discovery": {
|
|
1692
|
+
"description": "Discovery options.",
|
|
1693
|
+
"visibility": "frontend",
|
|
1694
|
+
"type": "object",
|
|
1695
|
+
"properties": {
|
|
1696
|
+
"endpoints": {
|
|
1697
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1698
|
+
"visibility": "frontend",
|
|
1699
|
+
"type": "array",
|
|
1700
|
+
"items": {
|
|
1701
|
+
"type": "object",
|
|
1702
|
+
"properties": {
|
|
1703
|
+
"target": {
|
|
1704
|
+
"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.",
|
|
1705
|
+
"visibility": "frontend",
|
|
1706
|
+
"anyOf": [
|
|
1707
|
+
{
|
|
1708
|
+
"type": "object",
|
|
1709
|
+
"properties": {
|
|
1710
|
+
"external": {
|
|
1711
|
+
"visibility": "frontend",
|
|
1712
|
+
"type": "string"
|
|
1713
|
+
}
|
|
1714
|
+
},
|
|
1715
|
+
"required": [
|
|
1716
|
+
"external"
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"type": "string"
|
|
1721
|
+
}
|
|
1722
|
+
]
|
|
1723
|
+
},
|
|
1724
|
+
"plugins": {
|
|
1725
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
1726
|
+
"visibility": "frontend",
|
|
1727
|
+
"type": "array",
|
|
1728
|
+
"items": {
|
|
1729
|
+
"type": "string"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
"required": [
|
|
1734
|
+
"plugins",
|
|
1735
|
+
"target"
|
|
1736
|
+
]
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"required": [
|
|
1743
|
+
"app",
|
|
1744
|
+
"backend"
|
|
1745
|
+
],
|
|
1746
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1747
|
+
},
|
|
1748
|
+
"packageName": "@backstage/core-app-api"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1752
|
+
"value": {
|
|
1753
|
+
"type": "object",
|
|
1754
|
+
"properties": {
|
|
1755
|
+
"auth": {
|
|
1756
|
+
"type": "object",
|
|
1757
|
+
"properties": {
|
|
1758
|
+
"autologout": {
|
|
1759
|
+
"description": "Autologout feature configuration",
|
|
1760
|
+
"type": "object",
|
|
1761
|
+
"properties": {
|
|
1762
|
+
"enabled": {
|
|
1763
|
+
"description": "Enable or disable the autologout feature",
|
|
1764
|
+
"visibility": "frontend",
|
|
1765
|
+
"type": "boolean"
|
|
1766
|
+
},
|
|
1767
|
+
"idleTimeoutMinutes": {
|
|
1768
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1769
|
+
"visibility": "frontend",
|
|
1770
|
+
"type": "number"
|
|
1771
|
+
},
|
|
1772
|
+
"promptBeforeIdleSeconds": {
|
|
1773
|
+
"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.",
|
|
1774
|
+
"visibility": "frontend",
|
|
1775
|
+
"type": "number"
|
|
1776
|
+
},
|
|
1777
|
+
"useWorkerTimers": {
|
|
1778
|
+
"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.",
|
|
1779
|
+
"visibility": "frontend",
|
|
1780
|
+
"type": "boolean"
|
|
1781
|
+
},
|
|
1782
|
+
"logoutIfDisconnected": {
|
|
1783
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1784
|
+
"visibility": "frontend",
|
|
1785
|
+
"type": "boolean"
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1793
|
+
},
|
|
1794
|
+
"packageName": "@backstage/core-components"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1798
|
+
"value": {
|
|
1799
|
+
"type": "object",
|
|
1800
|
+
"properties": {
|
|
1801
|
+
"integrations": {
|
|
1802
|
+
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1803
|
+
"visibility": "frontend",
|
|
1804
|
+
"type": "object",
|
|
1805
|
+
"properties": {
|
|
1806
|
+
"azure": {
|
|
1807
|
+
"description": "Integration configuration for Azure",
|
|
1808
|
+
"type": "array",
|
|
1809
|
+
"items": {
|
|
1810
|
+
"type": "object",
|
|
1811
|
+
"properties": {
|
|
1812
|
+
"host": {
|
|
1813
|
+
"description": "The hostname of the given Azure instance",
|
|
1814
|
+
"visibility": "frontend",
|
|
1815
|
+
"type": "string"
|
|
1816
|
+
},
|
|
1817
|
+
"token": {
|
|
1818
|
+
"description": "Token used to authenticate requests.",
|
|
1819
|
+
"visibility": "secret",
|
|
1820
|
+
"deprecated": "Use `credentials` instead.",
|
|
1821
|
+
"type": "string"
|
|
1822
|
+
},
|
|
1823
|
+
"credential": {
|
|
1824
|
+
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1825
|
+
"deepVisibility": "secret",
|
|
1826
|
+
"deprecated": "Use `credentials` instead.",
|
|
1827
|
+
"type": "object",
|
|
1828
|
+
"properties": {
|
|
1829
|
+
"clientId": {
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"clientSecret": {
|
|
1833
|
+
"type": "string"
|
|
1834
|
+
},
|
|
1835
|
+
"tenantId": {
|
|
1836
|
+
"type": "string"
|
|
1837
|
+
},
|
|
1838
|
+
"personalAccessToken": {
|
|
1839
|
+
"type": "string"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"credentials": {
|
|
1844
|
+
"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.",
|
|
1845
|
+
"deepVisibility": "secret",
|
|
1846
|
+
"type": "array",
|
|
1847
|
+
"items": {
|
|
1848
|
+
"type": "object",
|
|
1849
|
+
"properties": {
|
|
1850
|
+
"clientId": {
|
|
1851
|
+
"type": "string"
|
|
1852
|
+
},
|
|
1853
|
+
"clientSecret": {
|
|
1854
|
+
"type": "string"
|
|
1855
|
+
},
|
|
1856
|
+
"tenantId": {
|
|
1857
|
+
"type": "string"
|
|
1858
|
+
},
|
|
1859
|
+
"personalAccessToken": {
|
|
1860
|
+
"type": "string"
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
},
|
|
1866
|
+
"required": [
|
|
1867
|
+
"host"
|
|
1868
|
+
]
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
"bitbucket": {
|
|
1872
|
+
"description": "Integration configuration for Bitbucket",
|
|
1873
|
+
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1874
|
+
"type": "array",
|
|
1875
|
+
"items": {
|
|
1876
|
+
"type": "object",
|
|
1877
|
+
"properties": {
|
|
1878
|
+
"host": {
|
|
1879
|
+
"description": "The hostname of the given Bitbucket instance",
|
|
1880
|
+
"visibility": "frontend",
|
|
1881
|
+
"type": "string"
|
|
1882
|
+
},
|
|
1883
|
+
"token": {
|
|
1884
|
+
"description": "Token used to authenticate requests.",
|
|
1885
|
+
"visibility": "secret",
|
|
1886
|
+
"type": "string"
|
|
1887
|
+
},
|
|
1888
|
+
"apiBaseUrl": {
|
|
1889
|
+
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1890
|
+
"visibility": "frontend",
|
|
1891
|
+
"type": "string"
|
|
1892
|
+
},
|
|
1893
|
+
"username": {
|
|
1894
|
+
"description": "The username to use for authenticated requests.",
|
|
1895
|
+
"visibility": "secret",
|
|
1896
|
+
"type": "string"
|
|
1897
|
+
},
|
|
1898
|
+
"appPassword": {
|
|
1899
|
+
"description": "Bitbucket app password used to authenticate requests.",
|
|
1900
|
+
"visibility": "secret",
|
|
1901
|
+
"type": "string"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
"required": [
|
|
1905
|
+
"host"
|
|
1906
|
+
]
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"bitbucketCloud": {
|
|
1910
|
+
"description": "Integration configuration for Bitbucket Cloud",
|
|
1911
|
+
"type": "array",
|
|
1912
|
+
"items": {
|
|
1913
|
+
"type": "object",
|
|
1914
|
+
"properties": {
|
|
1915
|
+
"username": {
|
|
1916
|
+
"description": "The username to use for authenticated requests.",
|
|
1917
|
+
"visibility": "secret",
|
|
1918
|
+
"type": "string"
|
|
1919
|
+
},
|
|
1920
|
+
"appPassword": {
|
|
1921
|
+
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1922
|
+
"visibility": "secret",
|
|
1923
|
+
"type": "string"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
"required": [
|
|
1927
|
+
"appPassword",
|
|
1928
|
+
"username"
|
|
1929
|
+
]
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"bitbucketServer": {
|
|
1933
|
+
"description": "Integration configuration for Bitbucket Server",
|
|
1934
|
+
"type": "array",
|
|
1935
|
+
"items": {
|
|
1936
|
+
"type": "object",
|
|
1937
|
+
"properties": {
|
|
1938
|
+
"host": {
|
|
1939
|
+
"description": "The hostname of the given Bitbucket Server instance",
|
|
1940
|
+
"visibility": "frontend",
|
|
1941
|
+
"type": "string"
|
|
1942
|
+
},
|
|
1943
|
+
"token": {
|
|
1944
|
+
"description": "Token used to authenticate requests.",
|
|
1945
|
+
"visibility": "secret",
|
|
1946
|
+
"type": "string"
|
|
1947
|
+
},
|
|
1948
|
+
"username": {
|
|
1949
|
+
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1950
|
+
"visibility": "secret",
|
|
1951
|
+
"type": "string"
|
|
1952
|
+
},
|
|
1953
|
+
"password": {
|
|
1954
|
+
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1955
|
+
"visibility": "secret",
|
|
1956
|
+
"type": "string"
|
|
1957
|
+
},
|
|
1958
|
+
"apiBaseUrl": {
|
|
1959
|
+
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1960
|
+
"visibility": "frontend",
|
|
1961
|
+
"type": "string"
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
"required": [
|
|
1965
|
+
"host"
|
|
1966
|
+
]
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
"gerrit": {
|
|
1970
|
+
"description": "Integration configuration for Gerrit",
|
|
1971
|
+
"type": "array",
|
|
1972
|
+
"items": {
|
|
1973
|
+
"type": "object",
|
|
1974
|
+
"properties": {
|
|
1975
|
+
"host": {
|
|
1976
|
+
"description": "The hostname of the given Gerrit instance",
|
|
1977
|
+
"visibility": "frontend",
|
|
1978
|
+
"type": "string"
|
|
1979
|
+
},
|
|
1980
|
+
"baseUrl": {
|
|
1981
|
+
"description": "The base url for the Gerrit instance.",
|
|
1982
|
+
"visibility": "frontend",
|
|
1983
|
+
"type": "string"
|
|
1984
|
+
},
|
|
1985
|
+
"gitilesBaseUrl": {
|
|
1986
|
+
"description": "The gitiles base url.",
|
|
1987
|
+
"visibility": "frontend",
|
|
1988
|
+
"type": "string"
|
|
1989
|
+
},
|
|
1990
|
+
"cloneUrl": {
|
|
1991
|
+
"description": "The base url for cloning repos.",
|
|
1992
|
+
"visibility": "frontend",
|
|
1993
|
+
"type": "string"
|
|
1994
|
+
},
|
|
1995
|
+
"username": {
|
|
1996
|
+
"description": "The username to use for authenticated requests.",
|
|
1997
|
+
"visibility": "secret",
|
|
1998
|
+
"type": "string"
|
|
1999
|
+
},
|
|
2000
|
+
"password": {
|
|
2001
|
+
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2002
|
+
"visibility": "secret",
|
|
2003
|
+
"type": "string"
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
"required": [
|
|
2007
|
+
"gitilesBaseUrl",
|
|
2008
|
+
"host"
|
|
2009
|
+
]
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
"github": {
|
|
2013
|
+
"description": "Integration configuration for GitHub",
|
|
2014
|
+
"type": "array",
|
|
2015
|
+
"items": {
|
|
2016
|
+
"type": "object",
|
|
2017
|
+
"properties": {
|
|
2018
|
+
"host": {
|
|
2019
|
+
"description": "The hostname of the given GitHub instance",
|
|
2020
|
+
"visibility": "frontend",
|
|
2021
|
+
"type": "string"
|
|
2022
|
+
},
|
|
2023
|
+
"token": {
|
|
2024
|
+
"description": "Token used to authenticate requests.",
|
|
2025
|
+
"visibility": "secret",
|
|
2026
|
+
"type": "string"
|
|
2027
|
+
},
|
|
2028
|
+
"apiBaseUrl": {
|
|
2029
|
+
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
2030
|
+
"visibility": "frontend",
|
|
2031
|
+
"type": "string"
|
|
2032
|
+
},
|
|
2033
|
+
"rawBaseUrl": {
|
|
2034
|
+
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
2035
|
+
"visibility": "frontend",
|
|
2036
|
+
"type": "string"
|
|
2037
|
+
},
|
|
2038
|
+
"apps": {
|
|
2039
|
+
"description": "GitHub Apps configuration",
|
|
2040
|
+
"type": "array",
|
|
2041
|
+
"items": {
|
|
2042
|
+
"type": "object",
|
|
2043
|
+
"properties": {
|
|
2044
|
+
"appId": {
|
|
2045
|
+
"description": "The numeric GitHub App ID, string for environment variables",
|
|
2046
|
+
"type": [
|
|
2047
|
+
"string",
|
|
2048
|
+
"number"
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2051
|
+
"privateKey": {
|
|
2052
|
+
"description": "The private key to use for auth against the app",
|
|
2053
|
+
"visibility": "secret",
|
|
2054
|
+
"type": "string"
|
|
2055
|
+
},
|
|
2056
|
+
"webhookSecret": {
|
|
2057
|
+
"description": "The secret used for webhooks",
|
|
2058
|
+
"visibility": "secret",
|
|
2059
|
+
"type": "string"
|
|
2060
|
+
},
|
|
2061
|
+
"clientId": {
|
|
2062
|
+
"description": "The client ID to use",
|
|
2063
|
+
"type": "string"
|
|
2064
|
+
},
|
|
2065
|
+
"clientSecret": {
|
|
2066
|
+
"description": "The client secret to use",
|
|
2067
|
+
"visibility": "secret",
|
|
2068
|
+
"type": "string"
|
|
2069
|
+
},
|
|
2070
|
+
"allowedInstallationOwners": {
|
|
2071
|
+
"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",
|
|
2072
|
+
"type": "array",
|
|
2073
|
+
"items": {
|
|
2074
|
+
"type": "string"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
"required": [
|
|
2079
|
+
"appId",
|
|
2080
|
+
"clientId",
|
|
2081
|
+
"clientSecret",
|
|
2082
|
+
"privateKey",
|
|
2083
|
+
"webhookSecret"
|
|
2084
|
+
]
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
"required": [
|
|
2089
|
+
"host"
|
|
2090
|
+
]
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"gitlab": {
|
|
2094
|
+
"description": "Integration configuration for GitLab",
|
|
2095
|
+
"type": "array",
|
|
2096
|
+
"items": {
|
|
2097
|
+
"type": "object",
|
|
2098
|
+
"properties": {
|
|
2099
|
+
"host": {
|
|
2100
|
+
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
2101
|
+
"visibility": "frontend",
|
|
2102
|
+
"type": "string"
|
|
2103
|
+
},
|
|
2104
|
+
"apiBaseUrl": {
|
|
2105
|
+
"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.",
|
|
2106
|
+
"visibility": "frontend",
|
|
2107
|
+
"type": "string"
|
|
2108
|
+
},
|
|
2109
|
+
"token": {
|
|
2110
|
+
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
2111
|
+
"visibility": "secret",
|
|
2112
|
+
"type": "string"
|
|
2113
|
+
},
|
|
2114
|
+
"baseUrl": {
|
|
2115
|
+
"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}.",
|
|
2116
|
+
"visibility": "frontend",
|
|
2117
|
+
"type": "string"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
"required": [
|
|
2121
|
+
"host"
|
|
2122
|
+
]
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
"googleGcs": {
|
|
2126
|
+
"description": "Integration configuration for Google Cloud Storage",
|
|
2127
|
+
"type": "object",
|
|
2128
|
+
"properties": {
|
|
2129
|
+
"clientEmail": {
|
|
2130
|
+
"description": "Service account email used to authenticate requests.",
|
|
2131
|
+
"type": "string"
|
|
2132
|
+
},
|
|
2133
|
+
"privateKey": {
|
|
2134
|
+
"description": "Service account private key used to authenticate requests.",
|
|
2135
|
+
"visibility": "secret",
|
|
2136
|
+
"type": "string"
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
"awsS3": {
|
|
2141
|
+
"description": "Integration configuration for AWS S3 Service",
|
|
2142
|
+
"type": "array",
|
|
2143
|
+
"items": {
|
|
2144
|
+
"type": "object",
|
|
2145
|
+
"properties": {
|
|
2146
|
+
"endpoint": {
|
|
2147
|
+
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
2148
|
+
"visibility": "frontend",
|
|
2149
|
+
"type": "string"
|
|
2150
|
+
},
|
|
2151
|
+
"s3ForcePathStyle": {
|
|
2152
|
+
"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.",
|
|
2153
|
+
"visibility": "frontend",
|
|
2154
|
+
"type": "boolean"
|
|
2155
|
+
},
|
|
2156
|
+
"accessKeyId": {
|
|
2157
|
+
"description": "Account access key used to authenticate requests.",
|
|
2158
|
+
"type": "string"
|
|
2159
|
+
},
|
|
2160
|
+
"secretAccessKey": {
|
|
2161
|
+
"description": "Account secret key used to authenticate requests.",
|
|
2162
|
+
"visibility": "secret",
|
|
2163
|
+
"type": "string"
|
|
2164
|
+
},
|
|
2165
|
+
"roleArn": {
|
|
2166
|
+
"description": "ARN of the role to be assumed",
|
|
2167
|
+
"type": "string"
|
|
2168
|
+
},
|
|
2169
|
+
"externalId": {
|
|
2170
|
+
"description": "External ID to use when assuming role",
|
|
2171
|
+
"type": "string"
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
"gitea": {
|
|
2177
|
+
"description": "Integration configuration for Gitea",
|
|
2178
|
+
"type": "array",
|
|
2179
|
+
"items": {
|
|
2180
|
+
"type": "object",
|
|
2181
|
+
"properties": {
|
|
2182
|
+
"host": {
|
|
2183
|
+
"description": "The hostname of the given Gitea instance",
|
|
2184
|
+
"visibility": "frontend",
|
|
2185
|
+
"type": "string"
|
|
2186
|
+
},
|
|
2187
|
+
"baseUrl": {
|
|
2188
|
+
"description": "The base url for the Gitea instance.",
|
|
2189
|
+
"visibility": "frontend",
|
|
2190
|
+
"type": "string"
|
|
2191
|
+
},
|
|
2192
|
+
"username": {
|
|
2193
|
+
"description": "The username to use for authenticated requests.",
|
|
2194
|
+
"visibility": "secret",
|
|
2195
|
+
"type": "string"
|
|
2196
|
+
},
|
|
2197
|
+
"password": {
|
|
2198
|
+
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
2199
|
+
"visibility": "secret",
|
|
2200
|
+
"type": "string"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
"required": [
|
|
2204
|
+
"host"
|
|
2205
|
+
]
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
"harness": {
|
|
2209
|
+
"description": "Integration configuration for Harness Code",
|
|
2210
|
+
"type": "array",
|
|
2211
|
+
"items": {
|
|
2212
|
+
"type": "object",
|
|
2213
|
+
"properties": {
|
|
2214
|
+
"host": {
|
|
2215
|
+
"description": "The hostname of the given Harness Code instance",
|
|
2216
|
+
"visibility": "frontend",
|
|
2217
|
+
"type": "string"
|
|
2218
|
+
},
|
|
2219
|
+
"apiKey": {
|
|
2220
|
+
"description": "The apikey to use for authenticated requests.",
|
|
2221
|
+
"visibility": "secret",
|
|
2222
|
+
"type": "string"
|
|
2223
|
+
},
|
|
2224
|
+
"token": {
|
|
2225
|
+
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
2226
|
+
"visibility": "secret",
|
|
2227
|
+
"type": "string"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"required": [
|
|
2231
|
+
"host"
|
|
2232
|
+
]
|
|
2233
|
+
}
|
|
2234
|
+
}
|
|
2235
|
+
}
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2239
|
+
},
|
|
2240
|
+
"packageName": "@backstage/integration"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"path": "../backend-app-api/config.d.ts",
|
|
2244
|
+
"value": {
|
|
2245
|
+
"type": "object",
|
|
2246
|
+
"properties": {
|
|
2247
|
+
"backend": {
|
|
2248
|
+
"type": "object",
|
|
2249
|
+
"properties": {
|
|
2250
|
+
"packages": {
|
|
2251
|
+
"description": "Used by the feature discovery service",
|
|
2252
|
+
"anyOf": [
|
|
2253
|
+
{
|
|
2254
|
+
"type": "object",
|
|
2255
|
+
"properties": {
|
|
2256
|
+
"include": {
|
|
2257
|
+
"type": "array",
|
|
2258
|
+
"items": {
|
|
2259
|
+
"type": "string"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"exclude": {
|
|
2263
|
+
"type": "array",
|
|
2264
|
+
"items": {
|
|
2265
|
+
"type": "string"
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"const": "all",
|
|
2272
|
+
"type": "string"
|
|
2273
|
+
}
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
2276
|
+
"startup": {
|
|
2277
|
+
"type": "object",
|
|
2278
|
+
"properties": {
|
|
2279
|
+
"default": {
|
|
2280
|
+
"type": "object",
|
|
2281
|
+
"properties": {
|
|
2282
|
+
"onPluginBootFailure": {
|
|
2283
|
+
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
|
|
2284
|
+
"enum": [
|
|
2285
|
+
"abort",
|
|
2286
|
+
"continue"
|
|
2287
|
+
],
|
|
2288
|
+
"type": "string"
|
|
2289
|
+
}
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
"plugins": {
|
|
2293
|
+
"type": "object",
|
|
2294
|
+
"additionalProperties": {
|
|
2295
|
+
"type": "object",
|
|
2296
|
+
"properties": {
|
|
1589
2297
|
"onPluginBootFailure": {
|
|
1590
2298
|
"description": "Used to control backend startup behavior when this plugin fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nfails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin failures for plugins\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
|
|
1591
2299
|
"enum": [
|
|
@@ -2484,11 +3192,7 @@
|
|
|
2484
3192
|
"external": {
|
|
2485
3193
|
"type": "string"
|
|
2486
3194
|
}
|
|
2487
|
-
}
|
|
2488
|
-
"required": [
|
|
2489
|
-
"external",
|
|
2490
|
-
"internal"
|
|
2491
|
-
]
|
|
3195
|
+
}
|
|
2492
3196
|
},
|
|
2493
3197
|
{
|
|
2494
3198
|
"type": "string"
|
|
@@ -2880,7 +3584,7 @@
|
|
|
2880
3584
|
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
2881
3585
|
},
|
|
2882
3586
|
{
|
|
2883
|
-
"path": "../../plugins/auth-backend-module-
|
|
3587
|
+
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
2884
3588
|
"value": {
|
|
2885
3589
|
"type": "object",
|
|
2886
3590
|
"properties": {
|
|
@@ -2889,37 +3593,17 @@
|
|
|
2889
3593
|
"properties": {
|
|
2890
3594
|
"providers": {
|
|
2891
3595
|
"type": "object",
|
|
2892
|
-
"properties": {
|
|
2893
|
-
"
|
|
2894
|
-
"
|
|
2895
|
-
"type": "object",
|
|
2896
|
-
"properties": {
|
|
2897
|
-
"
|
|
2898
|
-
"
|
|
2899
|
-
},
|
|
2900
|
-
"serviceTokens": {
|
|
2901
|
-
"deepVisibility": "secret",
|
|
2902
|
-
"type": "array",
|
|
2903
|
-
"items": {
|
|
2904
|
-
"type": "object",
|
|
2905
|
-
"properties": {
|
|
2906
|
-
"token": {
|
|
2907
|
-
"type": "string"
|
|
2908
|
-
},
|
|
2909
|
-
"subject": {
|
|
2910
|
-
"type": "string"
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
"required": [
|
|
2914
|
-
"subject",
|
|
2915
|
-
"token"
|
|
2916
|
-
]
|
|
2917
|
-
}
|
|
2918
|
-
},
|
|
2919
|
-
"jwtHeaderName": {
|
|
3596
|
+
"properties": {
|
|
3597
|
+
"gcpIap": {
|
|
3598
|
+
"description": "Configuration for the Google Cloud Platform Identity-Aware Proxy (IAP) auth provider.",
|
|
3599
|
+
"type": "object",
|
|
3600
|
+
"properties": {
|
|
3601
|
+
"audience": {
|
|
3602
|
+
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
2920
3603
|
"type": "string"
|
|
2921
3604
|
},
|
|
2922
|
-
"
|
|
3605
|
+
"jwtHeader": {
|
|
3606
|
+
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
2923
3607
|
"type": "string"
|
|
2924
3608
|
},
|
|
2925
3609
|
"signIn": {
|
|
@@ -2929,6 +3613,30 @@
|
|
|
2929
3613
|
"type": "array",
|
|
2930
3614
|
"items": {
|
|
2931
3615
|
"anyOf": [
|
|
3616
|
+
{
|
|
3617
|
+
"type": "object",
|
|
3618
|
+
"properties": {
|
|
3619
|
+
"resolver": {
|
|
3620
|
+
"type": "string",
|
|
3621
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3622
|
+
}
|
|
3623
|
+
},
|
|
3624
|
+
"required": [
|
|
3625
|
+
"resolver"
|
|
3626
|
+
]
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"type": "object",
|
|
3630
|
+
"properties": {
|
|
3631
|
+
"resolver": {
|
|
3632
|
+
"type": "string",
|
|
3633
|
+
"const": "idMatchingUserEntityAnnotation"
|
|
3634
|
+
}
|
|
3635
|
+
},
|
|
3636
|
+
"required": [
|
|
3637
|
+
"resolver"
|
|
3638
|
+
]
|
|
3639
|
+
},
|
|
2932
3640
|
{
|
|
2933
3641
|
"type": "object",
|
|
2934
3642
|
"properties": {
|
|
@@ -2966,16 +3674,13 @@
|
|
|
2966
3674
|
"required": [
|
|
2967
3675
|
"resolvers"
|
|
2968
3676
|
]
|
|
2969
|
-
}
|
|
3677
|
+
},
|
|
3678
|
+
"sessionDuration": {}
|
|
2970
3679
|
},
|
|
2971
3680
|
"required": [
|
|
2972
|
-
"
|
|
3681
|
+
"audience"
|
|
2973
3682
|
]
|
|
2974
|
-
}
|
|
2975
|
-
"backstageTokenExpiration": {
|
|
2976
|
-
"description": "The backstage token expiration."
|
|
2977
|
-
},
|
|
2978
|
-
"sessionDuration": {}
|
|
3683
|
+
}
|
|
2979
3684
|
}
|
|
2980
3685
|
}
|
|
2981
3686
|
}
|
|
@@ -2983,10 +3688,10 @@
|
|
|
2983
3688
|
},
|
|
2984
3689
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2985
3690
|
},
|
|
2986
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3691
|
+
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
2987
3692
|
},
|
|
2988
3693
|
{
|
|
2989
|
-
"path": "../../plugins/auth-backend-module-
|
|
3694
|
+
"path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
|
|
2990
3695
|
"value": {
|
|
2991
3696
|
"type": "object",
|
|
2992
3697
|
"properties": {
|
|
@@ -2996,16 +3701,36 @@
|
|
|
2996
3701
|
"providers": {
|
|
2997
3702
|
"type": "object",
|
|
2998
3703
|
"properties": {
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
3704
|
+
"cfaccess": {
|
|
3705
|
+
"visibility": "frontend",
|
|
3001
3706
|
"type": "object",
|
|
3002
3707
|
"properties": {
|
|
3003
|
-
"
|
|
3004
|
-
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
3708
|
+
"teamName": {
|
|
3005
3709
|
"type": "string"
|
|
3006
3710
|
},
|
|
3007
|
-
"
|
|
3008
|
-
"
|
|
3711
|
+
"serviceTokens": {
|
|
3712
|
+
"deepVisibility": "secret",
|
|
3713
|
+
"type": "array",
|
|
3714
|
+
"items": {
|
|
3715
|
+
"type": "object",
|
|
3716
|
+
"properties": {
|
|
3717
|
+
"token": {
|
|
3718
|
+
"type": "string"
|
|
3719
|
+
},
|
|
3720
|
+
"subject": {
|
|
3721
|
+
"type": "string"
|
|
3722
|
+
}
|
|
3723
|
+
},
|
|
3724
|
+
"required": [
|
|
3725
|
+
"subject",
|
|
3726
|
+
"token"
|
|
3727
|
+
]
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
"jwtHeaderName": {
|
|
3731
|
+
"type": "string"
|
|
3732
|
+
},
|
|
3733
|
+
"authorizationCookieName": {
|
|
3009
3734
|
"type": "string"
|
|
3010
3735
|
},
|
|
3011
3736
|
"signIn": {
|
|
@@ -3015,30 +3740,6 @@
|
|
|
3015
3740
|
"type": "array",
|
|
3016
3741
|
"items": {
|
|
3017
3742
|
"anyOf": [
|
|
3018
|
-
{
|
|
3019
|
-
"type": "object",
|
|
3020
|
-
"properties": {
|
|
3021
|
-
"resolver": {
|
|
3022
|
-
"type": "string",
|
|
3023
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
3024
|
-
}
|
|
3025
|
-
},
|
|
3026
|
-
"required": [
|
|
3027
|
-
"resolver"
|
|
3028
|
-
]
|
|
3029
|
-
},
|
|
3030
|
-
{
|
|
3031
|
-
"type": "object",
|
|
3032
|
-
"properties": {
|
|
3033
|
-
"resolver": {
|
|
3034
|
-
"type": "string",
|
|
3035
|
-
"const": "idMatchingUserEntityAnnotation"
|
|
3036
|
-
}
|
|
3037
|
-
},
|
|
3038
|
-
"required": [
|
|
3039
|
-
"resolver"
|
|
3040
|
-
]
|
|
3041
|
-
},
|
|
3042
3743
|
{
|
|
3043
3744
|
"type": "object",
|
|
3044
3745
|
"properties": {
|
|
@@ -3076,13 +3777,16 @@
|
|
|
3076
3777
|
"required": [
|
|
3077
3778
|
"resolvers"
|
|
3078
3779
|
]
|
|
3079
|
-
}
|
|
3080
|
-
"sessionDuration": {}
|
|
3780
|
+
}
|
|
3081
3781
|
},
|
|
3082
3782
|
"required": [
|
|
3083
|
-
"
|
|
3783
|
+
"teamName"
|
|
3084
3784
|
]
|
|
3085
|
-
}
|
|
3785
|
+
},
|
|
3786
|
+
"backstageTokenExpiration": {
|
|
3787
|
+
"description": "The backstage token expiration."
|
|
3788
|
+
},
|
|
3789
|
+
"sessionDuration": {}
|
|
3086
3790
|
}
|
|
3087
3791
|
}
|
|
3088
3792
|
}
|
|
@@ -3090,7 +3794,7 @@
|
|
|
3090
3794
|
},
|
|
3091
3795
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3092
3796
|
},
|
|
3093
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3797
|
+
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
3094
3798
|
},
|
|
3095
3799
|
{
|
|
3096
3800
|
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
@@ -3578,7 +4282,7 @@
|
|
|
3578
4282
|
"packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
|
|
3579
4283
|
},
|
|
3580
4284
|
{
|
|
3581
|
-
"path": "../../plugins/auth-backend-module-
|
|
4285
|
+
"path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
|
|
3582
4286
|
"value": {
|
|
3583
4287
|
"type": "object",
|
|
3584
4288
|
"properties": {
|
|
@@ -3588,7 +4292,7 @@
|
|
|
3588
4292
|
"providers": {
|
|
3589
4293
|
"type": "object",
|
|
3590
4294
|
"properties": {
|
|
3591
|
-
"
|
|
4295
|
+
"oauth2": {
|
|
3592
4296
|
"visibility": "frontend",
|
|
3593
4297
|
"type": "object",
|
|
3594
4298
|
"additionalProperties": {
|
|
@@ -3601,16 +4305,14 @@
|
|
|
3601
4305
|
"visibility": "secret",
|
|
3602
4306
|
"type": "string"
|
|
3603
4307
|
},
|
|
3604
|
-
"
|
|
3605
|
-
"type": "string"
|
|
3606
|
-
},
|
|
3607
|
-
"callbackUrl": {
|
|
4308
|
+
"authorizationUrl": {
|
|
3608
4309
|
"type": "string"
|
|
3609
4310
|
},
|
|
3610
|
-
"
|
|
4311
|
+
"tokenUrl": {
|
|
3611
4312
|
"type": "string"
|
|
3612
4313
|
},
|
|
3613
|
-
"
|
|
4314
|
+
"scope": {
|
|
4315
|
+
"deprecated": "use `additionalScopes` instead",
|
|
3614
4316
|
"type": "string"
|
|
3615
4317
|
},
|
|
3616
4318
|
"additionalScopes": {
|
|
@@ -3626,8 +4328,11 @@
|
|
|
3626
4328
|
}
|
|
3627
4329
|
]
|
|
3628
4330
|
},
|
|
3629
|
-
"
|
|
3630
|
-
"type": "
|
|
4331
|
+
"disableRefresh": {
|
|
4332
|
+
"type": "boolean"
|
|
4333
|
+
},
|
|
4334
|
+
"includeBasicAuth": {
|
|
4335
|
+
"type": "boolean"
|
|
3631
4336
|
},
|
|
3632
4337
|
"signIn": {
|
|
3633
4338
|
"type": "object",
|
|
@@ -3636,6 +4341,18 @@
|
|
|
3636
4341
|
"type": "array",
|
|
3637
4342
|
"items": {
|
|
3638
4343
|
"anyOf": [
|
|
4344
|
+
{
|
|
4345
|
+
"type": "object",
|
|
4346
|
+
"properties": {
|
|
4347
|
+
"resolver": {
|
|
4348
|
+
"type": "string",
|
|
4349
|
+
"const": "usernameMatchingUserEntityName"
|
|
4350
|
+
}
|
|
4351
|
+
},
|
|
4352
|
+
"required": [
|
|
4353
|
+
"resolver"
|
|
4354
|
+
]
|
|
4355
|
+
},
|
|
3639
4356
|
{
|
|
3640
4357
|
"type": "object",
|
|
3641
4358
|
"properties": {
|
|
@@ -3677,9 +4394,10 @@
|
|
|
3677
4394
|
"sessionDuration": {}
|
|
3678
4395
|
},
|
|
3679
4396
|
"required": [
|
|
4397
|
+
"authorizationUrl",
|
|
3680
4398
|
"clientId",
|
|
3681
4399
|
"clientSecret",
|
|
3682
|
-
"
|
|
4400
|
+
"tokenUrl"
|
|
3683
4401
|
]
|
|
3684
4402
|
}
|
|
3685
4403
|
}
|
|
@@ -3690,10 +4408,10 @@
|
|
|
3690
4408
|
},
|
|
3691
4409
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3692
4410
|
},
|
|
3693
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4411
|
+
"packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
|
|
3694
4412
|
},
|
|
3695
4413
|
{
|
|
3696
|
-
"path": "../../plugins/auth-backend-module-
|
|
4414
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
3697
4415
|
"value": {
|
|
3698
4416
|
"type": "object",
|
|
3699
4417
|
"properties": {
|
|
@@ -3703,7 +4421,7 @@
|
|
|
3703
4421
|
"providers": {
|
|
3704
4422
|
"type": "object",
|
|
3705
4423
|
"properties": {
|
|
3706
|
-
"
|
|
4424
|
+
"oidc": {
|
|
3707
4425
|
"visibility": "frontend",
|
|
3708
4426
|
"type": "object",
|
|
3709
4427
|
"additionalProperties": {
|
|
@@ -3716,16 +4434,16 @@
|
|
|
3716
4434
|
"visibility": "secret",
|
|
3717
4435
|
"type": "string"
|
|
3718
4436
|
},
|
|
3719
|
-
"
|
|
4437
|
+
"metadataUrl": {
|
|
3720
4438
|
"type": "string"
|
|
3721
4439
|
},
|
|
3722
|
-
"
|
|
4440
|
+
"callbackUrl": {
|
|
3723
4441
|
"type": "string"
|
|
3724
4442
|
},
|
|
3725
|
-
"
|
|
4443
|
+
"tokenEndpointAuthMethod": {
|
|
3726
4444
|
"type": "string"
|
|
3727
4445
|
},
|
|
3728
|
-
"
|
|
4446
|
+
"tokenSignedResponseAlg": {
|
|
3729
4447
|
"type": "string"
|
|
3730
4448
|
},
|
|
3731
4449
|
"additionalScopes": {
|
|
@@ -3741,6 +4459,9 @@
|
|
|
3741
4459
|
}
|
|
3742
4460
|
]
|
|
3743
4461
|
},
|
|
4462
|
+
"prompt": {
|
|
4463
|
+
"type": "string"
|
|
4464
|
+
},
|
|
3744
4465
|
"signIn": {
|
|
3745
4466
|
"type": "object",
|
|
3746
4467
|
"properties": {
|
|
@@ -3748,18 +4469,6 @@
|
|
|
3748
4469
|
"type": "array",
|
|
3749
4470
|
"items": {
|
|
3750
4471
|
"anyOf": [
|
|
3751
|
-
{
|
|
3752
|
-
"type": "object",
|
|
3753
|
-
"properties": {
|
|
3754
|
-
"resolver": {
|
|
3755
|
-
"type": "string",
|
|
3756
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
3757
|
-
}
|
|
3758
|
-
},
|
|
3759
|
-
"required": [
|
|
3760
|
-
"resolver"
|
|
3761
|
-
]
|
|
3762
|
-
},
|
|
3763
4472
|
{
|
|
3764
4473
|
"type": "object",
|
|
3765
4474
|
"properties": {
|
|
@@ -3802,7 +4511,8 @@
|
|
|
3802
4511
|
},
|
|
3803
4512
|
"required": [
|
|
3804
4513
|
"clientId",
|
|
3805
|
-
"clientSecret"
|
|
4514
|
+
"clientSecret",
|
|
4515
|
+
"metadataUrl"
|
|
3806
4516
|
]
|
|
3807
4517
|
}
|
|
3808
4518
|
}
|
|
@@ -3813,10 +4523,10 @@
|
|
|
3813
4523
|
},
|
|
3814
4524
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3815
4525
|
},
|
|
3816
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4526
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
3817
4527
|
},
|
|
3818
4528
|
{
|
|
3819
|
-
"path": "../../plugins/auth-backend-module-
|
|
4529
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
3820
4530
|
"value": {
|
|
3821
4531
|
"type": "object",
|
|
3822
4532
|
"properties": {
|
|
@@ -3826,7 +4536,7 @@
|
|
|
3826
4536
|
"providers": {
|
|
3827
4537
|
"type": "object",
|
|
3828
4538
|
"properties": {
|
|
3829
|
-
"
|
|
4539
|
+
"okta": {
|
|
3830
4540
|
"visibility": "frontend",
|
|
3831
4541
|
"type": "object",
|
|
3832
4542
|
"additionalProperties": {
|
|
@@ -3839,12 +4549,31 @@
|
|
|
3839
4549
|
"visibility": "secret",
|
|
3840
4550
|
"type": "string"
|
|
3841
4551
|
},
|
|
3842
|
-
"
|
|
4552
|
+
"audience": {
|
|
4553
|
+
"type": "string"
|
|
4554
|
+
},
|
|
4555
|
+
"authServerId": {
|
|
4556
|
+
"type": "string"
|
|
4557
|
+
},
|
|
4558
|
+
"idp": {
|
|
3843
4559
|
"type": "string"
|
|
3844
4560
|
},
|
|
3845
4561
|
"callbackUrl": {
|
|
3846
4562
|
"type": "string"
|
|
3847
4563
|
},
|
|
4564
|
+
"additionalScopes": {
|
|
4565
|
+
"anyOf": [
|
|
4566
|
+
{
|
|
4567
|
+
"type": "array",
|
|
4568
|
+
"items": {
|
|
4569
|
+
"type": "string"
|
|
4570
|
+
}
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"type": "string"
|
|
4574
|
+
}
|
|
4575
|
+
]
|
|
4576
|
+
},
|
|
3848
4577
|
"signIn": {
|
|
3849
4578
|
"type": "object",
|
|
3850
4579
|
"properties": {
|
|
@@ -3857,7 +4586,7 @@
|
|
|
3857
4586
|
"properties": {
|
|
3858
4587
|
"resolver": {
|
|
3859
4588
|
"type": "string",
|
|
3860
|
-
"const": "
|
|
4589
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3861
4590
|
}
|
|
3862
4591
|
},
|
|
3863
4592
|
"required": [
|
|
@@ -3906,8 +4635,7 @@
|
|
|
3906
4635
|
},
|
|
3907
4636
|
"required": [
|
|
3908
4637
|
"clientId",
|
|
3909
|
-
"clientSecret"
|
|
3910
|
-
"issuer"
|
|
4638
|
+
"clientSecret"
|
|
3911
4639
|
]
|
|
3912
4640
|
}
|
|
3913
4641
|
}
|
|
@@ -3918,10 +4646,10 @@
|
|
|
3918
4646
|
},
|
|
3919
4647
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3920
4648
|
},
|
|
3921
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4649
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
3922
4650
|
},
|
|
3923
4651
|
{
|
|
3924
|
-
"path": "../../plugins/auth-backend-module-
|
|
4652
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
3925
4653
|
"value": {
|
|
3926
4654
|
"type": "object",
|
|
3927
4655
|
"properties": {
|
|
@@ -3931,7 +4659,7 @@
|
|
|
3931
4659
|
"providers": {
|
|
3932
4660
|
"type": "object",
|
|
3933
4661
|
"properties": {
|
|
3934
|
-
"
|
|
4662
|
+
"onelogin": {
|
|
3935
4663
|
"visibility": "frontend",
|
|
3936
4664
|
"type": "object",
|
|
3937
4665
|
"additionalProperties": {
|
|
@@ -3944,35 +4672,12 @@
|
|
|
3944
4672
|
"visibility": "secret",
|
|
3945
4673
|
"type": "string"
|
|
3946
4674
|
},
|
|
3947
|
-
"
|
|
3948
|
-
"type": "string"
|
|
3949
|
-
},
|
|
3950
|
-
"tokenUrl": {
|
|
4675
|
+
"issuer": {
|
|
3951
4676
|
"type": "string"
|
|
3952
4677
|
},
|
|
3953
|
-
"
|
|
3954
|
-
"deprecated": "use `additionalScopes` instead",
|
|
4678
|
+
"callbackUrl": {
|
|
3955
4679
|
"type": "string"
|
|
3956
4680
|
},
|
|
3957
|
-
"additionalScopes": {
|
|
3958
|
-
"anyOf": [
|
|
3959
|
-
{
|
|
3960
|
-
"type": "array",
|
|
3961
|
-
"items": {
|
|
3962
|
-
"type": "string"
|
|
3963
|
-
}
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"type": "string"
|
|
3967
|
-
}
|
|
3968
|
-
]
|
|
3969
|
-
},
|
|
3970
|
-
"disableRefresh": {
|
|
3971
|
-
"type": "boolean"
|
|
3972
|
-
},
|
|
3973
|
-
"includeBasicAuth": {
|
|
3974
|
-
"type": "boolean"
|
|
3975
|
-
},
|
|
3976
4681
|
"signIn": {
|
|
3977
4682
|
"type": "object",
|
|
3978
4683
|
"properties": {
|
|
@@ -4033,10 +4738,9 @@
|
|
|
4033
4738
|
"sessionDuration": {}
|
|
4034
4739
|
},
|
|
4035
4740
|
"required": [
|
|
4036
|
-
"authorizationUrl",
|
|
4037
4741
|
"clientId",
|
|
4038
4742
|
"clientSecret",
|
|
4039
|
-
"
|
|
4743
|
+
"issuer"
|
|
4040
4744
|
]
|
|
4041
4745
|
}
|
|
4042
4746
|
}
|
|
@@ -4047,7 +4751,7 @@
|
|
|
4047
4751
|
},
|
|
4048
4752
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4049
4753
|
},
|
|
4050
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4754
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4051
4755
|
},
|
|
4052
4756
|
{
|
|
4053
4757
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|