@techdocs/cli 1.9.1-next.1 → 1.9.1

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.
@@ -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": [
@@ -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": {
@@ -1439,6 +1425,52 @@
1439
1425
  },
1440
1426
  "packageName": "@backstage/plugin-auth-backend"
1441
1427
  },
1428
+ {
1429
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1430
+ "value": {
1431
+ "type": "object",
1432
+ "properties": {
1433
+ "auth": {
1434
+ "description": "Configuration options for the auth plugin",
1435
+ "type": "object",
1436
+ "properties": {
1437
+ "providers": {
1438
+ "type": "object",
1439
+ "properties": {
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
+ }
1461
+ }
1462
+ }
1463
+ }
1464
+ },
1465
+ "required": [
1466
+ "providers"
1467
+ ]
1468
+ }
1469
+ },
1470
+ "$schema": "http://json-schema.org/draft-07/schema#"
1471
+ },
1472
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1473
+ },
1442
1474
  {
1443
1475
  "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1444
1476
  "value": {
@@ -2484,11 +2516,7 @@
2484
2516
  "external": {
2485
2517
  "type": "string"
2486
2518
  }
2487
- },
2488
- "required": [
2489
- "external",
2490
- "internal"
2491
- ]
2519
+ }
2492
2520
  },
2493
2521
  {
2494
2522
  "type": "string"
@@ -3578,7 +3606,7 @@
3578
3606
  "packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
3579
3607
  },
