pulumi-vault 6.2.0__py3-none-any.whl → 6.2.0a1712470779__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/__init__.py +0 -26
- pulumi_vault/_inputs.py +20 -0
- pulumi_vault/ad/secret_backend.py +6 -2
- pulumi_vault/ad/secret_library.py +4 -2
- pulumi_vault/ad/secret_role.py +4 -0
- pulumi_vault/alicloud/auth_backend_role.py +192 -69
- pulumi_vault/approle/auth_backend_login.py +4 -0
- pulumi_vault/approle/auth_backend_role.py +186 -63
- pulumi_vault/approle/auth_backend_role_secret_id.py +4 -0
- pulumi_vault/approle/get_auth_backend_role_id.py +4 -0
- pulumi_vault/audit.py +20 -12
- pulumi_vault/audit_request_header.py +6 -6
- pulumi_vault/auth_backend.py +0 -47
- pulumi_vault/aws/auth_backend_client.py +17 -253
- pulumi_vault/aws/auth_backend_config_identity.py +4 -0
- pulumi_vault/aws/auth_backend_identity_whitelist.py +10 -6
- pulumi_vault/aws/auth_backend_login.py +8 -0
- pulumi_vault/aws/auth_backend_role.py +186 -63
- pulumi_vault/aws/auth_backend_roletag_blacklist.py +10 -6
- pulumi_vault/aws/auth_backend_sts_role.py +4 -0
- pulumi_vault/aws/secret_backend_role.py +4 -56
- pulumi_vault/aws/secret_backend_static_role.py +4 -2
- pulumi_vault/azure/auth_backend_config.py +10 -139
- pulumi_vault/azure/auth_backend_role.py +186 -63
- pulumi_vault/azure/backend.py +22 -217
- pulumi_vault/azure/backend_role.py +18 -14
- pulumi_vault/azure/get_access_credentials.py +4 -0
- pulumi_vault/cert_auth_backend_role.py +208 -75
- pulumi_vault/consul/secret_backend.py +18 -10
- pulumi_vault/consul/secret_backend_role.py +4 -2
- pulumi_vault/database/_inputs.py +784 -522
- pulumi_vault/database/outputs.py +784 -522
- pulumi_vault/database/secret_backend_connection.py +4 -2
- pulumi_vault/database/secret_backend_role.py +4 -4
- pulumi_vault/database/secret_backend_static_role.py +8 -10
- pulumi_vault/database/secrets_mount.py +4 -286
- pulumi_vault/egp_policy.py +8 -4
- pulumi_vault/gcp/auth_backend.py +18 -226
- pulumi_vault/gcp/auth_backend_role.py +264 -63
- pulumi_vault/gcp/get_auth_backend_role.py +4 -0
- pulumi_vault/gcp/secret_backend.py +9 -275
- pulumi_vault/gcp/secret_impersonated_account.py +14 -12
- pulumi_vault/gcp/secret_roleset.py +6 -4
- pulumi_vault/gcp/secret_static_account.py +16 -14
- pulumi_vault/generic/endpoint.py +8 -4
- pulumi_vault/generic/get_secret.py +4 -40
- pulumi_vault/get_auth_backend.py +4 -0
- pulumi_vault/get_auth_backends.py +8 -0
- pulumi_vault/get_namespace.py +12 -0
- pulumi_vault/get_namespaces.py +12 -4
- pulumi_vault/get_nomad_access_token.py +4 -0
- pulumi_vault/get_policy_document.py +8 -8
- pulumi_vault/get_raft_autopilot_state.py +4 -0
- pulumi_vault/github/auth_backend.py +4 -0
- pulumi_vault/github/team.py +6 -2
- pulumi_vault/github/user.py +6 -2
- pulumi_vault/identity/entity.py +8 -6
- pulumi_vault/identity/entity_alias.py +8 -6
- pulumi_vault/identity/entity_policies.py +12 -12
- pulumi_vault/identity/get_entity.py +4 -0
- pulumi_vault/identity/get_group.py +4 -0
- pulumi_vault/identity/get_oidc_client_creds.py +4 -2
- pulumi_vault/identity/get_oidc_openid_config.py +6 -10
- pulumi_vault/identity/get_oidc_public_keys.py +6 -10
- pulumi_vault/identity/group.py +42 -38
- pulumi_vault/identity/group_alias.py +4 -2
- pulumi_vault/identity/group_member_entity_ids.py +16 -12
- pulumi_vault/identity/group_member_group_ids.py +20 -24
- pulumi_vault/identity/group_policies.py +8 -4
- pulumi_vault/identity/mfa_duo.py +8 -4
- pulumi_vault/identity/mfa_login_enforcement.py +8 -8
- pulumi_vault/identity/mfa_okta.py +8 -4
- pulumi_vault/identity/mfa_pingid.py +4 -0
- pulumi_vault/identity/mfa_totp.py +4 -0
- pulumi_vault/identity/oidc.py +4 -0
- pulumi_vault/identity/oidc_assignment.py +6 -10
- pulumi_vault/identity/oidc_client.py +10 -10
- pulumi_vault/identity/oidc_key.py +12 -16
- pulumi_vault/identity/oidc_key_allowed_client_id.py +12 -16
- pulumi_vault/identity/oidc_provider.py +16 -22
- pulumi_vault/identity/oidc_role.py +20 -28
- pulumi_vault/identity/oidc_scope.py +8 -6
- pulumi_vault/jwt/auth_backend.py +32 -20
- pulumi_vault/jwt/auth_backend_role.py +225 -91
- pulumi_vault/kmip/secret_backend.py +14 -10
- pulumi_vault/kmip/secret_role.py +4 -0
- pulumi_vault/kmip/secret_scope.py +4 -0
- pulumi_vault/kubernetes/auth_backend_config.py +4 -0
- pulumi_vault/kubernetes/auth_backend_role.py +172 -56
- pulumi_vault/kubernetes/get_service_account_token.py +8 -8
- pulumi_vault/kubernetes/secret_backend.py +8 -288
- pulumi_vault/kubernetes/secret_backend_role.py +24 -24
- pulumi_vault/kv/get_secret.py +4 -0
- pulumi_vault/kv/get_secret_subkeys_v2.py +6 -4
- pulumi_vault/kv/get_secret_v2.py +0 -58
- pulumi_vault/kv/get_secrets_list.py +8 -4
- pulumi_vault/kv/get_secrets_list_v2.py +12 -14
- pulumi_vault/kv/secret.py +4 -0
- pulumi_vault/kv/secret_backend_v2.py +4 -0
- pulumi_vault/kv/secret_v2.py +4 -2
- pulumi_vault/ldap/auth_backend.py +161 -66
- pulumi_vault/ldap/auth_backend_group.py +4 -0
- pulumi_vault/ldap/auth_backend_user.py +4 -0
- pulumi_vault/ldap/secret_backend.py +8 -286
- pulumi_vault/ldap/secret_backend_dynamic_role.py +4 -0
- pulumi_vault/ldap/secret_backend_library_set.py +4 -2
- pulumi_vault/ldap/secret_backend_static_role.py +4 -0
- pulumi_vault/managed/_inputs.py +132 -84
- pulumi_vault/managed/keys.py +28 -7
- pulumi_vault/managed/outputs.py +132 -84
- pulumi_vault/mfa_duo.py +6 -4
- pulumi_vault/mfa_okta.py +6 -4
- pulumi_vault/mfa_pingid.py +6 -4
- pulumi_vault/mfa_totp.py +12 -10
- pulumi_vault/mongodbatlas/secret_backend.py +4 -0
- pulumi_vault/mongodbatlas/secret_role.py +4 -2
- pulumi_vault/mount.py +42 -350
- pulumi_vault/nomad_secret_backend.py +8 -4
- pulumi_vault/nomad_secret_role.py +4 -0
- pulumi_vault/okta/_inputs.py +8 -8
- pulumi_vault/okta/auth_backend.py +10 -459
- pulumi_vault/okta/auth_backend_group.py +4 -0
- pulumi_vault/okta/auth_backend_user.py +4 -0
- pulumi_vault/okta/outputs.py +8 -8
- pulumi_vault/outputs.py +20 -0
- pulumi_vault/password_policy.py +8 -6
- pulumi_vault/pkisecret/__init__.py +0 -2
- pulumi_vault/pkisecret/_inputs.py +0 -30
- pulumi_vault/pkisecret/backend_config_cluster.py +4 -0
- pulumi_vault/pkisecret/get_backend_issuer.py +0 -36
- pulumi_vault/pkisecret/get_backend_issuers.py +4 -0
- pulumi_vault/pkisecret/get_backend_key.py +6 -2
- pulumi_vault/pkisecret/get_backend_keys.py +4 -0
- pulumi_vault/pkisecret/outputs.py +0 -54
- pulumi_vault/pkisecret/secret_backend_cert.py +8 -6
- pulumi_vault/pkisecret/secret_backend_config_ca.py +8 -4
- pulumi_vault/pkisecret/secret_backend_config_issuers.py +4 -0
- pulumi_vault/pkisecret/secret_backend_config_urls.py +4 -0
- pulumi_vault/pkisecret/secret_backend_crl_config.py +6 -2
- pulumi_vault/pkisecret/secret_backend_intermediate_cert_request.py +8 -4
- pulumi_vault/pkisecret/secret_backend_intermediate_set_signed.py +14 -10
- pulumi_vault/pkisecret/secret_backend_issuer.py +4 -0
- pulumi_vault/pkisecret/secret_backend_role.py +4 -2
- pulumi_vault/pkisecret/secret_backend_root_cert.py +8 -4
- pulumi_vault/pkisecret/secret_backend_root_sign_intermediate.py +10 -6
- pulumi_vault/pkisecret/secret_backend_sign.py +8 -6
- pulumi_vault/provider.py +8 -0
- pulumi_vault/pulumi-plugin.json +1 -2
- pulumi_vault/quota_lease_count.py +8 -53
- pulumi_vault/quota_rate_limit.py +4 -49
- pulumi_vault/rabbitmq/secret_backend.py +8 -4
- pulumi_vault/rabbitmq/secret_backend_role.py +4 -2
- pulumi_vault/raft_autopilot.py +4 -0
- pulumi_vault/raft_snapshot_agent_config.py +304 -109
- pulumi_vault/rgp_policy.py +6 -2
- pulumi_vault/saml/auth_backend.py +12 -8
- pulumi_vault/saml/auth_backend_role.py +178 -64
- pulumi_vault/secrets/sync_association.py +10 -12
- pulumi_vault/secrets/sync_aws_destination.py +8 -6
- pulumi_vault/secrets/sync_azure_destination.py +12 -10
- pulumi_vault/secrets/sync_config.py +6 -2
- pulumi_vault/secrets/sync_gcp_destination.py +6 -6
- pulumi_vault/secrets/sync_gh_destination.py +8 -6
- pulumi_vault/secrets/sync_github_apps.py +8 -8
- pulumi_vault/secrets/sync_vercel_destination.py +8 -6
- pulumi_vault/ssh/_inputs.py +32 -6
- pulumi_vault/ssh/outputs.py +32 -6
- pulumi_vault/ssh/secret_backend_ca.py +4 -94
- pulumi_vault/ssh/secret_backend_role.py +4 -4
- pulumi_vault/terraformcloud/secret_backend.py +56 -0
- pulumi_vault/terraformcloud/secret_creds.py +17 -2
- pulumi_vault/terraformcloud/secret_role.py +69 -2
- pulumi_vault/token.py +18 -14
- pulumi_vault/tokenauth/auth_backend_role.py +180 -64
- pulumi_vault/transform/alphabet.py +6 -4
- pulumi_vault/transform/get_decode.py +4 -4
- pulumi_vault/transform/get_encode.py +4 -4
- pulumi_vault/transform/role.py +6 -4
- pulumi_vault/transform/template.py +4 -4
- pulumi_vault/transit/get_decrypt.py +20 -4
- pulumi_vault/transit/get_encrypt.py +14 -0
- pulumi_vault/transit/secret_backend_key.py +6 -6
- pulumi_vault/transit/secret_cache_config.py +4 -0
- {pulumi_vault-6.2.0.dist-info → pulumi_vault-6.2.0a1712470779.dist-info}/METADATA +1 -1
- pulumi_vault-6.2.0a1712470779.dist-info/RECORD +252 -0
- {pulumi_vault-6.2.0.dist-info → pulumi_vault-6.2.0a1712470779.dist-info}/WHEEL +1 -1
- pulumi_vault/pkisecret/backend_config_est.py +0 -614
- pulumi_vault/pkisecret/get_backend_config_est.py +0 -233
- pulumi_vault/plugin.py +0 -590
- pulumi_vault/plugin_pinned_version.py +0 -293
- pulumi_vault-6.2.0.dist-info/RECORD +0 -256
- {pulumi_vault-6.2.0.dist-info → pulumi_vault-6.2.0a1712470779.dist-info}/top_level.txt +0 -0
pulumi_vault/quota_rate_limit.py
CHANGED
@@ -16,7 +16,6 @@ class QuotaRateLimitArgs:
|
|
16
16
|
def __init__(__self__, *,
|
17
17
|
rate: pulumi.Input[float],
|
18
18
|
block_interval: Optional[pulumi.Input[int]] = None,
|
19
|
-
inheritable: Optional[pulumi.Input[bool]] = None,
|
20
19
|
interval: Optional[pulumi.Input[int]] = None,
|
21
20
|
name: Optional[pulumi.Input[str]] = None,
|
22
21
|
namespace: Optional[pulumi.Input[str]] = None,
|
@@ -28,7 +27,6 @@ class QuotaRateLimitArgs:
|
|
28
27
|
rule. The `rate` must be positive.
|
29
28
|
:param pulumi.Input[int] block_interval: If set, when a client reaches a rate limit threshold, the client will
|
30
29
|
be prohibited from any further requests until after the 'block_interval' in seconds has elapsed.
|
31
|
-
:param pulumi.Input[bool] inheritable: If set to `true` on a quota where path is set to a namespace, the same quota will be cumulatively applied to all child namespace. The inheritable parameter cannot be set to `true` if the path does not specify a namespace. Only the quotas associated with the root namespace are inheritable by default. Requires Vault 1.15+.
|
32
30
|
:param pulumi.Input[int] interval: The duration in seconds to enforce rate limiting for.
|
33
31
|
:param pulumi.Input[str] name: Name of the rate limit quota
|
34
32
|
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
@@ -46,8 +44,6 @@ class QuotaRateLimitArgs:
|
|
46
44
|
pulumi.set(__self__, "rate", rate)
|
47
45
|
if block_interval is not None:
|
48
46
|
pulumi.set(__self__, "block_interval", block_interval)
|
49
|
-
if inheritable is not None:
|
50
|
-
pulumi.set(__self__, "inheritable", inheritable)
|
51
47
|
if interval is not None:
|
52
48
|
pulumi.set(__self__, "interval", interval)
|
53
49
|
if name is not None:
|
@@ -85,18 +81,6 @@ class QuotaRateLimitArgs:
|
|
85
81
|
def block_interval(self, value: Optional[pulumi.Input[int]]):
|
86
82
|
pulumi.set(self, "block_interval", value)
|
87
83
|
|
88
|
-
@property
|
89
|
-
@pulumi.getter
|
90
|
-
def inheritable(self) -> Optional[pulumi.Input[bool]]:
|
91
|
-
"""
|
92
|
-
If set to `true` on a quota where path is set to a namespace, the same quota will be cumulatively applied to all child namespace. The inheritable parameter cannot be set to `true` if the path does not specify a namespace. Only the quotas associated with the root namespace are inheritable by default. Requires Vault 1.15+.
|
93
|
-
"""
|
94
|
-
return pulumi.get(self, "inheritable")
|
95
|
-
|
96
|
-
@inheritable.setter
|
97
|
-
def inheritable(self, value: Optional[pulumi.Input[bool]]):
|
98
|
-
pulumi.set(self, "inheritable", value)
|
99
|
-
|
100
84
|
@property
|
101
85
|
@pulumi.getter
|
102
86
|
def interval(self) -> Optional[pulumi.Input[int]]:
|
@@ -170,7 +154,6 @@ class QuotaRateLimitArgs:
|
|
170
154
|
class _QuotaRateLimitState:
|
171
155
|
def __init__(__self__, *,
|
172
156
|
block_interval: Optional[pulumi.Input[int]] = None,
|
173
|
-
inheritable: Optional[pulumi.Input[bool]] = None,
|
174
157
|
interval: Optional[pulumi.Input[int]] = None,
|
175
158
|
name: Optional[pulumi.Input[str]] = None,
|
176
159
|
namespace: Optional[pulumi.Input[str]] = None,
|
@@ -181,7 +164,6 @@ class _QuotaRateLimitState:
|
|
181
164
|
Input properties used for looking up and filtering QuotaRateLimit resources.
|
182
165
|
:param pulumi.Input[int] block_interval: If set, when a client reaches a rate limit threshold, the client will
|
183
166
|
be prohibited from any further requests until after the 'block_interval' in seconds has elapsed.
|
184
|
-
:param pulumi.Input[bool] inheritable: If set to `true` on a quota where path is set to a namespace, the same quota will be cumulatively applied to all child namespace. The inheritable parameter cannot be set to `true` if the path does not specify a namespace. Only the quotas associated with the root namespace are inheritable by default. Requires Vault 1.15+.
|
185
167
|
:param pulumi.Input[int] interval: The duration in seconds to enforce rate limiting for.
|
186
168
|
:param pulumi.Input[str] name: Name of the rate limit quota
|
187
169
|
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
@@ -200,8 +182,6 @@ class _QuotaRateLimitState:
|
|
200
182
|
"""
|
201
183
|
if block_interval is not None:
|
202
184
|
pulumi.set(__self__, "block_interval", block_interval)
|
203
|
-
if inheritable is not None:
|
204
|
-
pulumi.set(__self__, "inheritable", inheritable)
|
205
185
|
if interval is not None:
|
206
186
|
pulumi.set(__self__, "interval", interval)
|
207
187
|
if name is not None:
|
@@ -228,18 +208,6 @@ class _QuotaRateLimitState:
|
|
228
208
|
def block_interval(self, value: Optional[pulumi.Input[int]]):
|
229
209
|
pulumi.set(self, "block_interval", value)
|
230
210
|
|
231
|
-
@property
|
232
|
-
@pulumi.getter
|
233
|
-
def inheritable(self) -> Optional[pulumi.Input[bool]]:
|
234
|
-
"""
|
235
|
-
If set to `true` on a quota where path is set to a namespace, the same quota will be cumulatively applied to all child namespace. The inheritable parameter cannot be set to `true` if the path does not specify a namespace. Only the quotas associated with the root namespace are inheritable by default. Requires Vault 1.15+.
|
236
|
-
"""
|
237
|
-
return pulumi.get(self, "inheritable")
|
238
|
-
|
239
|
-
@inheritable.setter
|
240
|
-
def inheritable(self, value: Optional[pulumi.Input[bool]]):
|
241
|
-
pulumi.set(self, "inheritable", value)
|
242
|
-
|
243
211
|
@property
|
244
212
|
@pulumi.getter
|
245
213
|
def interval(self) -> Optional[pulumi.Input[int]]:
|
@@ -328,7 +296,6 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
328
296
|
resource_name: str,
|
329
297
|
opts: Optional[pulumi.ResourceOptions] = None,
|
330
298
|
block_interval: Optional[pulumi.Input[int]] = None,
|
331
|
-
inheritable: Optional[pulumi.Input[bool]] = None,
|
332
299
|
interval: Optional[pulumi.Input[int]] = None,
|
333
300
|
name: Optional[pulumi.Input[str]] = None,
|
334
301
|
namespace: Optional[pulumi.Input[str]] = None,
|
@@ -346,15 +313,16 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
346
313
|
|
347
314
|
## Example Usage
|
348
315
|
|
316
|
+
<!--Start PulumiCodeChooser -->
|
349
317
|
```python
|
350
318
|
import pulumi
|
351
319
|
import pulumi_vault as vault
|
352
320
|
|
353
321
|
global_ = vault.QuotaRateLimit("global",
|
354
|
-
name="global",
|
355
322
|
path="",
|
356
323
|
rate=100)
|
357
324
|
```
|
325
|
+
<!--End PulumiCodeChooser -->
|
358
326
|
|
359
327
|
## Import
|
360
328
|
|
@@ -368,7 +336,6 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
368
336
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
369
337
|
:param pulumi.Input[int] block_interval: If set, when a client reaches a rate limit threshold, the client will
|
370
338
|
be prohibited from any further requests until after the 'block_interval' in seconds has elapsed.
|
371
|
-
:param pulumi.Input[bool] inheritable: If set to `true` on a quota where path is set to a namespace, the same quota will be cumulatively applied to all child namespace. The inheritable parameter cannot be set to `true` if the path does not specify a namespace. Only the quotas associated with the root namespace are inheritable by default. Requires Vault 1.15+.
|
372
339
|
:param pulumi.Input[int] interval: The duration in seconds to enforce rate limiting for.
|
373
340
|
:param pulumi.Input[str] name: Name of the rate limit quota
|
374
341
|
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
@@ -401,15 +368,16 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
401
368
|
|
402
369
|
## Example Usage
|
403
370
|
|
371
|
+
<!--Start PulumiCodeChooser -->
|
404
372
|
```python
|
405
373
|
import pulumi
|
406
374
|
import pulumi_vault as vault
|
407
375
|
|
408
376
|
global_ = vault.QuotaRateLimit("global",
|
409
|
-
name="global",
|
410
377
|
path="",
|
411
378
|
rate=100)
|
412
379
|
```
|
380
|
+
<!--End PulumiCodeChooser -->
|
413
381
|
|
414
382
|
## Import
|
415
383
|
|
@@ -435,7 +403,6 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
435
403
|
resource_name: str,
|
436
404
|
opts: Optional[pulumi.ResourceOptions] = None,
|
437
405
|
block_interval: Optional[pulumi.Input[int]] = None,
|
438
|
-
inheritable: Optional[pulumi.Input[bool]] = None,
|
439
406
|
interval: Optional[pulumi.Input[int]] = None,
|
440
407
|
name: Optional[pulumi.Input[str]] = None,
|
441
408
|
namespace: Optional[pulumi.Input[str]] = None,
|
@@ -452,7 +419,6 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
452
419
|
__props__ = QuotaRateLimitArgs.__new__(QuotaRateLimitArgs)
|
453
420
|
|
454
421
|
__props__.__dict__["block_interval"] = block_interval
|
455
|
-
__props__.__dict__["inheritable"] = inheritable
|
456
422
|
__props__.__dict__["interval"] = interval
|
457
423
|
__props__.__dict__["name"] = name
|
458
424
|
__props__.__dict__["namespace"] = namespace
|
@@ -472,7 +438,6 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
472
438
|
id: pulumi.Input[str],
|
473
439
|
opts: Optional[pulumi.ResourceOptions] = None,
|
474
440
|
block_interval: Optional[pulumi.Input[int]] = None,
|
475
|
-
inheritable: Optional[pulumi.Input[bool]] = None,
|
476
441
|
interval: Optional[pulumi.Input[int]] = None,
|
477
442
|
name: Optional[pulumi.Input[str]] = None,
|
478
443
|
namespace: Optional[pulumi.Input[str]] = None,
|
@@ -488,7 +453,6 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
488
453
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
489
454
|
:param pulumi.Input[int] block_interval: If set, when a client reaches a rate limit threshold, the client will
|
490
455
|
be prohibited from any further requests until after the 'block_interval' in seconds has elapsed.
|
491
|
-
:param pulumi.Input[bool] inheritable: If set to `true` on a quota where path is set to a namespace, the same quota will be cumulatively applied to all child namespace. The inheritable parameter cannot be set to `true` if the path does not specify a namespace. Only the quotas associated with the root namespace are inheritable by default. Requires Vault 1.15+.
|
492
456
|
:param pulumi.Input[int] interval: The duration in seconds to enforce rate limiting for.
|
493
457
|
:param pulumi.Input[str] name: Name of the rate limit quota
|
494
458
|
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
@@ -510,7 +474,6 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
510
474
|
__props__ = _QuotaRateLimitState.__new__(_QuotaRateLimitState)
|
511
475
|
|
512
476
|
__props__.__dict__["block_interval"] = block_interval
|
513
|
-
__props__.__dict__["inheritable"] = inheritable
|
514
477
|
__props__.__dict__["interval"] = interval
|
515
478
|
__props__.__dict__["name"] = name
|
516
479
|
__props__.__dict__["namespace"] = namespace
|
@@ -528,14 +491,6 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
528
491
|
"""
|
529
492
|
return pulumi.get(self, "block_interval")
|
530
493
|
|
531
|
-
@property
|
532
|
-
@pulumi.getter
|
533
|
-
def inheritable(self) -> pulumi.Output[Optional[bool]]:
|
534
|
-
"""
|
535
|
-
If set to `true` on a quota where path is set to a namespace, the same quota will be cumulatively applied to all child namespace. The inheritable parameter cannot be set to `true` if the path does not specify a namespace. Only the quotas associated with the root namespace are inheritable by default. Requires Vault 1.15+.
|
536
|
-
"""
|
537
|
-
return pulumi.get(self, "inheritable")
|
538
|
-
|
539
494
|
@property
|
540
495
|
@pulumi.getter
|
541
496
|
def interval(self) -> pulumi.Output[int]:
|
@@ -461,15 +461,17 @@ class SecretBackend(pulumi.CustomResource):
|
|
461
461
|
"""
|
462
462
|
## Example Usage
|
463
463
|
|
464
|
+
<!--Start PulumiCodeChooser -->
|
464
465
|
```python
|
465
466
|
import pulumi
|
466
467
|
import pulumi_vault as vault
|
467
468
|
|
468
469
|
rabbitmq = vault.rabbit_mq.SecretBackend("rabbitmq",
|
469
470
|
connection_uri="https://.....",
|
470
|
-
|
471
|
-
|
471
|
+
password="password",
|
472
|
+
username="user")
|
472
473
|
```
|
474
|
+
<!--End PulumiCodeChooser -->
|
473
475
|
|
474
476
|
## Import
|
475
477
|
|
@@ -511,15 +513,17 @@ class SecretBackend(pulumi.CustomResource):
|
|
511
513
|
"""
|
512
514
|
## Example Usage
|
513
515
|
|
516
|
+
<!--Start PulumiCodeChooser -->
|
514
517
|
```python
|
515
518
|
import pulumi
|
516
519
|
import pulumi_vault as vault
|
517
520
|
|
518
521
|
rabbitmq = vault.rabbit_mq.SecretBackend("rabbitmq",
|
519
522
|
connection_uri="https://.....",
|
520
|
-
|
521
|
-
|
523
|
+
password="password",
|
524
|
+
username="user")
|
522
525
|
```
|
526
|
+
<!--End PulumiCodeChooser -->
|
523
527
|
|
524
528
|
## Import
|
525
529
|
|
@@ -255,6 +255,7 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
255
255
|
"""
|
256
256
|
## Example Usage
|
257
257
|
|
258
|
+
<!--Start PulumiCodeChooser -->
|
258
259
|
```python
|
259
260
|
import pulumi
|
260
261
|
import pulumi_vault as vault
|
@@ -265,7 +266,6 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
265
266
|
password="password")
|
266
267
|
role = vault.rabbit_mq.SecretBackendRole("role",
|
267
268
|
backend=rabbitmq.path,
|
268
|
-
name="deploy",
|
269
269
|
tags="tag1,tag2",
|
270
270
|
vhosts=[vault.rabbit_mq.SecretBackendRoleVhostArgs(
|
271
271
|
host="/",
|
@@ -282,6 +282,7 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
282
282
|
host="/",
|
283
283
|
)])
|
284
284
|
```
|
285
|
+
<!--End PulumiCodeChooser -->
|
285
286
|
|
286
287
|
## Import
|
287
288
|
|
@@ -314,6 +315,7 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
314
315
|
"""
|
315
316
|
## Example Usage
|
316
317
|
|
318
|
+
<!--Start PulumiCodeChooser -->
|
317
319
|
```python
|
318
320
|
import pulumi
|
319
321
|
import pulumi_vault as vault
|
@@ -324,7 +326,6 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
324
326
|
password="password")
|
325
327
|
role = vault.rabbit_mq.SecretBackendRole("role",
|
326
328
|
backend=rabbitmq.path,
|
327
|
-
name="deploy",
|
328
329
|
tags="tag1,tag2",
|
329
330
|
vhosts=[vault.rabbit_mq.SecretBackendRoleVhostArgs(
|
330
331
|
host="/",
|
@@ -341,6 +342,7 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
341
342
|
host="/",
|
342
343
|
)])
|
343
344
|
```
|
345
|
+
<!--End PulumiCodeChooser -->
|
344
346
|
|
345
347
|
## Import
|
346
348
|
|
pulumi_vault/raft_autopilot.py
CHANGED
@@ -349,6 +349,7 @@ class RaftAutopilot(pulumi.CustomResource):
|
|
349
349
|
|
350
350
|
## Example Usage
|
351
351
|
|
352
|
+
<!--Start PulumiCodeChooser -->
|
352
353
|
```python
|
353
354
|
import pulumi
|
354
355
|
import pulumi_vault as vault
|
@@ -361,6 +362,7 @@ class RaftAutopilot(pulumi.CustomResource):
|
|
361
362
|
min_quorum=3,
|
362
363
|
server_stabilization_time="10s")
|
363
364
|
```
|
365
|
+
<!--End PulumiCodeChooser -->
|
364
366
|
|
365
367
|
## Import
|
366
368
|
|
@@ -406,6 +408,7 @@ class RaftAutopilot(pulumi.CustomResource):
|
|
406
408
|
|
407
409
|
## Example Usage
|
408
410
|
|
411
|
+
<!--Start PulumiCodeChooser -->
|
409
412
|
```python
|
410
413
|
import pulumi
|
411
414
|
import pulumi_vault as vault
|
@@ -418,6 +421,7 @@ class RaftAutopilot(pulumi.CustomResource):
|
|
418
421
|
min_quorum=3,
|
419
422
|
server_stabilization_time="10s")
|
420
423
|
```
|
424
|
+
<!--End PulumiCodeChooser -->
|
421
425
|
|
422
426
|
## Import
|
423
427
|
|