@techdocs/cli 1.9.0 → 1.9.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/embedded-app/.config-schema.json +255 -111
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/3308.13263a7d.chunk.js +7 -0
- package/dist/embedded-app/static/3308.13263a7d.chunk.js.map +1 -0
- package/dist/embedded-app/static/{4036.18d0b7f2.chunk.js → 4036.368ff3a0.chunk.js} +1 -1
- package/dist/embedded-app/static/{4036.18d0b7f2.chunk.js.map → 4036.368ff3a0.chunk.js.map} +1 -1
- package/dist/embedded-app/static/8803.b0098400.chunk.js +11 -0
- package/dist/embedded-app/static/8803.b0098400.chunk.js.map +1 -0
- package/dist/embedded-app/static/{main.14097cab.js → main.5f7c3867.js} +27 -27
- package/dist/embedded-app/static/main.5f7c3867.js.map +1 -0
- package/dist/embedded-app/static/module-lodash.05581125.js +29 -0
- package/dist/embedded-app/static/module-lodash.05581125.js.map +1 -0
- package/dist/embedded-app/static/{runtime.14097cab.js → runtime.5f7c3867.js} +2 -2
- package/dist/embedded-app/static/{runtime.14097cab.js.map → runtime.5f7c3867.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.14097cab.js → vendor.5f7c3867.js} +1 -1
- package/dist/embedded-app/static/{vendor.14097cab.js.map → vendor.5f7c3867.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +7 -7
- package/dist/embedded-app/static/3308.aa3dcbac.chunk.js +0 -7
- package/dist/embedded-app/static/3308.aa3dcbac.chunk.js.map +0 -1
- package/dist/embedded-app/static/8803.511872f8.chunk.js +0 -11
- package/dist/embedded-app/static/8803.511872f8.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.14097cab.js.map +0 -1
- package/dist/embedded-app/static/module-lodash.aa647045.js +0 -29
- package/dist/embedded-app/static/module-lodash.aa647045.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1049,6 +1049,29 @@
|
|
|
1049
1049
|
},
|
|
1050
1050
|
"packageName": "@backstage/frontend-app-api"
|
|
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
|
+
},
|
|
1052
1075
|
{
|
|
1053
1076
|
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
1054
1077
|
"value": {
|
|
@@ -1416,29 +1439,6 @@
|
|
|
1416
1439
|
},
|
|
1417
1440
|
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1418
1441
|
},
|
|
1419
|
-
{
|
|
1420
|
-
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1421
|
-
"value": {
|
|
1422
|
-
"type": "object",
|
|
1423
|
-
"properties": {
|
|
1424
|
-
"stackstorm": {
|
|
1425
|
-
"type": "object",
|
|
1426
|
-
"properties": {
|
|
1427
|
-
"webUrl": {
|
|
1428
|
-
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1429
|
-
"visibility": "frontend",
|
|
1430
|
-
"type": "string"
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
"required": [
|
|
1434
|
-
"webUrl"
|
|
1435
|
-
]
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1439
|
-
},
|
|
1440
|
-
"packageName": "@backstage-community/plugin-stackstorm"
|
|
1441
|
-
},
|
|
1442
1442
|
{
|
|
1443
1443
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1444
1444
|
"value": {
|
|
@@ -3327,17 +3327,18 @@
|
|
|
3327
3327
|
"packageName": "@backstage/plugin-auth-backend-module-gitlab-provider"
|
|
3328
3328
|
},
|
|
3329
3329
|
{
|
|
3330
|
-
"path": "../../plugins/auth-backend-module-
|
|
3330
|
+
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
3331
3331
|
"value": {
|
|
3332
3332
|
"type": "object",
|
|
3333
3333
|
"properties": {
|
|
3334
3334
|
"auth": {
|
|
3335
|
+
"description": "Configuration options for the auth plugin",
|
|
3335
3336
|
"type": "object",
|
|
3336
3337
|
"properties": {
|
|
3337
3338
|
"providers": {
|
|
3338
3339
|
"type": "object",
|
|
3339
3340
|
"properties": {
|
|
3340
|
-
"
|
|
3341
|
+
"google": {
|
|
3341
3342
|
"visibility": "frontend",
|
|
3342
3343
|
"type": "object",
|
|
3343
3344
|
"additionalProperties": {
|
|
@@ -3346,16 +3347,10 @@
|
|
|
3346
3347
|
"clientId": {
|
|
3347
3348
|
"type": "string"
|
|
3348
3349
|
},
|
|
3349
|
-
"tenantId": {
|
|
3350
|
-
"type": "string"
|
|
3351
|
-
},
|
|
3352
3350
|
"clientSecret": {
|
|
3353
3351
|
"visibility": "secret",
|
|
3354
3352
|
"type": "string"
|
|
3355
3353
|
},
|
|
3356
|
-
"domainHint": {
|
|
3357
|
-
"type": "string"
|
|
3358
|
-
},
|
|
3359
3354
|
"callbackUrl": {
|
|
3360
3355
|
"type": "string"
|
|
3361
3356
|
},
|
|
@@ -3372,9 +3367,6 @@
|
|
|
3372
3367
|
}
|
|
3373
3368
|
]
|
|
3374
3369
|
},
|
|
3375
|
-
"skipUserProfile": {
|
|
3376
|
-
"type": "boolean"
|
|
3377
|
-
},
|
|
3378
3370
|
"signIn": {
|
|
3379
3371
|
"type": "object",
|
|
3380
3372
|
"properties": {
|
|
@@ -3436,8 +3428,7 @@
|
|
|
3436
3428
|
},
|
|
3437
3429
|
"required": [
|
|
3438
3430
|
"clientId",
|
|
3439
|
-
"clientSecret"
|
|
3440
|
-
"tenantId"
|
|
3431
|
+
"clientSecret"
|
|
3441
3432
|
]
|
|
3442
3433
|
}
|
|
3443
3434
|
}
|
|
@@ -3448,10 +3439,10 @@
|
|
|
3448
3439
|
},
|
|
3449
3440
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3450
3441
|
},
|
|
3451
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3442
|
+
"packageName": "@backstage/plugin-auth-backend-module-google-provider"
|
|
3452
3443
|
},
|
|
3453
3444
|
{
|
|
3454
|
-
"path": "../../plugins/auth-backend-module-
|
|
3445
|
+
"path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
|
|
3455
3446
|
"value": {
|
|
3456
3447
|
"type": "object",
|
|
3457
3448
|
"properties": {
|
|
@@ -3461,7 +3452,7 @@
|
|
|
3461
3452
|
"providers": {
|
|
3462
3453
|
"type": "object",
|
|
3463
3454
|
"properties": {
|
|
3464
|
-
"
|
|
3455
|
+
"microsoft": {
|
|
3465
3456
|
"visibility": "frontend",
|
|
3466
3457
|
"type": "object",
|
|
3467
3458
|
"additionalProperties": {
|
|
@@ -3470,18 +3461,17 @@
|
|
|
3470
3461
|
"clientId": {
|
|
3471
3462
|
"type": "string"
|
|
3472
3463
|
},
|
|
3473
|
-
"
|
|
3474
|
-
"visibility": "secret",
|
|
3464
|
+
"tenantId": {
|
|
3475
3465
|
"type": "string"
|
|
3476
3466
|
},
|
|
3477
|
-
"
|
|
3467
|
+
"clientSecret": {
|
|
3468
|
+
"visibility": "secret",
|
|
3478
3469
|
"type": "string"
|
|
3479
3470
|
},
|
|
3480
|
-
"
|
|
3471
|
+
"domainHint": {
|
|
3481
3472
|
"type": "string"
|
|
3482
3473
|
},
|
|
3483
|
-
"
|
|
3484
|
-
"deprecated": "use `additionalScopes` instead",
|
|
3474
|
+
"callbackUrl": {
|
|
3485
3475
|
"type": "string"
|
|
3486
3476
|
},
|
|
3487
3477
|
"additionalScopes": {
|
|
@@ -3497,10 +3487,7 @@
|
|
|
3497
3487
|
}
|
|
3498
3488
|
]
|
|
3499
3489
|
},
|
|
3500
|
-
"
|
|
3501
|
-
"type": "boolean"
|
|
3502
|
-
},
|
|
3503
|
-
"includeBasicAuth": {
|
|
3490
|
+
"skipUserProfile": {
|
|
3504
3491
|
"type": "boolean"
|
|
3505
3492
|
},
|
|
3506
3493
|
"signIn": {
|
|
@@ -3515,7 +3502,7 @@
|
|
|
3515
3502
|
"properties": {
|
|
3516
3503
|
"resolver": {
|
|
3517
3504
|
"type": "string",
|
|
3518
|
-
"const": "
|
|
3505
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3519
3506
|
}
|
|
3520
3507
|
},
|
|
3521
3508
|
"required": [
|
|
@@ -3551,6 +3538,18 @@
|
|
|
3551
3538
|
"required": [
|
|
3552
3539
|
"resolver"
|
|
3553
3540
|
]
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"type": "object",
|
|
3544
|
+
"properties": {
|
|
3545
|
+
"resolver": {
|
|
3546
|
+
"type": "string",
|
|
3547
|
+
"const": "userIdMatchingUserEntityAnnotation"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
"required": [
|
|
3551
|
+
"resolver"
|
|
3552
|
+
]
|
|
3554
3553
|
}
|
|
3555
3554
|
]
|
|
3556
3555
|
}
|
|
@@ -3563,10 +3562,9 @@
|
|
|
3563
3562
|
"sessionDuration": {}
|
|
3564
3563
|
},
|
|
3565
3564
|
"required": [
|
|
3566
|
-
"authorizationUrl",
|
|
3567
3565
|
"clientId",
|
|
3568
3566
|
"clientSecret",
|
|
3569
|
-
"
|
|
3567
|
+
"tenantId"
|
|
3570
3568
|
]
|
|
3571
3569
|
}
|
|
3572
3570
|
}
|
|
@@ -3577,10 +3575,10 @@
|
|
|
3577
3575
|
},
|
|
3578
3576
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3579
3577
|
},
|
|
3580
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3578
|
+
"packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
|
|
3581
3579
|
},
|
|
3582
3580
|
{
|
|
3583
|
-
"path": "../../plugins/auth-backend-module-
|
|
3581
|
+
"path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
|
|
3584
3582
|
"value": {
|
|
3585
3583
|
"type": "object",
|
|
3586
3584
|
"properties": {
|
|
@@ -3590,7 +3588,7 @@
|
|
|
3590
3588
|
"providers": {
|
|
3591
3589
|
"type": "object",
|
|
3592
3590
|
"properties": {
|
|
3593
|
-
"
|
|
3591
|
+
"oauth2": {
|
|
3594
3592
|
"visibility": "frontend",
|
|
3595
3593
|
"type": "object",
|
|
3596
3594
|
"additionalProperties": {
|
|
@@ -3603,16 +3601,14 @@
|
|
|
3603
3601
|
"visibility": "secret",
|
|
3604
3602
|
"type": "string"
|
|
3605
3603
|
},
|
|
3606
|
-
"
|
|
3607
|
-
"type": "string"
|
|
3608
|
-
},
|
|
3609
|
-
"callbackUrl": {
|
|
3604
|
+
"authorizationUrl": {
|
|
3610
3605
|
"type": "string"
|
|
3611
3606
|
},
|
|
3612
|
-
"
|
|
3607
|
+
"tokenUrl": {
|
|
3613
3608
|
"type": "string"
|
|
3614
3609
|
},
|
|
3615
|
-
"
|
|
3610
|
+
"scope": {
|
|
3611
|
+
"deprecated": "use `additionalScopes` instead",
|
|
3616
3612
|
"type": "string"
|
|
3617
3613
|
},
|
|
3618
3614
|
"additionalScopes": {
|
|
@@ -3628,8 +3624,11 @@
|
|
|
3628
3624
|
}
|
|
3629
3625
|
]
|
|
3630
3626
|
},
|
|
3631
|
-
"
|
|
3632
|
-
"type": "
|
|
3627
|
+
"disableRefresh": {
|
|
3628
|
+
"type": "boolean"
|
|
3629
|
+
},
|
|
3630
|
+
"includeBasicAuth": {
|
|
3631
|
+
"type": "boolean"
|
|
3633
3632
|
},
|
|
3634
3633
|
"signIn": {
|
|
3635
3634
|
"type": "object",
|
|
@@ -3638,6 +3637,18 @@
|
|
|
3638
3637
|
"type": "array",
|
|
3639
3638
|
"items": {
|
|
3640
3639
|
"anyOf": [
|
|
3640
|
+
{
|
|
3641
|
+
"type": "object",
|
|
3642
|
+
"properties": {
|
|
3643
|
+
"resolver": {
|
|
3644
|
+
"type": "string",
|
|
3645
|
+
"const": "usernameMatchingUserEntityName"
|
|
3646
|
+
}
|
|
3647
|
+
},
|
|
3648
|
+
"required": [
|
|
3649
|
+
"resolver"
|
|
3650
|
+
]
|
|
3651
|
+
},
|
|
3641
3652
|
{
|
|
3642
3653
|
"type": "object",
|
|
3643
3654
|
"properties": {
|
|
@@ -3679,9 +3690,10 @@
|
|
|
3679
3690
|
"sessionDuration": {}
|
|
3680
3691
|
},
|
|
3681
3692
|
"required": [
|
|
3693
|
+
"authorizationUrl",
|
|
3682
3694
|
"clientId",
|
|
3683
3695
|
"clientSecret",
|
|
3684
|
-
"
|
|
3696
|
+
"tokenUrl"
|
|
3685
3697
|
]
|
|
3686
3698
|
}
|
|
3687
3699
|
}
|
|
@@ -3692,10 +3704,10 @@
|
|
|
3692
3704
|
},
|
|
3693
3705
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3694
3706
|
},
|
|
3695
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3707
|
+
"packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
|
|
3696
3708
|
},
|
|
3697
3709
|
{
|
|
3698
|
-
"path": "../../plugins/auth-backend-module-
|
|
3710
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
3699
3711
|
"value": {
|
|
3700
3712
|
"type": "object",
|
|
3701
3713
|
"properties": {
|
|
@@ -3705,7 +3717,7 @@
|
|
|
3705
3717
|
"providers": {
|
|
3706
3718
|
"type": "object",
|
|
3707
3719
|
"properties": {
|
|
3708
|
-
"
|
|
3720
|
+
"oidc": {
|
|
3709
3721
|
"visibility": "frontend",
|
|
3710
3722
|
"type": "object",
|
|
3711
3723
|
"additionalProperties": {
|
|
@@ -3718,16 +3730,16 @@
|
|
|
3718
3730
|
"visibility": "secret",
|
|
3719
3731
|
"type": "string"
|
|
3720
3732
|
},
|
|
3721
|
-
"
|
|
3733
|
+
"metadataUrl": {
|
|
3722
3734
|
"type": "string"
|
|
3723
3735
|
},
|
|
3724
|
-
"
|
|
3736
|
+
"callbackUrl": {
|
|
3725
3737
|
"type": "string"
|
|
3726
3738
|
},
|
|
3727
|
-
"
|
|
3739
|
+
"tokenEndpointAuthMethod": {
|
|
3728
3740
|
"type": "string"
|
|
3729
3741
|
},
|
|
3730
|
-
"
|
|
3742
|
+
"tokenSignedResponseAlg": {
|
|
3731
3743
|
"type": "string"
|
|
3732
3744
|
},
|
|
3733
3745
|
"additionalScopes": {
|
|
@@ -3743,6 +3755,9 @@
|
|
|
3743
3755
|
}
|
|
3744
3756
|
]
|
|
3745
3757
|
},
|
|
3758
|
+
"prompt": {
|
|
3759
|
+
"type": "string"
|
|
3760
|
+
},
|
|
3746
3761
|
"signIn": {
|
|
3747
3762
|
"type": "object",
|
|
3748
3763
|
"properties": {
|
|
@@ -3750,18 +3765,6 @@
|
|
|
3750
3765
|
"type": "array",
|
|
3751
3766
|
"items": {
|
|
3752
3767
|
"anyOf": [
|
|
3753
|
-
{
|
|
3754
|
-
"type": "object",
|
|
3755
|
-
"properties": {
|
|
3756
|
-
"resolver": {
|
|
3757
|
-
"type": "string",
|
|
3758
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
3759
|
-
}
|
|
3760
|
-
},
|
|
3761
|
-
"required": [
|
|
3762
|
-
"resolver"
|
|
3763
|
-
]
|
|
3764
|
-
},
|
|
3765
3768
|
{
|
|
3766
3769
|
"type": "object",
|
|
3767
3770
|
"properties": {
|
|
@@ -3804,7 +3807,8 @@
|
|
|
3804
3807
|
},
|
|
3805
3808
|
"required": [
|
|
3806
3809
|
"clientId",
|
|
3807
|
-
"clientSecret"
|
|
3810
|
+
"clientSecret",
|
|
3811
|
+
"metadataUrl"
|
|
3808
3812
|
]
|
|
3809
3813
|
}
|
|
3810
3814
|
}
|
|
@@ -3815,10 +3819,10 @@
|
|
|
3815
3819
|
},
|
|
3816
3820
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3817
3821
|
},
|
|
3818
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3822
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
3819
3823
|
},
|
|
3820
3824
|
{
|
|
3821
|
-
"path": "../../plugins/auth-backend-module-
|
|
3825
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
3822
3826
|
"value": {
|
|
3823
3827
|
"type": "object",
|
|
3824
3828
|
"properties": {
|
|
@@ -3828,7 +3832,7 @@
|
|
|
3828
3832
|
"providers": {
|
|
3829
3833
|
"type": "object",
|
|
3830
3834
|
"properties": {
|
|
3831
|
-
"
|
|
3835
|
+
"okta": {
|
|
3832
3836
|
"visibility": "frontend",
|
|
3833
3837
|
"type": "object",
|
|
3834
3838
|
"additionalProperties": {
|
|
@@ -3841,12 +3845,31 @@
|
|
|
3841
3845
|
"visibility": "secret",
|
|
3842
3846
|
"type": "string"
|
|
3843
3847
|
},
|
|
3844
|
-
"
|
|
3848
|
+
"audience": {
|
|
3849
|
+
"type": "string"
|
|
3850
|
+
},
|
|
3851
|
+
"authServerId": {
|
|
3852
|
+
"type": "string"
|
|
3853
|
+
},
|
|
3854
|
+
"idp": {
|
|
3845
3855
|
"type": "string"
|
|
3846
3856
|
},
|
|
3847
3857
|
"callbackUrl": {
|
|
3848
3858
|
"type": "string"
|
|
3849
3859
|
},
|
|
3860
|
+
"additionalScopes": {
|
|
3861
|
+
"anyOf": [
|
|
3862
|
+
{
|
|
3863
|
+
"type": "array",
|
|
3864
|
+
"items": {
|
|
3865
|
+
"type": "string"
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"type": "string"
|
|
3870
|
+
}
|
|
3871
|
+
]
|
|
3872
|
+
},
|
|
3850
3873
|
"signIn": {
|
|
3851
3874
|
"type": "object",
|
|
3852
3875
|
"properties": {
|
|
@@ -3859,7 +3882,7 @@
|
|
|
3859
3882
|
"properties": {
|
|
3860
3883
|
"resolver": {
|
|
3861
3884
|
"type": "string",
|
|
3862
|
-
"const": "
|
|
3885
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3863
3886
|
}
|
|
3864
3887
|
},
|
|
3865
3888
|
"required": [
|
|
@@ -3908,8 +3931,7 @@
|
|
|
3908
3931
|
},
|
|
3909
3932
|
"required": [
|
|
3910
3933
|
"clientId",
|
|
3911
|
-
"clientSecret"
|
|
3912
|
-
"issuer"
|
|
3934
|
+
"clientSecret"
|
|
3913
3935
|
]
|
|
3914
3936
|
}
|
|
3915
3937
|
}
|
|
@@ -3920,21 +3942,20 @@
|
|
|
3920
3942
|
},
|
|
3921
3943
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3922
3944
|
},
|
|
3923
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3945
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
3924
3946
|
},
|
|
3925
3947
|
{
|
|
3926
|
-
"path": "../../plugins/auth-backend-module-
|
|
3948
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
3927
3949
|
"value": {
|
|
3928
3950
|
"type": "object",
|
|
3929
3951
|
"properties": {
|
|
3930
3952
|
"auth": {
|
|
3931
|
-
"description": "Configuration options for the auth plugin",
|
|
3932
3953
|
"type": "object",
|
|
3933
3954
|
"properties": {
|
|
3934
3955
|
"providers": {
|
|
3935
3956
|
"type": "object",
|
|
3936
3957
|
"properties": {
|
|
3937
|
-
"
|
|
3958
|
+
"onelogin": {
|
|
3938
3959
|
"visibility": "frontend",
|
|
3939
3960
|
"type": "object",
|
|
3940
3961
|
"additionalProperties": {
|
|
@@ -3947,21 +3968,11 @@
|
|
|
3947
3968
|
"visibility": "secret",
|
|
3948
3969
|
"type": "string"
|
|
3949
3970
|
},
|
|
3950
|
-
"
|
|
3971
|
+
"issuer": {
|
|
3951
3972
|
"type": "string"
|
|
3952
3973
|
},
|
|
3953
|
-
"
|
|
3954
|
-
"
|
|
3955
|
-
{
|
|
3956
|
-
"type": "array",
|
|
3957
|
-
"items": {
|
|
3958
|
-
"type": "string"
|
|
3959
|
-
}
|
|
3960
|
-
},
|
|
3961
|
-
{
|
|
3962
|
-
"type": "string"
|
|
3963
|
-
}
|
|
3964
|
-
]
|
|
3974
|
+
"callbackUrl": {
|
|
3975
|
+
"type": "string"
|
|
3965
3976
|
},
|
|
3966
3977
|
"signIn": {
|
|
3967
3978
|
"type": "object",
|
|
@@ -3975,7 +3986,7 @@
|
|
|
3975
3986
|
"properties": {
|
|
3976
3987
|
"resolver": {
|
|
3977
3988
|
"type": "string",
|
|
3978
|
-
"const": "
|
|
3989
|
+
"const": "usernameMatchingUserEntityName"
|
|
3979
3990
|
}
|
|
3980
3991
|
},
|
|
3981
3992
|
"required": [
|
|
@@ -4024,7 +4035,8 @@
|
|
|
4024
4035
|
},
|
|
4025
4036
|
"required": [
|
|
4026
4037
|
"clientId",
|
|
4027
|
-
"clientSecret"
|
|
4038
|
+
"clientSecret",
|
|
4039
|
+
"issuer"
|
|
4028
4040
|
]
|
|
4029
4041
|
}
|
|
4030
4042
|
}
|
|
@@ -4035,7 +4047,7 @@
|
|
|
4035
4047
|
},
|
|
4036
4048
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4037
4049
|
},
|
|
4038
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4050
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4039
4051
|
},
|
|
4040
4052
|
{
|
|
4041
4053
|
"path": "../integration-aws-node/config.d.ts",
|
|
@@ -4146,6 +4158,138 @@
|
|
|
4146
4158
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4147
4159
|
},
|
|
4148
4160
|
"packageName": "@backstage/integration-aws-node"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/backend-plugin-api/config.d.ts",
|
|
4164
|
+
"value": {
|
|
4165
|
+
"type": "object",
|
|
4166
|
+
"properties": {
|
|
4167
|
+
"backend": {
|
|
4168
|
+
"type": "object",
|
|
4169
|
+
"properties": {
|
|
4170
|
+
"workingDirectory": {
|
|
4171
|
+
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
4172
|
+
"type": "string"
|
|
4173
|
+
}
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4177
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4178
|
+
},
|
|
4179
|
+
"packageName": "@backstage/backend-plugin-api"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
4183
|
+
"value": {
|
|
4184
|
+
"type": "object",
|
|
4185
|
+
"properties": {
|
|
4186
|
+
"app": {
|
|
4187
|
+
"type": "object",
|
|
4188
|
+
"properties": {
|
|
4189
|
+
"experimental": {
|
|
4190
|
+
"type": "object",
|
|
4191
|
+
"properties": {
|
|
4192
|
+
"packages": {
|
|
4193
|
+
"visibility": "frontend",
|
|
4194
|
+
"deepVisibility": "frontend",
|
|
4195
|
+
"anyOf": [
|
|
4196
|
+
{
|
|
4197
|
+
"type": "object",
|
|
4198
|
+
"properties": {
|
|
4199
|
+
"include": {
|
|
4200
|
+
"type": "array",
|
|
4201
|
+
"items": {
|
|
4202
|
+
"type": "string"
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4205
|
+
"exclude": {
|
|
4206
|
+
"type": "array",
|
|
4207
|
+
"items": {
|
|
4208
|
+
"type": "string"
|
|
4209
|
+
}
|
|
4210
|
+
}
|
|
4211
|
+
}
|
|
4212
|
+
},
|
|
4213
|
+
{
|
|
4214
|
+
"const": "all",
|
|
4215
|
+
"type": "string"
|
|
4216
|
+
}
|
|
4217
|
+
]
|
|
4218
|
+
}
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4221
|
+
"routes": {
|
|
4222
|
+
"type": "object",
|
|
4223
|
+
"properties": {
|
|
4224
|
+
"bindings": {
|
|
4225
|
+
"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.",
|
|
4226
|
+
"deepVisibility": "frontend",
|
|
4227
|
+
"type": "object",
|
|
4228
|
+
"additionalProperties": {
|
|
4229
|
+
"anyOf": [
|
|
4230
|
+
{
|
|
4231
|
+
"const": false,
|
|
4232
|
+
"type": "boolean"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"type": "string"
|
|
4236
|
+
}
|
|
4237
|
+
]
|
|
4238
|
+
}
|
|
4239
|
+
}
|
|
4240
|
+
}
|
|
4241
|
+
},
|
|
4242
|
+
"extensions": {
|
|
4243
|
+
"deepVisibility": "frontend",
|
|
4244
|
+
"type": "array",
|
|
4245
|
+
"items": {
|
|
4246
|
+
"anyOf": [
|
|
4247
|
+
{
|
|
4248
|
+
"type": "object",
|
|
4249
|
+
"additionalProperties": {
|
|
4250
|
+
"anyOf": [
|
|
4251
|
+
{
|
|
4252
|
+
"type": "object",
|
|
4253
|
+
"properties": {
|
|
4254
|
+
"attachTo": {
|
|
4255
|
+
"type": "object",
|
|
4256
|
+
"properties": {
|
|
4257
|
+
"id": {
|
|
4258
|
+
"type": "string"
|
|
4259
|
+
},
|
|
4260
|
+
"input": {
|
|
4261
|
+
"type": "string"
|
|
4262
|
+
}
|
|
4263
|
+
},
|
|
4264
|
+
"required": [
|
|
4265
|
+
"id",
|
|
4266
|
+
"input"
|
|
4267
|
+
]
|
|
4268
|
+
},
|
|
4269
|
+
"disabled": {
|
|
4270
|
+
"type": "boolean"
|
|
4271
|
+
},
|
|
4272
|
+
"config": {}
|
|
4273
|
+
}
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"type": "boolean"
|
|
4277
|
+
}
|
|
4278
|
+
]
|
|
4279
|
+
}
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"type": "string"
|
|
4283
|
+
}
|
|
4284
|
+
]
|
|
4285
|
+
}
|
|
4286
|
+
}
|
|
4287
|
+
}
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4290
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4291
|
+
},
|
|
4292
|
+
"packageName": "@backstage/frontend-app-api"
|
|
4149
4293
|
}
|
|
4150
4294
|
],
|
|
4151
4295
|
"backstageConfigSchemaVersion": 1
|