@techdocs/cli 0.0.0-nightly-20250410023923 → 0.0.0-nightly-20250411121135
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 +3 -3
- package/dist/embedded-app/.config-schema.json +145 -145
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250411121135
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
9
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250411121135
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250411121135
|
|
10
10
|
- @backstage/catalog-model@1.7.3
|
|
11
11
|
- @backstage/cli-common@0.1.15
|
|
12
12
|
- @backstage/config@1.3.2
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1472
1472
|
},
|
|
1473
1473
|
{
|
|
1474
|
-
"path": "../../node_modules/@backstage-community/plugin-
|
|
1474
|
+
"path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
|
|
1475
1475
|
"value": {
|
|
1476
1476
|
"type": "object",
|
|
1477
1477
|
"properties": {
|
|
@@ -3572,6 +3572,54 @@
|
|
|
3572
3572
|
},
|
|
3573
3573
|
"packageName": "@backstage/plugin-auth-backend-module-auth0-provider"
|
|
3574
3574
|
},
|
|
3575
|
+
{
|
|
3576
|
+
"path": "../../plugins/auth-backend-module-bitbucket-server-provider/config.d.ts",
|
|
3577
|
+
"value": {
|
|
3578
|
+
"type": "object",
|
|
3579
|
+
"properties": {
|
|
3580
|
+
"auth": {
|
|
3581
|
+
"type": "object",
|
|
3582
|
+
"properties": {
|
|
3583
|
+
"providers": {
|
|
3584
|
+
"type": "object",
|
|
3585
|
+
"properties": {
|
|
3586
|
+
"bitbucketServer": {
|
|
3587
|
+
"visibility": "frontend",
|
|
3588
|
+
"type": "object",
|
|
3589
|
+
"additionalProperties": {
|
|
3590
|
+
"type": "object",
|
|
3591
|
+
"properties": {
|
|
3592
|
+
"clientId": {
|
|
3593
|
+
"type": "string"
|
|
3594
|
+
},
|
|
3595
|
+
"clientSecret": {
|
|
3596
|
+
"visibility": "secret",
|
|
3597
|
+
"type": "string"
|
|
3598
|
+
},
|
|
3599
|
+
"host": {
|
|
3600
|
+
"type": "string"
|
|
3601
|
+
},
|
|
3602
|
+
"callbackUrl": {
|
|
3603
|
+
"type": "string"
|
|
3604
|
+
},
|
|
3605
|
+
"sessionDuration": {}
|
|
3606
|
+
},
|
|
3607
|
+
"required": [
|
|
3608
|
+
"clientId",
|
|
3609
|
+
"clientSecret",
|
|
3610
|
+
"host"
|
|
3611
|
+
]
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
}
|
|
3616
|
+
}
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
3619
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3620
|
+
},
|
|
3621
|
+
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
3622
|
+
},
|
|
3575
3623
|
{
|
|
3576
3624
|
"path": "../../plugins/auth-backend-module-bitbucket-provider/config.d.ts",
|
|
3577
3625
|
"value": {
|
|
@@ -3683,54 +3731,6 @@
|
|
|
3683
3731
|
},
|
|
3684
3732
|
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-provider"
|
|
3685
3733
|
},
|
|
3686
|
-
{
|
|
3687
|
-
"path": "../../plugins/auth-backend-module-bitbucket-server-provider/config.d.ts",
|
|
3688
|
-
"value": {
|
|
3689
|
-
"type": "object",
|
|
3690
|
-
"properties": {
|
|
3691
|
-
"auth": {
|
|
3692
|
-
"type": "object",
|
|
3693
|
-
"properties": {
|
|
3694
|
-
"providers": {
|
|
3695
|
-
"type": "object",
|
|
3696
|
-
"properties": {
|
|
3697
|
-
"bitbucketServer": {
|
|
3698
|
-
"visibility": "frontend",
|
|
3699
|
-
"type": "object",
|
|
3700
|
-
"additionalProperties": {
|
|
3701
|
-
"type": "object",
|
|
3702
|
-
"properties": {
|
|
3703
|
-
"clientId": {
|
|
3704
|
-
"type": "string"
|
|
3705
|
-
},
|
|
3706
|
-
"clientSecret": {
|
|
3707
|
-
"visibility": "secret",
|
|
3708
|
-
"type": "string"
|
|
3709
|
-
},
|
|
3710
|
-
"host": {
|
|
3711
|
-
"type": "string"
|
|
3712
|
-
},
|
|
3713
|
-
"callbackUrl": {
|
|
3714
|
-
"type": "string"
|
|
3715
|
-
},
|
|
3716
|
-
"sessionDuration": {}
|
|
3717
|
-
},
|
|
3718
|
-
"required": [
|
|
3719
|
-
"clientId",
|
|
3720
|
-
"clientSecret",
|
|
3721
|
-
"host"
|
|
3722
|
-
]
|
|
3723
|
-
}
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
}
|
|
3727
|
-
}
|
|
3728
|
-
}
|
|
3729
|
-
},
|
|
3730
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3731
|
-
},
|
|
3732
|
-
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
3733
|
-
},
|
|
3734
3734
|
{
|
|
3735
3735
|
"path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
|
|
3736
3736
|
"value": {
|
|
@@ -3945,7 +3945,7 @@
|
|
|
3945
3945
|
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
3946
3946
|
},
|
|
3947
3947
|
{
|
|
3948
|
-
"path": "../../plugins/auth-backend-module-
|
|
3948
|
+
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
3949
3949
|
"value": {
|
|
3950
3950
|
"type": "object",
|
|
3951
3951
|
"properties": {
|
|
@@ -3955,7 +3955,7 @@
|
|
|
3955
3955
|
"providers": {
|
|
3956
3956
|
"type": "object",
|
|
3957
3957
|
"properties": {
|
|
3958
|
-
"
|
|
3958
|
+
"github": {
|
|
3959
3959
|
"visibility": "frontend",
|
|
3960
3960
|
"type": "object",
|
|
3961
3961
|
"additionalProperties": {
|
|
@@ -3968,10 +3968,10 @@
|
|
|
3968
3968
|
"visibility": "secret",
|
|
3969
3969
|
"type": "string"
|
|
3970
3970
|
},
|
|
3971
|
-
"
|
|
3971
|
+
"callbackUrl": {
|
|
3972
3972
|
"type": "string"
|
|
3973
3973
|
},
|
|
3974
|
-
"
|
|
3974
|
+
"enterpriseInstanceUrl": {
|
|
3975
3975
|
"type": "string"
|
|
3976
3976
|
},
|
|
3977
3977
|
"additionalScopes": {
|
|
@@ -4059,10 +4059,10 @@
|
|
|
4059
4059
|
},
|
|
4060
4060
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4061
4061
|
},
|
|
4062
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4062
|
+
"packageName": "@backstage/plugin-auth-backend-module-github-provider"
|
|
4063
4063
|
},
|
|
4064
4064
|
{
|
|
4065
|
-
"path": "../../plugins/auth-backend-module-
|
|
4065
|
+
"path": "../../plugins/auth-backend-module-gitlab-provider/config.d.ts",
|
|
4066
4066
|
"value": {
|
|
4067
4067
|
"type": "object",
|
|
4068
4068
|
"properties": {
|
|
@@ -4072,7 +4072,7 @@
|
|
|
4072
4072
|
"providers": {
|
|
4073
4073
|
"type": "object",
|
|
4074
4074
|
"properties": {
|
|
4075
|
-
"
|
|
4075
|
+
"gitlab": {
|
|
4076
4076
|
"visibility": "frontend",
|
|
4077
4077
|
"type": "object",
|
|
4078
4078
|
"additionalProperties": {
|
|
@@ -4085,10 +4085,10 @@
|
|
|
4085
4085
|
"visibility": "secret",
|
|
4086
4086
|
"type": "string"
|
|
4087
4087
|
},
|
|
4088
|
-
"
|
|
4088
|
+
"audience": {
|
|
4089
4089
|
"type": "string"
|
|
4090
4090
|
},
|
|
4091
|
-
"
|
|
4091
|
+
"callbackUrl": {
|
|
4092
4092
|
"type": "string"
|
|
4093
4093
|
},
|
|
4094
4094
|
"additionalScopes": {
|
|
@@ -4176,21 +4176,20 @@
|
|
|
4176
4176
|
},
|
|
4177
4177
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4178
4178
|
},
|
|
4179
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4179
|
+
"packageName": "@backstage/plugin-auth-backend-module-gitlab-provider"
|
|
4180
4180
|
},
|
|
4181
4181
|
{
|
|
4182
|
-
"path": "../../plugins/auth-backend-module-
|
|
4182
|
+
"path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
|
|
4183
4183
|
"value": {
|
|
4184
4184
|
"type": "object",
|
|
4185
4185
|
"properties": {
|
|
4186
4186
|
"auth": {
|
|
4187
|
-
"description": "Configuration options for the auth plugin",
|
|
4188
4187
|
"type": "object",
|
|
4189
4188
|
"properties": {
|
|
4190
4189
|
"providers": {
|
|
4191
4190
|
"type": "object",
|
|
4192
4191
|
"properties": {
|
|
4193
|
-
"
|
|
4192
|
+
"microsoft": {
|
|
4194
4193
|
"visibility": "frontend",
|
|
4195
4194
|
"type": "object",
|
|
4196
4195
|
"additionalProperties": {
|
|
@@ -4199,10 +4198,16 @@
|
|
|
4199
4198
|
"clientId": {
|
|
4200
4199
|
"type": "string"
|
|
4201
4200
|
},
|
|
4201
|
+
"tenantId": {
|
|
4202
|
+
"type": "string"
|
|
4203
|
+
},
|
|
4202
4204
|
"clientSecret": {
|
|
4203
4205
|
"visibility": "secret",
|
|
4204
4206
|
"type": "string"
|
|
4205
4207
|
},
|
|
4208
|
+
"domainHint": {
|
|
4209
|
+
"type": "string"
|
|
4210
|
+
},
|
|
4206
4211
|
"callbackUrl": {
|
|
4207
4212
|
"type": "string"
|
|
4208
4213
|
},
|
|
@@ -4219,6 +4224,9 @@
|
|
|
4219
4224
|
}
|
|
4220
4225
|
]
|
|
4221
4226
|
},
|
|
4227
|
+
"skipUserProfile": {
|
|
4228
|
+
"type": "boolean"
|
|
4229
|
+
},
|
|
4222
4230
|
"signIn": {
|
|
4223
4231
|
"type": "object",
|
|
4224
4232
|
"properties": {
|
|
@@ -4267,6 +4275,18 @@
|
|
|
4267
4275
|
"required": [
|
|
4268
4276
|
"resolver"
|
|
4269
4277
|
]
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"type": "object",
|
|
4281
|
+
"properties": {
|
|
4282
|
+
"resolver": {
|
|
4283
|
+
"type": "string",
|
|
4284
|
+
"const": "userIdMatchingUserEntityAnnotation"
|
|
4285
|
+
}
|
|
4286
|
+
},
|
|
4287
|
+
"required": [
|
|
4288
|
+
"resolver"
|
|
4289
|
+
]
|
|
4270
4290
|
}
|
|
4271
4291
|
]
|
|
4272
4292
|
}
|
|
@@ -4280,7 +4300,8 @@
|
|
|
4280
4300
|
},
|
|
4281
4301
|
"required": [
|
|
4282
4302
|
"clientId",
|
|
4283
|
-
"clientSecret"
|
|
4303
|
+
"clientSecret",
|
|
4304
|
+
"tenantId"
|
|
4284
4305
|
]
|
|
4285
4306
|
}
|
|
4286
4307
|
}
|
|
@@ -4291,20 +4312,21 @@
|
|
|
4291
4312
|
},
|
|
4292
4313
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4293
4314
|
},
|
|
4294
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4315
|
+
"packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
|
|
4295
4316
|
},
|
|
4296
4317
|
{
|
|
4297
|
-
"path": "../../plugins/auth-backend-module-
|
|
4318
|
+
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
4298
4319
|
"value": {
|
|
4299
4320
|
"type": "object",
|
|
4300
4321
|
"properties": {
|
|
4301
4322
|
"auth": {
|
|
4323
|
+
"description": "Configuration options for the auth plugin",
|
|
4302
4324
|
"type": "object",
|
|
4303
4325
|
"properties": {
|
|
4304
4326
|
"providers": {
|
|
4305
4327
|
"type": "object",
|
|
4306
4328
|
"properties": {
|
|
4307
|
-
"
|
|
4329
|
+
"google": {
|
|
4308
4330
|
"visibility": "frontend",
|
|
4309
4331
|
"type": "object",
|
|
4310
4332
|
"additionalProperties": {
|
|
@@ -4313,16 +4335,10 @@
|
|
|
4313
4335
|
"clientId": {
|
|
4314
4336
|
"type": "string"
|
|
4315
4337
|
},
|
|
4316
|
-
"tenantId": {
|
|
4317
|
-
"type": "string"
|
|
4318
|
-
},
|
|
4319
4338
|
"clientSecret": {
|
|
4320
4339
|
"visibility": "secret",
|
|
4321
4340
|
"type": "string"
|
|
4322
4341
|
},
|
|
4323
|
-
"domainHint": {
|
|
4324
|
-
"type": "string"
|
|
4325
|
-
},
|
|
4326
4342
|
"callbackUrl": {
|
|
4327
4343
|
"type": "string"
|
|
4328
4344
|
},
|
|
@@ -4339,9 +4355,6 @@
|
|
|
4339
4355
|
}
|
|
4340
4356
|
]
|
|
4341
4357
|
},
|
|
4342
|
-
"skipUserProfile": {
|
|
4343
|
-
"type": "boolean"
|
|
4344
|
-
},
|
|
4345
4358
|
"signIn": {
|
|
4346
4359
|
"type": "object",
|
|
4347
4360
|
"properties": {
|
|
@@ -4390,18 +4403,6 @@
|
|
|
4390
4403
|
"required": [
|
|
4391
4404
|
"resolver"
|
|
4392
4405
|
]
|
|
4393
|
-
},
|
|
4394
|
-
{
|
|
4395
|
-
"type": "object",
|
|
4396
|
-
"properties": {
|
|
4397
|
-
"resolver": {
|
|
4398
|
-
"type": "string",
|
|
4399
|
-
"const": "userIdMatchingUserEntityAnnotation"
|
|
4400
|
-
}
|
|
4401
|
-
},
|
|
4402
|
-
"required": [
|
|
4403
|
-
"resolver"
|
|
4404
|
-
]
|
|
4405
4406
|
}
|
|
4406
4407
|
]
|
|
4407
4408
|
}
|
|
@@ -4415,8 +4416,7 @@
|
|
|
4415
4416
|
},
|
|
4416
4417
|
"required": [
|
|
4417
4418
|
"clientId",
|
|
4418
|
-
"clientSecret"
|
|
4419
|
-
"tenantId"
|
|
4419
|
+
"clientSecret"
|
|
4420
4420
|
]
|
|
4421
4421
|
}
|
|
4422
4422
|
}
|
|
@@ -4427,7 +4427,7 @@
|
|
|
4427
4427
|
},
|
|
4428
4428
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4429
4429
|
},
|
|
4430
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4430
|
+
"packageName": "@backstage/plugin-auth-backend-module-google-provider"
|
|
4431
4431
|
},
|
|
4432
4432
|
{
|
|
4433
4433
|
"path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
|
|
@@ -4559,7 +4559,7 @@
|
|
|
4559
4559
|
"packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
|
|
4560
4560
|
},
|
|
4561
4561
|
{
|
|
4562
|
-
"path": "../../plugins/auth-backend-module-
|
|
4562
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
4563
4563
|
"value": {
|
|
4564
4564
|
"type": "object",
|
|
4565
4565
|
"properties": {
|
|
@@ -4569,7 +4569,7 @@
|
|
|
4569
4569
|
"providers": {
|
|
4570
4570
|
"type": "object",
|
|
4571
4571
|
"properties": {
|
|
4572
|
-
"
|
|
4572
|
+
"oidc": {
|
|
4573
4573
|
"visibility": "frontend",
|
|
4574
4574
|
"type": "object",
|
|
4575
4575
|
"additionalProperties": {
|
|
@@ -4582,16 +4582,16 @@
|
|
|
4582
4582
|
"visibility": "secret",
|
|
4583
4583
|
"type": "string"
|
|
4584
4584
|
},
|
|
4585
|
-
"
|
|
4585
|
+
"metadataUrl": {
|
|
4586
4586
|
"type": "string"
|
|
4587
4587
|
},
|
|
4588
|
-
"
|
|
4588
|
+
"callbackUrl": {
|
|
4589
4589
|
"type": "string"
|
|
4590
4590
|
},
|
|
4591
|
-
"
|
|
4591
|
+
"tokenEndpointAuthMethod": {
|
|
4592
4592
|
"type": "string"
|
|
4593
4593
|
},
|
|
4594
|
-
"
|
|
4594
|
+
"tokenSignedResponseAlg": {
|
|
4595
4595
|
"type": "string"
|
|
4596
4596
|
},
|
|
4597
4597
|
"additionalScopes": {
|
|
@@ -4607,6 +4607,10 @@
|
|
|
4607
4607
|
}
|
|
4608
4608
|
]
|
|
4609
4609
|
},
|
|
4610
|
+
"prompt": {
|
|
4611
|
+
"type": "string"
|
|
4612
|
+
},
|
|
4613
|
+
"timeout": {},
|
|
4610
4614
|
"signIn": {
|
|
4611
4615
|
"type": "object",
|
|
4612
4616
|
"properties": {
|
|
@@ -4614,18 +4618,6 @@
|
|
|
4614
4618
|
"type": "array",
|
|
4615
4619
|
"items": {
|
|
4616
4620
|
"anyOf": [
|
|
4617
|
-
{
|
|
4618
|
-
"type": "object",
|
|
4619
|
-
"properties": {
|
|
4620
|
-
"resolver": {
|
|
4621
|
-
"type": "string",
|
|
4622
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
4623
|
-
}
|
|
4624
|
-
},
|
|
4625
|
-
"required": [
|
|
4626
|
-
"resolver"
|
|
4627
|
-
]
|
|
4628
|
-
},
|
|
4629
4621
|
{
|
|
4630
4622
|
"type": "object",
|
|
4631
4623
|
"properties": {
|
|
@@ -4668,7 +4660,8 @@
|
|
|
4668
4660
|
},
|
|
4669
4661
|
"required": [
|
|
4670
4662
|
"clientId",
|
|
4671
|
-
"clientSecret"
|
|
4663
|
+
"clientSecret",
|
|
4664
|
+
"metadataUrl"
|
|
4672
4665
|
]
|
|
4673
4666
|
}
|
|
4674
4667
|
}
|
|
@@ -4679,10 +4672,10 @@
|
|
|
4679
4672
|
},
|
|
4680
4673
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4681
4674
|
},
|
|
4682
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4675
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
4683
4676
|
},
|
|
4684
4677
|
{
|
|
4685
|
-
"path": "../../plugins/auth-backend-module-
|
|
4678
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
4686
4679
|
"value": {
|
|
4687
4680
|
"type": "object",
|
|
4688
4681
|
"properties": {
|
|
@@ -4692,7 +4685,7 @@
|
|
|
4692
4685
|
"providers": {
|
|
4693
4686
|
"type": "object",
|
|
4694
4687
|
"properties": {
|
|
4695
|
-
"
|
|
4688
|
+
"okta": {
|
|
4696
4689
|
"visibility": "frontend",
|
|
4697
4690
|
"type": "object",
|
|
4698
4691
|
"additionalProperties": {
|
|
@@ -4705,12 +4698,31 @@
|
|
|
4705
4698
|
"visibility": "secret",
|
|
4706
4699
|
"type": "string"
|
|
4707
4700
|
},
|
|
4708
|
-
"
|
|
4701
|
+
"audience": {
|
|
4702
|
+
"type": "string"
|
|
4703
|
+
},
|
|
4704
|
+
"authServerId": {
|
|
4705
|
+
"type": "string"
|
|
4706
|
+
},
|
|
4707
|
+
"idp": {
|
|
4709
4708
|
"type": "string"
|
|
4710
4709
|
},
|
|
4711
4710
|
"callbackUrl": {
|
|
4712
4711
|
"type": "string"
|
|
4713
4712
|
},
|
|
4713
|
+
"additionalScopes": {
|
|
4714
|
+
"anyOf": [
|
|
4715
|
+
{
|
|
4716
|
+
"type": "array",
|
|
4717
|
+
"items": {
|
|
4718
|
+
"type": "string"
|
|
4719
|
+
}
|
|
4720
|
+
},
|
|
4721
|
+
{
|
|
4722
|
+
"type": "string"
|
|
4723
|
+
}
|
|
4724
|
+
]
|
|
4725
|
+
},
|
|
4714
4726
|
"signIn": {
|
|
4715
4727
|
"type": "object",
|
|
4716
4728
|
"properties": {
|
|
@@ -4723,7 +4735,7 @@
|
|
|
4723
4735
|
"properties": {
|
|
4724
4736
|
"resolver": {
|
|
4725
4737
|
"type": "string",
|
|
4726
|
-
"const": "
|
|
4738
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
4727
4739
|
}
|
|
4728
4740
|
},
|
|
4729
4741
|
"required": [
|
|
@@ -4772,8 +4784,7 @@
|
|
|
4772
4784
|
},
|
|
4773
4785
|
"required": [
|
|
4774
4786
|
"clientId",
|
|
4775
|
-
"clientSecret"
|
|
4776
|
-
"issuer"
|
|
4787
|
+
"clientSecret"
|
|
4777
4788
|
]
|
|
4778
4789
|
}
|
|
4779
4790
|
}
|
|
@@ -4784,10 +4795,10 @@
|
|
|
4784
4795
|
},
|
|
4785
4796
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4786
4797
|
},
|
|
4787
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4798
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
4788
4799
|
},
|
|
4789
4800
|
{
|
|
4790
|
-
"path": "../../plugins/auth-backend-module-
|
|
4801
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
4791
4802
|
"value": {
|
|
4792
4803
|
"type": "object",
|
|
4793
4804
|
"properties": {
|
|
@@ -4797,7 +4808,7 @@
|
|
|
4797
4808
|
"providers": {
|
|
4798
4809
|
"type": "object",
|
|
4799
4810
|
"properties": {
|
|
4800
|
-
"
|
|
4811
|
+
"onelogin": {
|
|
4801
4812
|
"visibility": "frontend",
|
|
4802
4813
|
"type": "object",
|
|
4803
4814
|
"additionalProperties": {
|
|
@@ -4810,35 +4821,12 @@
|
|
|
4810
4821
|
"visibility": "secret",
|
|
4811
4822
|
"type": "string"
|
|
4812
4823
|
},
|
|
4813
|
-
"
|
|
4824
|
+
"issuer": {
|
|
4814
4825
|
"type": "string"
|
|
4815
4826
|
},
|
|
4816
4827
|
"callbackUrl": {
|
|
4817
4828
|
"type": "string"
|
|
4818
4829
|
},
|
|
4819
|
-
"tokenEndpointAuthMethod": {
|
|
4820
|
-
"type": "string"
|
|
4821
|
-
},
|
|
4822
|
-
"tokenSignedResponseAlg": {
|
|
4823
|
-
"type": "string"
|
|
4824
|
-
},
|
|
4825
|
-
"additionalScopes": {
|
|
4826
|
-
"anyOf": [
|
|
4827
|
-
{
|
|
4828
|
-
"type": "array",
|
|
4829
|
-
"items": {
|
|
4830
|
-
"type": "string"
|
|
4831
|
-
}
|
|
4832
|
-
},
|
|
4833
|
-
{
|
|
4834
|
-
"type": "string"
|
|
4835
|
-
}
|
|
4836
|
-
]
|
|
4837
|
-
},
|
|
4838
|
-
"prompt": {
|
|
4839
|
-
"type": "string"
|
|
4840
|
-
},
|
|
4841
|
-
"timeout": {},
|
|
4842
4830
|
"signIn": {
|
|
4843
4831
|
"type": "object",
|
|
4844
4832
|
"properties": {
|
|
@@ -4846,6 +4834,18 @@
|
|
|
4846
4834
|
"type": "array",
|
|
4847
4835
|
"items": {
|
|
4848
4836
|
"anyOf": [
|
|
4837
|
+
{
|
|
4838
|
+
"type": "object",
|
|
4839
|
+
"properties": {
|
|
4840
|
+
"resolver": {
|
|
4841
|
+
"type": "string",
|
|
4842
|
+
"const": "usernameMatchingUserEntityName"
|
|
4843
|
+
}
|
|
4844
|
+
},
|
|
4845
|
+
"required": [
|
|
4846
|
+
"resolver"
|
|
4847
|
+
]
|
|
4848
|
+
},
|
|
4849
4849
|
{
|
|
4850
4850
|
"type": "object",
|
|
4851
4851
|
"properties": {
|
|
@@ -4889,7 +4889,7 @@
|
|
|
4889
4889
|
"required": [
|
|
4890
4890
|
"clientId",
|
|
4891
4891
|
"clientSecret",
|
|
4892
|
-
"
|
|
4892
|
+
"issuer"
|
|
4893
4893
|
]
|
|
4894
4894
|
}
|
|
4895
4895
|
}
|
|
@@ -4900,7 +4900,7 @@
|
|
|
4900
4900
|
},
|
|
4901
4901
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4902
4902
|
},
|
|
4903
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4903
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4904
4904
|
},
|
|
4905
4905
|
{
|
|
4906
4906
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250411121135",
|
|
4
4
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"watch": "./src"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-defaults": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20250411121135",
|
|
48
48
|
"@backstage/catalog-model": "1.7.3",
|
|
49
49
|
"@backstage/cli-common": "0.1.15",
|
|
50
50
|
"@backstage/config": "1.3.2",
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20250411121135",
|
|
52
52
|
"commander": "^12.0.0",
|
|
53
53
|
"fs-extra": "^11.0.0",
|
|
54
54
|
"global-agent": "^3.0.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"winston": "^3.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
61
|
+
"@backstage/cli": "0.0.0-nightly-20250411121135",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|