pulumi-vault 6.4.0a1724998330__py3-none-any.whl → 6.4.0a1725645174__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.
- pulumi_vault/pulumi-plugin.json +1 -1
- pulumi_vault/tokenauth/auth_backend_role.py +0 -14
- {pulumi_vault-6.4.0a1724998330.dist-info → pulumi_vault-6.4.0a1725645174.dist-info}/METADATA +1 -1
- {pulumi_vault-6.4.0a1724998330.dist-info → pulumi_vault-6.4.0a1725645174.dist-info}/RECORD +6 -6
- {pulumi_vault-6.4.0a1724998330.dist-info → pulumi_vault-6.4.0a1725645174.dist-info}/WHEEL +1 -1
- {pulumi_vault-6.4.0a1724998330.dist-info → pulumi_vault-6.4.0a1725645174.dist-info}/top_level.txt +0 -0
pulumi_vault/pulumi-plugin.json
CHANGED
@@ -47,8 +47,6 @@ class AuthBackendRoleArgs:
|
|
47
47
|
*Available only for Vault Enterprise*.
|
48
48
|
:param pulumi.Input[bool] orphan: If true, tokens created against this policy will be orphan tokens.
|
49
49
|
:param pulumi.Input[str] path_suffix: Tokens created against this role will have the given suffix as part of their path in addition to the role name.
|
50
|
-
|
51
|
-
> Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
|
52
50
|
:param pulumi.Input[bool] renewable: Whether to disable the ability of the token to be renewed past its initial TTL.
|
53
51
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] token_bound_cidrs: Specifies the blocks of IP addresses which are allowed to use the generated token
|
54
52
|
:param pulumi.Input[int] token_explicit_max_ttl: Generated Token's Explicit Maximum TTL in seconds
|
@@ -202,8 +200,6 @@ class AuthBackendRoleArgs:
|
|
202
200
|
def path_suffix(self) -> Optional[pulumi.Input[str]]:
|
203
201
|
"""
|
204
202
|
Tokens created against this role will have the given suffix as part of their path in addition to the role name.
|
205
|
-
|
206
|
-
> Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
|
207
203
|
"""
|
208
204
|
return pulumi.get(self, "path_suffix")
|
209
205
|
|
@@ -367,8 +363,6 @@ class _AuthBackendRoleState:
|
|
367
363
|
*Available only for Vault Enterprise*.
|
368
364
|
:param pulumi.Input[bool] orphan: If true, tokens created against this policy will be orphan tokens.
|
369
365
|
:param pulumi.Input[str] path_suffix: Tokens created against this role will have the given suffix as part of their path in addition to the role name.
|
370
|
-
|
371
|
-
> Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
|
372
366
|
:param pulumi.Input[bool] renewable: Whether to disable the ability of the token to be renewed past its initial TTL.
|
373
367
|
:param pulumi.Input[str] role_name: The name of the role.
|
374
368
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] token_bound_cidrs: Specifies the blocks of IP addresses which are allowed to use the generated token
|
@@ -512,8 +506,6 @@ class _AuthBackendRoleState:
|
|
512
506
|
def path_suffix(self) -> Optional[pulumi.Input[str]]:
|
513
507
|
"""
|
514
508
|
Tokens created against this role will have the given suffix as part of their path in addition to the role name.
|
515
|
-
|
516
|
-
> Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
|
517
509
|
"""
|
518
510
|
return pulumi.get(self, "path_suffix")
|
519
511
|
|
@@ -726,8 +718,6 @@ class AuthBackendRole(pulumi.CustomResource):
|
|
726
718
|
*Available only for Vault Enterprise*.
|
727
719
|
:param pulumi.Input[bool] orphan: If true, tokens created against this policy will be orphan tokens.
|
728
720
|
:param pulumi.Input[str] path_suffix: Tokens created against this role will have the given suffix as part of their path in addition to the role name.
|
729
|
-
|
730
|
-
> Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
|
731
721
|
:param pulumi.Input[bool] renewable: Whether to disable the ability of the token to be renewed past its initial TTL.
|
732
722
|
:param pulumi.Input[str] role_name: The name of the role.
|
733
723
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] token_bound_cidrs: Specifies the blocks of IP addresses which are allowed to use the generated token
|
@@ -891,8 +881,6 @@ class AuthBackendRole(pulumi.CustomResource):
|
|
891
881
|
*Available only for Vault Enterprise*.
|
892
882
|
:param pulumi.Input[bool] orphan: If true, tokens created against this policy will be orphan tokens.
|
893
883
|
:param pulumi.Input[str] path_suffix: Tokens created against this role will have the given suffix as part of their path in addition to the role name.
|
894
|
-
|
895
|
-
> Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
|
896
884
|
:param pulumi.Input[bool] renewable: Whether to disable the ability of the token to be renewed past its initial TTL.
|
897
885
|
:param pulumi.Input[str] role_name: The name of the role.
|
898
886
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] token_bound_cidrs: Specifies the blocks of IP addresses which are allowed to use the generated token
|
@@ -994,8 +982,6 @@ class AuthBackendRole(pulumi.CustomResource):
|
|
994
982
|
def path_suffix(self) -> pulumi.Output[Optional[str]]:
|
995
983
|
"""
|
996
984
|
Tokens created against this role will have the given suffix as part of their path in addition to the role name.
|
997
|
-
|
998
|
-
> Due to a bug the resource. This *will* cause all existing tokens issued by this role to be revoked.
|
999
985
|
"""
|
1000
986
|
return pulumi.get(self, "path_suffix")
|
1001
987
|
|
@@ -27,7 +27,7 @@ pulumi_vault/plugin.py,sha256=0fBhSZDyQhzML9r1Udhy9ngHcfjwzi1BzvutsbKKUwU,23482
|
|
27
27
|
pulumi_vault/plugin_pinned_version.py,sha256=mo62qPp_IwJRnv5t2p9ywInEjwHFsBunoyCDGc0bveg,10583
|
28
28
|
pulumi_vault/policy.py,sha256=V6knAiqkzH97T72s6FB2qNjScDfKOAl3mox1h7vg0Ps,10935
|
29
29
|
pulumi_vault/provider.py,sha256=4gW_RRIaXwvNdhrR8A8qmeUXKN0DRVsFxEZVBIfYJ3s,42626
|
30
|
-
pulumi_vault/pulumi-plugin.json,sha256=
|
30
|
+
pulumi_vault/pulumi-plugin.json,sha256=3EoKcBUZOfSqDbP68Dwh0rgZatFNxaC00yAdUMKzF9I,81
|
31
31
|
pulumi_vault/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
32
32
|
pulumi_vault/quota_lease_count.py,sha256=w5CLQQjCk9PKSzX_XeLMEV87xre-poHJG9NfAGVVTjw,24898
|
33
33
|
pulumi_vault/quota_rate_limit.py,sha256=hA0tDU-54VrfcTHCzbRU-TL32BLnPBxhl92faufEkZo,29503
|
@@ -237,7 +237,7 @@ pulumi_vault/terraformcloud/secret_backend.py,sha256=XrRZcRglDbb0jmEToX7EFY8Ftyy
|
|
237
237
|
pulumi_vault/terraformcloud/secret_creds.py,sha256=jbREz0TwC7-0Psi4Y_E8d1iHsnvOthQiLEjUouz7uwk,17867
|
238
238
|
pulumi_vault/terraformcloud/secret_role.py,sha256=fIWOK8IgkNcEv39dB3cn-uGF6aFvlmdWBGpVrDrxxgk,18805
|
239
239
|
pulumi_vault/tokenauth/__init__.py,sha256=uj-EJDeysMWfUsv2u4NII_tnIzZFXkTcEpYvGpEjotk,302
|
240
|
-
pulumi_vault/tokenauth/auth_backend_role.py,sha256=
|
240
|
+
pulumi_vault/tokenauth/auth_backend_role.py,sha256=OP2vGWnEcZ8_-B25jJrdKTiFdoUsFrPJKvrAk_oda08,51210
|
241
241
|
pulumi_vault/transform/__init__.py,sha256=cywOzL5fbNIQ8v8Wb5KHP7zIxlbdiilO6z2JyG2gYLw,419
|
242
242
|
pulumi_vault/transform/alphabet.py,sha256=pmnJkGvjKrOzhnSP98G4aOrs7Q12yZNMW1EIGp-Pw2o,13677
|
243
243
|
pulumi_vault/transform/get_decode.py,sha256=nZvzv2aVRm-zKb_4CP9G7eKvNdZoYVhNM7cVOKih8DA,11239
|
@@ -250,7 +250,7 @@ pulumi_vault/transit/get_decrypt.py,sha256=6rFzK4Ghf3tWRNJ_rSCs0yJsPynk9oeqZIJJq
|
|
250
250
|
pulumi_vault/transit/get_encrypt.py,sha256=wz1GDrLP8JzDLCcjbU7tZM7vHNtBQ9PPpLHczy22uqY,5712
|
251
251
|
pulumi_vault/transit/secret_backend_key.py,sha256=TvhANJk2QhzSa9DfwcOHXECM5EzKuwIZtHdMMDJ-PqA,53370
|
252
252
|
pulumi_vault/transit/secret_cache_config.py,sha256=kSfKajNG2v5iPtoEnNLRXCIR5sRGUqTTxRW-tT0X_iM,12483
|
253
|
-
pulumi_vault-6.4.
|
254
|
-
pulumi_vault-6.4.
|
255
|
-
pulumi_vault-6.4.
|
256
|
-
pulumi_vault-6.4.
|
253
|
+
pulumi_vault-6.4.0a1725645174.dist-info/METADATA,sha256=VhYKwikJcIe0YHBioRHgNtAt2ddJtkM_ZqyLO-vLvAo,4860
|
254
|
+
pulumi_vault-6.4.0a1725645174.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
255
|
+
pulumi_vault-6.4.0a1725645174.dist-info/top_level.txt,sha256=J7lAGvfexHc6T1EpDBGNKF0SXWURpmUhyzi9Nr5I61w,13
|
256
|
+
pulumi_vault-6.4.0a1725645174.dist-info/RECORD,,
|
{pulumi_vault-6.4.0a1724998330.dist-info → pulumi_vault-6.4.0a1725645174.dist-info}/top_level.txt
RENAMED
File without changes
|