pulumi-consul 3.13.0a1730179302__py3-none-any.whl → 3.13.0a1730524889__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-consul might be problematic. Click here for more details.
- pulumi_consul/config_entry_service_splitter.py +8 -8
- pulumi_consul/pulumi-plugin.json +1 -1
- {pulumi_consul-3.13.0a1730179302.dist-info → pulumi_consul-3.13.0a1730524889.dist-info}/METADATA +1 -1
- {pulumi_consul-3.13.0a1730179302.dist-info → pulumi_consul-3.13.0a1730524889.dist-info}/RECORD +6 -6
- {pulumi_consul-3.13.0a1730179302.dist-info → pulumi_consul-3.13.0a1730524889.dist-info}/WHEEL +1 -1
- {pulumi_consul-3.13.0a1730179302.dist-info → pulumi_consul-3.13.0a1730524889.dist-info}/top_level.txt +0 -0
|
@@ -246,12 +246,12 @@ class ConfigEntryServiceSplitter(pulumi.CustomResource):
|
|
|
246
246
|
"service_subset": "v1",
|
|
247
247
|
"request_headers": {
|
|
248
248
|
"set": {
|
|
249
|
-
"
|
|
249
|
+
"x-web-version": "from-v1",
|
|
250
250
|
},
|
|
251
251
|
},
|
|
252
252
|
"response_headers": {
|
|
253
253
|
"set": {
|
|
254
|
-
"
|
|
254
|
+
"x-web-version": "to-v1",
|
|
255
255
|
},
|
|
256
256
|
},
|
|
257
257
|
},
|
|
@@ -261,12 +261,12 @@ class ConfigEntryServiceSplitter(pulumi.CustomResource):
|
|
|
261
261
|
"service_subset": "v2",
|
|
262
262
|
"request_headers": {
|
|
263
263
|
"set": {
|
|
264
|
-
"
|
|
264
|
+
"x-web-version": "from-v2",
|
|
265
265
|
},
|
|
266
266
|
},
|
|
267
267
|
"response_headers": {
|
|
268
268
|
"set": {
|
|
269
|
-
"
|
|
269
|
+
"x-web-version": "to-v2",
|
|
270
270
|
},
|
|
271
271
|
},
|
|
272
272
|
},
|
|
@@ -340,12 +340,12 @@ class ConfigEntryServiceSplitter(pulumi.CustomResource):
|
|
|
340
340
|
"service_subset": "v1",
|
|
341
341
|
"request_headers": {
|
|
342
342
|
"set": {
|
|
343
|
-
"
|
|
343
|
+
"x-web-version": "from-v1",
|
|
344
344
|
},
|
|
345
345
|
},
|
|
346
346
|
"response_headers": {
|
|
347
347
|
"set": {
|
|
348
|
-
"
|
|
348
|
+
"x-web-version": "to-v1",
|
|
349
349
|
},
|
|
350
350
|
},
|
|
351
351
|
},
|
|
@@ -355,12 +355,12 @@ class ConfigEntryServiceSplitter(pulumi.CustomResource):
|
|
|
355
355
|
"service_subset": "v2",
|
|
356
356
|
"request_headers": {
|
|
357
357
|
"set": {
|
|
358
|
-
"
|
|
358
|
+
"x-web-version": "from-v2",
|
|
359
359
|
},
|
|
360
360
|
},
|
|
361
361
|
"response_headers": {
|
|
362
362
|
"set": {
|
|
363
|
-
"
|
|
363
|
+
"x-web-version": "to-v2",
|
|
364
364
|
},
|
|
365
365
|
},
|
|
366
366
|
},
|
pulumi_consul/pulumi-plugin.json
CHANGED
{pulumi_consul-3.13.0a1730179302.dist-info → pulumi_consul-3.13.0a1730524889.dist-info}/RECORD
RENAMED
|
@@ -19,7 +19,7 @@ pulumi_consul/config_entry_service_defaults.py,sha256=pUD1a8qbsZvXk3iCYD9zPOV7TA
|
|
|
19
19
|
pulumi_consul/config_entry_service_intentions.py,sha256=n74fIxCKtfkIB33dVlbY_84rou-0JXH5CJ-OP93H9cw,22274
|
|
20
20
|
pulumi_consul/config_entry_service_resolver.py,sha256=8zbjIUgTR691nvUOBIw1coP2HTuaz0qgbSB47r2s1HY,35912
|
|
21
21
|
pulumi_consul/config_entry_service_router.py,sha256=XrblASG8WQp6Sr3TZeonhkUEledELLwAylwpvv3Abo8,14666
|
|
22
|
-
pulumi_consul/config_entry_service_splitter.py,sha256=
|
|
22
|
+
pulumi_consul/config_entry_service_splitter.py,sha256=gj0g9XrWMcgyl5-j2Qg3HnUy1opfOc4SRrQv-cRl2cg,19804
|
|
23
23
|
pulumi_consul/config_entry_v2_exported_services.py,sha256=BBLL7yU0IZm4xoHO-BF5Gu1ppM3PJj1Nt6mR7DifVZY,21643
|
|
24
24
|
pulumi_consul/get_acl_auth_method.py,sha256=C1_gi-ksLq1VyCM7ZbRJdk1TYYkh_mfWVQAW5dl5EWY,10592
|
|
25
25
|
pulumi_consul/get_acl_policy.py,sha256=mgta4I73MaB3R8dcuNi_dor_EvmjfmKRinUnzu5Vsgk,6826
|
|
@@ -59,14 +59,14 @@ pulumi_consul/peering.py,sha256=bS_UJUz6eowyw5WMtAP1wD-M8AL4Rq3Hluo9i_TmGxo,2049
|
|
|
59
59
|
pulumi_consul/peering_token.py,sha256=hhBRd_buIV_D-hXapUJ725_Zk9fuMRumwnGjC9NBQsE,17440
|
|
60
60
|
pulumi_consul/prepared_query.py,sha256=vMgTgqJVl3wQBdjiPo_Z51ljj68OCn_DTkLNZcAfpzY,53756
|
|
61
61
|
pulumi_consul/provider.py,sha256=5ynqQUjyVBRdAFs_NwjC8zQUSkACQPRpvkVxGCat3KM,24946
|
|
62
|
-
pulumi_consul/pulumi-plugin.json,sha256=
|
|
62
|
+
pulumi_consul/pulumi-plugin.json,sha256=f1vWREoBsc5aIyLCeLCth8gV5FqK0mpa5mDbslTsiKg,83
|
|
63
63
|
pulumi_consul/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
64
|
pulumi_consul/service.py,sha256=X55eUuJWjihVMXmk5ZFFluoMsdjenT9bbD-a4mEOCKg,34420
|
|
65
65
|
pulumi_consul/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
66
66
|
pulumi_consul/config/__init__.pyi,sha256=rrPQ7URZL_BWCKq07Iwc_Frfqou-b0Ahj6NuYbkfxEM,2761
|
|
67
67
|
pulumi_consul/config/outputs.py,sha256=HgcR6itSdkSOlzxeokvlaaJrgzyTfz8bz75ADODP-FY,3558
|
|
68
68
|
pulumi_consul/config/vars.py,sha256=T-72FGpp4_Alu2TD-XOrrcgVypf0QdwAzMzJn7TY8Rk,4429
|
|
69
|
-
pulumi_consul-3.13.
|
|
70
|
-
pulumi_consul-3.13.
|
|
71
|
-
pulumi_consul-3.13.
|
|
72
|
-
pulumi_consul-3.13.
|
|
69
|
+
pulumi_consul-3.13.0a1730524889.dist-info/METADATA,sha256=-tOQAJhhFPqbQ0kNXQcVf85zaJNtYIwOJ-ZZQt-06e8,4012
|
|
70
|
+
pulumi_consul-3.13.0a1730524889.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
71
|
+
pulumi_consul-3.13.0a1730524889.dist-info/top_level.txt,sha256=SrKSXrIq8AWqnNKrd7pWSC691idGwXi9XMA-DTWwcfg,14
|
|
72
|
+
pulumi_consul-3.13.0a1730524889.dist-info/RECORD,,
|
|
File without changes
|