3580
3608
  {
3581
- "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
3609
+ "path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
3582
3610
  "value": {
3583
3611
  "type": "object",
3584
3612
  "properties": {
@@ -3588,7 +3616,7 @@
3588
3616
  "providers": {
3589
3617
  "type": "object",
3590
3618
  "properties": {
3591
- "oidc": {
3619
+ "oauth2": {
3592
3620
  "visibility": "frontend",
3593
3621
  "type": "object",
3594
3622
  "additionalProperties": {
@@ -3601,16 +3629,14 @@
3601
3629
  "visibility": "secret",
3602
3630
  "type": "string"
3603
3631
  },
3604
- "metadataUrl": {
3605
- "type": "string"
3606
- },
3607
- "callbackUrl": {
3632
+ "authorizationUrl": {
3608
3633
  "type": "string"
3609
3634
  },
3610
- "tokenEndpointAuthMethod": {
3635
+ "tokenUrl": {
3611
3636
  "type": "string"
3612
3637
  },
3613
- "tokenSignedResponseAlg": {
3638
+ "scope": {
3639
+ "deprecated": "use `additionalScopes` instead",
3614
3640
  "type": "string"
3615
3641
  },
3616
3642
  "additionalScopes": {
@@ -3626,8 +3652,11 @@
3626
3652
  }
3627
3653
  ]
3628
3654
  },
3629
- "prompt": {
3630
- "type": "string"
3655
+ "disableRefresh": {
3656
+ "type": "boolean"
3657
+ },
3658
+ "includeBasicAuth": {
3659
+ "type": "boolean"
3631
3660
  },
3632
3661
  "signIn": {
3633
3662
  "type": "object",
@@ -3636,6 +3665,18 @@
3636
3665
  "type": "array",
3637
3666
  "items": {
3638
3667
  "anyOf": [
3668
+ {
3669
+ "type": "object",
3670
+ "properties": {
3671
+ "resolver": {
3672
+ "type": "string",
3673
+ "const": "usernameMatchingUserEntityName"
3674
+ }
3675
+ },
3676
+ "required": [
3677
+ "resolver"
3678
+ ]
3679
+ },
3639
3680
  {
3640
3681
  "type": "object",
3641
3682
  "properties": {
@@ -3677,9 +3718,10 @@
3677
3718
  "sessionDuration": {}
3678
3719
  },
3679
3720
  "required": [
3721
+ "authorizationUrl",
3680
3722
  "clientId",
3681
3723
  "clientSecret",
3682
- "metadataUrl"
3724
+ "tokenUrl"
3683
3725
  ]
3684
3726
  }
3685
3727
  }
@@ -3690,10 +3732,10 @@
3690
3732
  },
3691
3733
  "$schema": "http://json-schema.org/draft-07/schema#"
3692
3734
  },
3693
- "packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
3735
+ "packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
3694
3736
  },
3695
3737
  {
3696
- "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
3738
+ "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
3697
3739
  "value": {
3698
3740
  "type": "object",
3699
3741
  "properties": {
@@ -3703,7 +3745,7 @@
3703
3745
  "providers": {
3704
3746
  "type": "object",
3705
3747
  "properties": {
3706
- "okta": {
3748
+ "oidc": {
3707
3749
  "visibility": "frontend",
3708
3750
  "type": "object",
3709
3751
  "additionalProperties": {
@@ -3716,16 +3758,16 @@
3716
3758
  "visibility": "secret",
3717
3759
  "type": "string"
3718
3760
  },
3719
- "audience": {
3761
+ "metadataUrl": {
3720
3762
  "type": "string"
3721
3763
  },
3722
- "authServerId": {
3764
+ "callbackUrl": {
3723
3765
  "type": "string"
3724
3766
  },
3725
- "idp": {
3767
+ "tokenEndpointAuthMethod": {
3726
3768
  "type": "string"
3727
3769
  },
3728
- "callbackUrl": {
3770
+ "tokenSignedResponseAlg": {
3729
3771
  "type": "string"
3730
3772
  },
3731
3773
  "additionalScopes": {
@@ -3741,6 +3783,9 @@
3741
3783
  }
3742
3784
  ]
3743
3785
  },
3786
+ "prompt": {
3787
+ "type": "string"
3788
+ },
3744
3789
  "signIn": {
3745
3790
  "type": "object",
3746
3791
  "properties": {
@@ -3748,18 +3793,6 @@
3748
3793
  "type": "array",
3749
3794
  "items": {
3750
3795
  "anyOf": [
3751
- {
3752
- "type": "object",
3753
- "properties": {
3754
- "resolver": {
3755
- "type": "string",
3756
- "const": "emailMatchingUserEntityAnnotation"
3757
- }
3758
- },
3759
- "required": [
3760
- "resolver"
3761
- ]
3762
- },
3763
3796
  {
3764
3797
  "type": "object",
3765
3798
  "properties": {
@@ -3802,7 +3835,8 @@
3802
3835
  },
3803
3836
  "required": [
3804
3837
  "clientId",
3805
- "clientSecret"
3838
+ "clientSecret",
3839
+ "metadataUrl"
3806
3840
  ]
3807
3841
  }
3808
3842
  }
@@ -3813,10 +3847,10 @@
3813
3847
  },
3814
3848
  "$schema": "http://json-schema.org/draft-07/schema#"
3815
3849
  },
3816
- "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
3850
+ "packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
3817
3851
  },
3818
3852
  {
3819
- "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
3853
+ "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
3820
3854
  "value": {
3821
3855
  "type": "object",
3822
3856
  "properties": {
@@ -3826,7 +3860,7 @@
3826
3860
  "providers": {
3827
3861
  "type": "object",
3828
3862
  "properties": {
3829
- "onelogin": {
3863
+ "okta": {
3830
3864
  "visibility": "frontend",
3831
3865
  "type": "object",
3832
3866
  "additionalProperties": {
@@ -3839,12 +3873,31 @@
3839
3873
  "visibility": "secret",
3840
3874
  "type": "string"
3841
3875
  },
3842
- "issuer": {
3876
+ "audience": {
3877
+ "type": "string"
3878
+ },
3879
+ "authServerId": {
3880
+ "type": "string"
3881
+ },
3882
+ "idp": {
3843
3883
  "type": "string"
3844
3884
  },
3845
3885
  "callbackUrl": {
3846
3886
  "type": "string"
3847
3887
  },
3888
+ "additionalScopes": {
3889
+ "anyOf": [
3890
+ {
3891
+ "type": "array",
3892
+ "items": {
3893
+ "type": "string"
3894
+ }
3895
+ },
3896
+ {
3897
+ "type": "string"
3898
+ }
3899
+ ]
3900
+ },
3848
3901
  "signIn": {
3849
3902
  "type": "object",
3850
3903
  "properties": {
@@ -3857,7 +3910,7 @@
3857
3910
  "properties": {
3858
3911
  "resolver": {
3859
3912
  "type": "string",
3860
- "const": "usernameMatchingUserEntityName"
3913
+ "const": "emailMatchingUserEntityAnnotation"
3861
3914
  }
3862
3915
  },
3863
3916
  "required": [
@@ -3906,8 +3959,7 @@
3906
3959
  },
3907
3960
  "required": [
3908
3961
  "clientId",
3909
- "clientSecret",
3910
- "issuer"
3962
+ "clientSecret"
3911
3963
  ]
3912
3964
  }
3913
3965
  }
@@ -3918,10 +3970,10 @@
3918
3970
  },
3919
3971
  "$schema": "http://json-schema.org/draft-07/schema#"
3920
3972
  },
3921
- "packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
3973
+ "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
3922
3974
  },
3923
3975
  {
3924
- "path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
3976
+ "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
3925
3977
  "value": {
3926
3978
  "type": "object",
3927
3979
  "properties": {
@@ -3931,7 +3983,7 @@
3931
3983
  "providers": {
3932
3984
  "type": "object",
3933
3985
  "properties": {
3934
- "oauth2": {
3986
+ "onelogin": {
3935
3987
  "visibility": "frontend",
3936
3988
  "type": "object",
3937
3989
  "additionalProperties": {
@@ -3944,35 +3996,12 @@
3944
3996
  "visibility": "secret",
3945
3997
  "type": "string"
3946
3998
  },
3947
- "authorizationUrl": {
3948
- "type": "string"
3949
- },
3950
- "tokenUrl": {
3999
+ "issuer": {
3951
4000
  "type": "string"
3952
4001
  },
3953
- "scope": {
3954
- "deprecated": "use `additionalScopes` instead",
4002
+ "callbackUrl": {
3955
4003
  "type": "string"
3956
4004
  },
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
4005
  "signIn": {
3977
4006
  "type": "object",
3978
4007
  "properties": {
@@ -4033,10 +4062,9 @@
4033
4062
  "sessionDuration": {}
4034
4063
  },
4035
4064
  "required": [
4036
- "authorizationUrl",
4037
4065
  "clientId",
4038
4066
  "clientSecret",
4039
- "tokenUrl"
4067
+ "issuer"
4040
4068
  ]
4041
4069
  }
4042
4070
  }
@@ -4047,53 +4075,7 @@
4047
4075
  },
4048
4076
  "$schema": "http://json-schema.org/draft-07/schema#"
4049
4077
  },
4050
- "packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
4051
- },
4052
- {
4053
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
4054
- "value": {
4055
- "type": "object",
4056
- "properties": {
4057
- "auth": {
4058
- "type": "object",
4059
- "properties": {
4060
- "autologout": {
4061
- "description": "Autologout feature configuration",
4062
- "type": "object",
4063
- "properties": {
4064
- "enabled": {
4065
- "description": "Enable or disable the autologout feature",
4066
- "visibility": "frontend",
4067
- "type": "boolean"
4068
- },
4069
- "idleTimeoutMinutes": {
4070
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
4071
- "visibility": "frontend",
4072
- "type": "number"
4073
- },
4074
- "promptBeforeIdleSeconds": {
4075
- "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.",
4076
- "visibility": "frontend",
4077
- "type": "number"
4078
- },
4079
- "useWorkerTimers": {
4080
- "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.",
4081
- "visibility": "frontend",
4082
- "type": "boolean"
4083
- },
4084
- "logoutIfDisconnected": {
4085
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
4086
- "visibility": "frontend",
4087
- "type": "boolean"
4088
- }
4089
- }
4090
- }
4091
- }
4092
- }
4093
- },
4094
- "$schema": "http://json-schema.org/draft-07/schema#"
4095
- },
4096
- "packageName": "@backstage/core-components"
4078
+ "packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
4097
4079
  },
4098
4080
  {
4099
4081
  "path": "../integration-aws-node/config.d.ts",
@@ -4204,138 +4186,6 @@
4204
4186
  "$schema": "http://json-schema.org/draft-07/schema#"
4205
4187
  },
4206
4188
  "packageName": "@backstage/integration-aws-node"
4207
- },
4208
- {
4209
- "path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/backend-plugin-api/config.d.ts",
4210
- "value": {
4211
- "type": "object",
4212
- "properties": {
4213
- "backend": {
4214
- "type": "object",
4215
- "properties": {
4216
- "workingDirectory": {
4217
- "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
4218
- "type": "string"
4219
- }
4220
- }
4221
- }
4222
- },
4223
- "$schema": "http://json-schema.org/draft-07/schema#"
4224
- },
4225
- "packageName": "@backstage/backend-plugin-api"
4226
- },
4227
- {
4228
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
4229
- "value": {
4230
- "type": "object",
4231
- "properties": {
4232
- "app": {
4233
- "type": "object",
4234
- "properties": {
4235
- "experimental": {
4236
- "type": "object",
4237
- "properties": {
4238
- "packages": {
4239
- "visibility": "frontend",
4240
- "deepVisibility": "frontend",
4241
- "anyOf": [
4242
- {
4243
- "type": "object",
4244
- "properties": {
4245
- "include": {
4246
- "type": "array",
4247
- "items": {
4248
- "type": "string"
4249
- }
4250
- },
4251
- "exclude": {
4252
- "type": "array",
4253
- "items": {
4254
- "type": "string"
4255
- }
4256
- }
4257
- }
4258
- },
4259
- {
4260
- "const": "all",
4261
- "type": "string"
4262
- }
4263
- ]
4264
- }
4265
- }
4266
- },
4267
- "routes": {
4268
- "type": "object",
4269
- "properties": {
4270
- "bindings": {
4271
- "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.",
4272
- "deepVisibility": "frontend",
4273
- "type": "object",
4274
- "additionalProperties": {
4275
- "anyOf": [
4276
- {
4277
- "const": false,
4278
- "type": "boolean"
4279
- },
4280
- {
4281
- "type": "string"
4282
- }
4283
- ]
4284
- }
4285
- }
4286
- }
4287
- },
4288
- "extensions": {
4289
- "deepVisibility": "frontend",
4290
- "type": "array",
4291
- "items": {
4292
- "anyOf": [
4293
- {
4294
- "type": "object",
4295
- "additionalProperties": {
4296
- "anyOf": [
4297
- {
4298
- "type": "object",
4299
- "properties": {
4300
- "attachTo": {
4301
- "type": "object",
4302
- "properties": {
4303
- "id": {
4304
- "type": "string"
4305
- },
4306
- "input": {
4307
- "type": "string"
4308
- }
4309
- },
4310
- "required": [
4311
- "id",
4312
- "input"
4313
- ]
4314
- },
4315
- "disabled": {
4316
- "type": "boolean"
4317
- },
4318
- "config": {}
4319
- }
4320
- },
4321
- {
4322
- "type": "boolean"
4323
- }
4324
- ]
4325
- }
4326
- },
4327
- {
4328
- "type": "string"
4329
- }
4330
- ]
4331
- }
4332
- }
4333
- }
4334
- }
4335
- },
4336
- "$schema": "http://json-schema.org/draft-07/schema#"
4337
- },
4338
- "packageName": "@backstage/frontend-app-api"
4339
4189
  }
4340
4190
  ],
4341
4191
  "backstageConfigSchemaVersion": 1