@techdocs/cli 1.9.1-next.0 → 1.9.1-next.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.
- package/CHANGELOG.md +11 -0
- package/dist/embedded-app/.config-schema.json +192 -146
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/4036.79721462.chunk.js +3 -0
- package/dist/embedded-app/static/4036.79721462.chunk.js.map +1 -0
- package/dist/embedded-app/static/{8384.604de781.chunk.js → 8384.105099a8.chunk.js} +4 -4
- package/dist/embedded-app/static/8384.105099a8.chunk.js.map +1 -0
- package/dist/embedded-app/static/8803.db1a3f20.chunk.js +11 -0
- package/dist/embedded-app/static/8803.db1a3f20.chunk.js.map +1 -0
- package/dist/embedded-app/static/main.f6a4bdf0.js +553 -0
- package/dist/embedded-app/static/main.f6a4bdf0.js.map +1 -0
- package/dist/embedded-app/static/{runtime.5f7c3867.js → runtime.f6a4bdf0.js} +2 -2
- package/dist/embedded-app/static/{runtime.5f7c3867.js.map → runtime.f6a4bdf0.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.5f7c3867.js → vendor.f6a4bdf0.js} +1 -1
- package/dist/embedded-app/static/{vendor.5f7c3867.js.map → vendor.f6a4bdf0.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/4036.368ff3a0.chunk.js +0 -3
- package/dist/embedded-app/static/4036.368ff3a0.chunk.js.map +0 -1
- package/dist/embedded-app/static/8384.604de781.chunk.js.map +0 -1
- package/dist/embedded-app/static/8803.b0098400.chunk.js +0 -11
- package/dist/embedded-app/static/8803.b0098400.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.5f7c3867.js +0 -553
- package/dist/embedded-app/static/main.5f7c3867.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
+
## 1.9.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.8.2-next.1
|
|
9
|
+
- @backstage/catalog-model@1.7.3
|
|
10
|
+
- @backstage/cli-common@0.1.15
|
|
11
|
+
- @backstage/config@1.3.2
|
|
12
|
+
- @backstage/plugin-techdocs-node@1.13.1-next.1
|
|
13
|
+
|
|
3
14
|
## 1.9.1-next.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -905,37 +905,6 @@
|
|
|
905
905
|
},
|
|
906
906
|
"packageName": "@backstage/integration"
|
|
907
907
|
},
|
|
908
|
-
{
|
|
909
|
-
"path": "../../plugins/catalog/config.d.ts",
|
|
910
|
-
"value": {
|
|
911
|
-
"type": "object",
|
|
912
|
-
"properties": {
|
|
913
|
-
"catalog": {
|
|
914
|
-
"type": "object",
|
|
915
|
-
"properties": {
|
|
916
|
-
"experimentalPagination": {
|
|
917
|
-
"deepVisibility": "frontend",
|
|
918
|
-
"anyOf": [
|
|
919
|
-
{
|
|
920
|
-
"type": "object",
|
|
921
|
-
"properties": {
|
|
922
|
-
"limit": {
|
|
923
|
-
"type": "number"
|
|
924
|
-
}
|
|
925
|
-
}
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"type": "boolean"
|
|
929
|
-
}
|
|
930
|
-
]
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
936
|
-
},
|
|
937
|
-
"packageName": "@backstage/plugin-catalog"
|
|
938
|
-
},
|
|
939
908
|
{
|
|
940
909
|
"path": "../frontend-app-api/config.d.ts",
|
|
941
910
|
"value": {
|
|
@@ -1049,6 +1018,37 @@
|
|
|
1049
1018
|
},
|
|
1050
1019
|
"packageName": "@backstage/frontend-app-api"
|
|
1051
1020
|
},
|
|
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
1052
|
{
|
|
1053
1053
|
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1054
1054
|
"value": {
|
|
@@ -1135,6 +1135,52 @@
|
|
|
1135
1135
|
},
|
|
1136
1136
|
"packageName": "@backstage/backend-plugin-api"
|
|
1137
1137
|
},
|
|
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
|
+
},
|
|
1138
1184
|
{
|
|
1139
1185
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1140
1186
|
"value": {
|
|
@@ -1393,52 +1439,6 @@
|
|
|
1393
1439
|
},
|
|
1394
1440
|
"packageName": "@backstage/plugin-auth-backend"
|
|
1395
1441
|
},
|
|
1396
|
-
{
|
|
1397
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1398
|
-
"value": {
|
|
1399
|
-
"type": "object",
|
|
1400
|
-
"properties": {
|
|
1401
|
-
"auth": {
|
|
1402
|
-
"description": "Configuration options for the auth plugin",
|
|
1403
|
-
"type": "object",
|
|
1404
|
-
"properties": {
|
|
1405
|
-
"providers": {
|
|
1406
|
-
"type": "object",
|
|
1407
|
-
"properties": {
|
|
1408
|
-
"guest": {
|
|
1409
|
-
"type": "object",
|
|
1410
|
-
"properties": {
|
|
1411
|
-
"userEntityRef": {
|
|
1412
|
-
"description": "The entity reference to use for the guest user.",
|
|
1413
|
-
"default": "user:development/guest",
|
|
1414
|
-
"type": "string"
|
|
1415
|
-
},
|
|
1416
|
-
"ownershipEntityRefs": {
|
|
1417
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1418
|
-
"default": "[userEntityRef]",
|
|
1419
|
-
"type": "array",
|
|
1420
|
-
"items": {
|
|
1421
|
-
"type": "string"
|
|
1422
|
-
}
|
|
1423
|
-
},
|
|
1424
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1425
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1426
|
-
"type": "boolean"
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
"required": [
|
|
1434
|
-
"providers"
|
|
1435
|
-
]
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1439
|
-
},
|
|
1440
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1441
|
-
},
|
|
1442
1442
|
{
|
|
1443
1443
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1444
1444
|
"value": {
|
|
@@ -3578,7 +3578,7 @@
|
|
|
3578
3578
|
"packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
|
|
3579
3579
|
},
|
|
3580
3580
|
{
|
|
3581
|
-
"path": "../../plugins/auth-backend-module-
|
|
3581
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
3582
3582
|
"value": {
|
|
3583
3583
|
"type": "object",
|
|
3584
3584
|
"properties": {
|
|
@@ -3588,7 +3588,7 @@
|
|
|
3588
3588
|
"providers": {
|
|
3589
3589
|
"type": "object",
|
|
3590
3590
|
"properties": {
|
|
3591
|
-
"
|
|
3591
|
+
"oidc": {
|
|
3592
3592
|
"visibility": "frontend",
|
|
3593
3593
|
"type": "object",
|
|
3594
3594
|
"additionalProperties": {
|
|
@@ -3601,14 +3601,16 @@
|
|
|
3601
3601
|
"visibility": "secret",
|
|
3602
3602
|
"type": "string"
|
|
3603
3603
|
},
|
|
3604
|
-
"
|
|
3604
|
+
"metadataUrl": {
|
|
3605
3605
|
"type": "string"
|
|
3606
3606
|
},
|
|
3607
|
-
"
|
|
3607
|
+
"callbackUrl": {
|
|
3608
3608
|
"type": "string"
|
|
3609
3609
|
},
|
|
3610
|
-
"
|
|
3611
|
-
"
|
|
3610
|
+
"tokenEndpointAuthMethod": {
|
|
3611
|
+
"type": "string"
|
|
3612
|
+
},
|
|
3613
|
+
"tokenSignedResponseAlg": {
|
|
3612
3614
|
"type": "string"
|
|
3613
3615
|
},
|
|
3614
3616
|
"additionalScopes": {
|
|
@@ -3624,11 +3626,8 @@
|
|
|
3624
3626
|
}
|
|
3625
3627
|
]
|
|
3626
3628
|
},
|
|
3627
|
-
"
|
|
3628
|
-
"type": "
|
|
3629
|
-
},
|
|
3630
|
-
"includeBasicAuth": {
|
|
3631
|
-
"type": "boolean"
|
|
3629
|
+
"prompt": {
|
|
3630
|
+
"type": "string"
|
|
3632
3631
|
},
|
|
3633
3632
|
"signIn": {
|
|
3634
3633
|
"type": "object",
|
|
@@ -3637,18 +3636,6 @@
|
|
|
3637
3636
|
"type": "array",
|
|
3638
3637
|
"items": {
|
|
3639
3638
|
"anyOf": [
|
|
3640
|
-
{
|
|
3641
|
-
"type": "object",
|
|
3642
|
-
"properties": {
|
|
3643
|
-
"resolver": {
|
|
3644
|
-
"type": "string",
|
|
3645
|
-
"const": "usernameMatchingUserEntityName"
|
|
3646
|
-
}
|
|
3647
|
-
},
|
|
3648
|
-
"required": [
|
|
3649
|
-
"resolver"
|
|
3650
|
-
]
|
|
3651
|
-
},
|
|
3652
3639
|
{
|
|
3653
3640
|
"type": "object",
|
|
3654
3641
|
"properties": {
|
|
@@ -3690,10 +3677,9 @@
|
|
|
3690
3677
|
"sessionDuration": {}
|
|
3691
3678
|
},
|
|
3692
3679
|
"required": [
|
|
3693
|
-
"authorizationUrl",
|
|
3694
3680
|
"clientId",
|
|
3695
3681
|
"clientSecret",
|
|
3696
|
-
"
|
|
3682
|
+
"metadataUrl"
|
|
3697
3683
|
]
|
|
3698
3684
|
}
|
|
3699
3685
|
}
|
|
@@ -3704,10 +3690,10 @@
|
|
|
3704
3690
|
},
|
|
3705
3691
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3706
3692
|
},
|
|
3707
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3693
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
3708
3694
|
},
|
|
3709
3695
|
{
|
|
3710
|
-
"path": "../../plugins/auth-backend-module-
|
|
3696
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
3711
3697
|
"value": {
|
|
3712
3698
|
"type": "object",
|
|
3713
3699
|
"properties": {
|
|
@@ -3717,7 +3703,7 @@
|
|
|
3717
3703
|
"providers": {
|
|
3718
3704
|
"type": "object",
|
|
3719
3705
|
"properties": {
|
|
3720
|
-
"
|
|
3706
|
+
"okta": {
|
|
3721
3707
|
"visibility": "frontend",
|
|
3722
3708
|
"type": "object",
|
|
3723
3709
|
"additionalProperties": {
|
|
@@ -3730,16 +3716,16 @@
|
|
|
3730
3716
|
"visibility": "secret",
|
|
3731
3717
|
"type": "string"
|
|
3732
3718
|
},
|
|
3733
|
-
"
|
|
3719
|
+
"audience": {
|
|
3734
3720
|
"type": "string"
|
|
3735
3721
|
},
|
|
3736
|
-
"
|
|
3722
|
+
"authServerId": {
|
|
3737
3723
|
"type": "string"
|
|
3738
3724
|
},
|
|
3739
|
-
"
|
|
3725
|
+
"idp": {
|
|
3740
3726
|
"type": "string"
|
|
3741
3727
|
},
|
|
3742
|
-
"
|
|
3728
|
+
"callbackUrl": {
|
|
3743
3729
|
"type": "string"
|
|
3744
3730
|
},
|
|
3745
3731
|
"additionalScopes": {
|
|
@@ -3755,9 +3741,6 @@
|
|
|
3755
3741
|
}
|
|
3756
3742
|
]
|
|
3757
3743
|
},
|
|
3758
|
-
"prompt": {
|
|
3759
|
-
"type": "string"
|
|
3760
|
-
},
|
|
3761
3744
|
"signIn": {
|
|
3762
3745
|
"type": "object",
|
|
3763
3746
|
"properties": {
|
|
@@ -3765,6 +3748,18 @@
|
|
|
3765
3748
|
"type": "array",
|
|
3766
3749
|
"items": {
|
|
3767
3750
|
"anyOf": [
|
|
3751
|
+
{
|
|
3752
|
+
"type": "object",
|
|
3753
|
+
"properties": {
|
|
3754
|
+
"resolver": {
|
|
3755
|
+
"type": "string",
|
|
3756
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3757
|
+
}
|
|
3758
|
+
},
|
|
3759
|
+
"required": [
|
|
3760
|
+
"resolver"
|
|
3761
|
+
]
|
|
3762
|
+
},
|
|
3768
3763
|
{
|
|
3769
3764
|
"type": "object",
|
|
3770
3765
|
"properties": {
|
|
@@ -3807,8 +3802,7 @@
|
|
|
3807
3802
|
},
|
|
3808
3803
|
"required": [
|
|
3809
3804
|
"clientId",
|
|
3810
|
-
"clientSecret"
|
|
3811
|
-
"metadataUrl"
|
|
3805
|
+
"clientSecret"
|
|
3812
3806
|
]
|
|
3813
3807
|
}
|
|
3814
3808
|
}
|
|
@@ -3819,10 +3813,10 @@
|
|
|
3819
3813
|
},
|
|
3820
3814
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3821
3815
|
},
|
|
3822
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3816
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
3823
3817
|
},
|
|
3824
3818
|
{
|
|
3825
|
-
"path": "../../plugins/auth-backend-module-
|
|
3819
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
3826
3820
|
"value": {
|
|
3827
3821
|
"type": "object",
|
|
3828
3822
|
"properties": {
|
|
@@ -3832,7 +3826,7 @@
|
|
|
3832
3826
|
"providers": {
|
|
3833
3827
|
"type": "object",
|
|
3834
3828
|
"properties": {
|
|
3835
|
-
"
|
|
3829
|
+
"onelogin": {
|
|
3836
3830
|
"visibility": "frontend",
|
|
3837
3831
|
"type": "object",
|
|
3838
3832
|
"additionalProperties": {
|
|
@@ -3845,31 +3839,12 @@
|
|
|
3845
3839
|
"visibility": "secret",
|
|
3846
3840
|
"type": "string"
|
|
3847
3841
|
},
|
|
3848
|
-
"
|
|
3849
|
-
"type": "string"
|
|
3850
|
-
},
|
|
3851
|
-
"authServerId": {
|
|
3852
|
-
"type": "string"
|
|
3853
|
-
},
|
|
3854
|
-
"idp": {
|
|
3842
|
+
"issuer": {
|
|
3855
3843
|
"type": "string"
|
|
3856
3844
|
},
|
|
3857
3845
|
"callbackUrl": {
|
|
3858
3846
|
"type": "string"
|
|
3859
3847
|
},
|
|
3860
|
-
"additionalScopes": {
|
|
3861
|
-
"anyOf": [
|
|
3862
|
-
{
|
|
3863
|
-
"type": "array",
|
|
3864
|
-
"items": {
|
|
3865
|
-
"type": "string"
|
|
3866
|
-
}
|
|
3867
|
-
},
|
|
3868
|
-
{
|
|
3869
|
-
"type": "string"
|
|
3870
|
-
}
|
|
3871
|
-
]
|
|
3872
|
-
},
|
|
3873
3848
|
"signIn": {
|
|
3874
3849
|
"type": "object",
|
|
3875
3850
|
"properties": {
|
|
@@ -3882,7 +3857,7 @@
|
|
|
3882
3857
|
"properties": {
|
|
3883
3858
|
"resolver": {
|
|
3884
3859
|
"type": "string",
|
|
3885
|
-
"const": "
|
|
3860
|
+
"const": "usernameMatchingUserEntityName"
|
|
3886
3861
|
}
|
|
3887
3862
|
},
|
|
3888
3863
|
"required": [
|
|
@@ -3931,7 +3906,8 @@
|
|
|
3931
3906
|
},
|
|
3932
3907
|
"required": [
|
|
3933
3908
|
"clientId",
|
|
3934
|
-
"clientSecret"
|
|
3909
|
+
"clientSecret",
|
|
3910
|
+
"issuer"
|
|
3935
3911
|
]
|
|
3936
3912
|
}
|
|
3937
3913
|
}
|
|
@@ -3942,10 +3918,10 @@
|
|
|
3942
3918
|
},
|
|
3943
3919
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3944
3920
|
},
|
|
3945
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3921
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
3946
3922
|
},
|
|
3947
3923
|
{
|
|
3948
|
-
"path": "../../plugins/auth-backend-module-
|
|
3924
|
+
"path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
|
|
3949
3925
|
"value": {
|
|
3950
3926
|
"type": "object",
|
|
3951
3927
|
"properties": {
|
|
@@ -3955,7 +3931,7 @@
|
|
|
3955
3931
|
"providers": {
|
|
3956
3932
|
"type": "object",
|
|
3957
3933
|
"properties": {
|
|
3958
|
-
"
|
|
3934
|
+
"oauth2": {
|
|
3959
3935
|
"visibility": "frontend",
|
|
3960
3936
|
"type": "object",
|
|
3961
3937
|
"additionalProperties": {
|
|
@@ -3968,12 +3944,35 @@
|
|
|
3968
3944
|
"visibility": "secret",
|
|
3969
3945
|
"type": "string"
|
|
3970
3946
|
},
|
|
3971
|
-
"
|
|
3947
|
+
"authorizationUrl": {
|
|
3972
3948
|
"type": "string"
|
|
3973
3949
|
},
|
|
3974
|
-
"
|
|
3950
|
+
"tokenUrl": {
|
|
3975
3951
|
"type": "string"
|
|
3976
3952
|
},
|
|
3953
|
+
"scope": {
|
|
3954
|
+
"deprecated": "use `additionalScopes` instead",
|
|
3955
|
+
"type": "string"
|
|
3956
|
+
},
|
|
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
|
+
},
|
|
3977
3976
|
"signIn": {
|
|
3978
3977
|
"type": "object",
|
|
3979
3978
|
"properties": {
|
|
@@ -4034,9 +4033,10 @@
|
|
|
4034
4033
|
"sessionDuration": {}
|
|
4035
4034
|
},
|
|
4036
4035
|
"required": [
|
|
4036
|
+
"authorizationUrl",
|
|
4037
4037
|
"clientId",
|
|
4038
4038
|
"clientSecret",
|
|
4039
|
-
"
|
|
4039
|
+
"tokenUrl"
|
|
4040
4040
|
]
|
|
4041
4041
|
}
|
|
4042
4042
|
}
|
|
@@ -4047,7 +4047,53 @@
|
|
|
4047
4047
|
},
|
|
4048
4048
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4049
4049
|
},
|
|
4050
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
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"
|
|
4051
4097
|
},
|
|
4052
4098
|
{
|
|
4053
4099
|
"path": "../integration-aws-node/config.d.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.f6a4bdf0.js"></script><script defer="defer" src="/static/module-material-ui.b24ef3a3.js"></script><script defer="defer" src="/static/module-lodash.05581125.js"></script><script defer="defer" src="/static/module-date-fns.c633d602.js"></script><script defer="defer" src="/static/module-mui.f702282a.js"></script><script defer="defer" src="/static/module-material-table.d6e8d890.js"></script><script defer="defer" src="/static/module-react-dom.42a304d3.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.b474cfe9.js"></script><script defer="defer" src="/static/module-zod.4f2eeb8c.js"></script><script defer="defer" src="/static/module-i18next.f50c1612.js"></script><script defer="defer" src="/static/module-remix-run.ae6d33c5.js"></script><script defer="defer" src="/static/vendor.f6a4bdf0.js"></script><script defer="defer" src="/static/main.f6a4bdf0.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
color="#5bbad5"
|
|
43
43
|
/>
|
|
44
44
|
<title><%= config.getString('app.title') %></title>
|
|
45
|
-
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.
|
|
45
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.f6a4bdf0.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.b24ef3a3.js"></script><script defer src="<%= publicPath %>/static/module-lodash.05581125.js"></script><script defer src="<%= publicPath %>/static/module-date-fns.c633d602.js"></script><script defer src="<%= publicPath %>/static/module-mui.f702282a.js"></script><script defer src="<%= publicPath %>/static/module-material-table.d6e8d890.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.42a304d3.js"></script><script defer src="<%= publicPath %>/static/module-react-beautiful-dnd.b474cfe9.js"></script><script defer src="<%= publicPath %>/static/module-zod.4f2eeb8c.js"></script><script defer src="<%= publicPath %>/static/module-i18next.f50c1612.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.ae6d33c5.js"></script><script defer src="<%= publicPath %>/static/vendor.f6a4bdf0.js"></script><script defer src="<%= publicPath %>/static/main.f6a4bdf0.js"></script></head>
|
|
46
46
|
<body>
|
|
47
47
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
48
48
|
<div id="root"></div>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";(()=>{(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([[4036],{70048:(I,m,e)=>{e.d(m,{K:()=>s});var t=e(18690);function s(P){return(0,t.g)()}},93160:(I,m,e)=>{e.d(m,{b:()=>Z,W:()=>X});var t=e(31085),s=e(14041),P=e(18690),x=e(24504),C=e(72020),D=e(86892),S=e(67289),B=e(45061),L=e(39299),K=e(82779),U=e(70048),v=e(19402),W=e(22020),F=e(82266),A=e(64947),M=e(72427),O=e(70795),T=e(57405),H=e(16261);function Y(g,c){const[E,f]=(0,s.useState)({status:"not-executed",error:void 0,result:c}),a=(0,s.useRef)(),n=(0,s.useRef)(),l=(0,H.J)({execute(...d){n.current=d;const i=g(...d);return a.current=i,f(r=>({...r,status:"loading"})),i.then(r=>{i===a.current&&f(o=>({...o,status:"success",error:void 0,result:r}))},r=>{i===a.current&&f(o=>({...o,status:"error",error:r}))}),i},reset(){f({status:"not-executed",error:void 0,result:c}),a.current=void 0,n.current=void 0}});return[E,(0,s.useMemo)(()=>({reset(){l.current.reset()},execute:(...d)=>l.current.execute(...d)}),[]),{promise:a.current,lastArgs:n.current}]}var $=e(76842),N=e(70835);const p="/.backstage/auth/v1/cookie",y=365*24*36e5;function R(g){const{pluginId:c}=g??{},E=(0,M.gf)(O.a),f=(0,M.gf)(T.I),a=(0,s.useMemo)(()=>"BroadcastChannel"in window?new BroadcastChannel(`${c}-auth-cookie-expires-at`):null,[c]),[n,l]=Y(async()=>{const o=`${await f.getBaseUrl(c)}${p}`,u=await E.fetch(`${o}`,{credentials:"include"});if(!u.ok){if(u.status===404)return{expiresAt:new Date(Date.now()+y)};throw await N.o.fromResponse(u)}const h=await u.json();if(!h.expiresAt)throw new Error("No expiration date found in response");return h});(0,$.u)(l.execute);const d=(0,s.useCallback)(()=>{l.execute()},[l]),i=(0,s.useCallback)(r=>{const o=(1+3*Math.random())*6e4,u=Date.parse(r.expiresAt)-Date.now()-o,h=setTimeout(d,u);return()=>clearTimeout(h)},[d]);return(0,s.useEffect)(()=>{if(n.status!=="success"||!n.result)return()=>{};a?.postMessage({action:"COOKIE_REFRESH_SUCCESS",payload:n.result});let r=i(n.result);const o=u=>{const{action:h,payload:b}=u.data;h==="COOKIE_REFRESH_SUCCESS"&&(r(),r=i(b))};return a?.addEventListener("message",o),()=>{r(),a?.removeEventListener("message",o)}},[n,i,a]),n.status==="not-executed"?{status:"loading"}:n.status==="loading"&&!n.result?{status:"loading"}:n.status==="loading"&&n.error?{status:"loading"}:n.status==="error"&&n.error?{status:"error",error:n.error,retry:d}:{status:"success",data:n.result}}function j(g){const{children:c,...E}=g,f=(0,F.n)(),{Progress:a}=f.getComponents(),n=R(E);return n.status==="loading"?(0,t.jsx)(a,{}):n.status==="error"?(0,t.jsx)(W.b,{error:n.error,children:(0,t.jsx)(A.A,{variant:"outlined",onClick:n.retry,children:"Retry"})}):(0,t.jsx)(t.Fragment,{children:c})}var z=e(58502),J=e(54917),G=e(98392),V=e(50868);const Z=g=>{const{withSearch:c,withHeader:E=!0}=g;return(0,t.jsxs)(x.Y,{themeId:"documentation",children:[E&&(0,t.jsx)(B.T,{}),(0,t.jsx)(L.Z,{}),(0,t.jsx)(S.p,{withSearch:c})]})},Q=(0,z.A)(x.Y)({height:"inherit",overflowY:"visible"}),X=g=>{const c=(0,J.A)(),E=(0,G.A)({...c,...g.overrideThemeOptions||{}}),{kind:f,name:a,namespace:n}=(0,U.K)(K.Oc),{children:l,entityRef:d={kind:f,name:a,namespace:n}}=g,i=(0,P.P1)();if(!l){const u=(i?s.Children.toArray(i.props.children):[]).flatMap(h=>h?.props?.children??[]).find(h=>!(0,v.E)(h,C.AF)&&!(0,v.E)(h,C.Wm));return(0,t.jsx)(V.A,{theme:E,children:(0,t.jsx)(j,{pluginId:"techdocs",children:(0,t.jsx)(D.R,{entityRef:d,children:u||(0,t.jsx)(Z,{})})})})}return(0,t.jsx)(V.A,{theme:E,children:(0,t.jsx)(j,{pluginId:"techdocs",children:(0,t.jsx)(D.R,{entityRef:d,children:({metadata:r,entityMetadata:o,onReady:u})=>(0,t.jsx)(Q,{themeId:"documentation",className:"techdocs-reader-page",children:l instanceof Function?l({entityRef:d,techdocsMetadataValue:r.value,entityMetadataValue:o.value,onReady:u}):l})})})})}},84036:(I,m,e)=>{e.r(m),e.d(m,{TechDocsReaderLayout:()=>t.b,TechDocsReaderPage:()=>t.W});var t=e(93160)},39299:(I,m,e)=>{e.d(m,{Z:()=>F});var t=e(31085),s=e(14041),P=e(58837),x=e(29365),C=e(75173),D=e(71677),S=e(37757),B=e(10394),L=e(9684),K=e(86892),U=e(72020),v=e(99730);const W=(0,P.A)(A=>({root:{gridArea:"pageSubheader",flexDirection:"column",minHeight:"auto",padding:A.spacing(3,3,0),"@media print":{display:"none"}}})),F=A=>{const M=W(),[O,T]=(0,s.useState)(null),H=(0,s.useCallback)(j=>{T(j.currentTarget)},[]),Y=(0,s.useCallback)(()=>{T(null)},[]),{entityMetadata:{value:$,loading:N}}=(0,K.V)(),p=(0,U.YR)(),y=p.renderComponentsByLocation(v.e.Subheader),R=p.renderComponentsByLocation(v.e.Settings);return!y&&!R||N===!1&&!$?null:(0,t.jsx)(C.A,{classes:M,...A.toolbarProps,children:(0,t.jsxs)(B.A,{display:"flex",justifyContent:"flex-end",width:"100%",flexWrap:"wrap",children:[y,R?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(D.Ay,{title:"Settings",children:(0,t.jsx)(x.A,{"aria-controls":"tech-docs-reader-page-settings","aria-haspopup":"true",onClick:H,children:(0,t.jsx)(L.A,{})})}),(0,t.jsx)(S.A,{id:"tech-docs-reader-page-settings",getContentAnchorEl:null,anchorEl:O,anchorOrigin:{vertical:"bottom",horizontal:"right"},open:!!O,onClose:Y,keepMounted:!0,children:(0,t.jsx)("div",{children:R})})]}):null]})})}}}]);})();
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=4036.79721462.chunk.js.map
|