pulumi-vault 5.21.0a1709368526__py3-none-any.whl → 5.21.0a1710888431__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/ad/get_access_credentials.py +4 -2
- pulumi_vault/ad/secret_backend.py +6 -2
- pulumi_vault/ad/secret_library.py +6 -2
- pulumi_vault/ad/secret_role.py +6 -2
- pulumi_vault/alicloud/auth_backend_role.py +6 -2
- pulumi_vault/approle/auth_backend_login.py +4 -0
- pulumi_vault/approle/auth_backend_role.py +6 -2
- 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 +14 -2
- pulumi_vault/audit_request_header.py +4 -0
- pulumi_vault/auth_backend.py +2 -2
- pulumi_vault/aws/auth_backend_cert.py +6 -2
- pulumi_vault/aws/auth_backend_client.py +6 -2
- pulumi_vault/aws/auth_backend_config_identity.py +6 -2
- pulumi_vault/aws/auth_backend_identity_whitelist.py +6 -2
- pulumi_vault/aws/auth_backend_role.py +6 -2
- pulumi_vault/aws/auth_backend_roletag_blacklist.py +4 -0
- pulumi_vault/aws/auth_backend_sts_role.py +6 -2
- pulumi_vault/aws/get_access_credentials.py +4 -2
- pulumi_vault/aws/secret_backend.py +2 -2
- pulumi_vault/aws/secret_backend_role.py +6 -2
- pulumi_vault/aws/secret_backend_static_role.py +10 -4
- pulumi_vault/azure/auth_backend_config.py +6 -2
- pulumi_vault/azure/auth_backend_role.py +6 -2
- pulumi_vault/azure/backend.py +12 -0
- pulumi_vault/azure/backend_role.py +4 -0
- pulumi_vault/azure/get_access_credentials.py +6 -0
- pulumi_vault/cert_auth_backend_role.py +4 -0
- pulumi_vault/consul/secret_backend.py +14 -2
- pulumi_vault/consul/secret_backend_role.py +8 -2
- pulumi_vault/database/secret_backend_connection.py +6 -2
- pulumi_vault/database/secret_backend_role.py +6 -2
- pulumi_vault/database/secret_backend_static_role.py +6 -2
- pulumi_vault/database/secrets_mount.py +6 -2
- pulumi_vault/egp_policy.py +4 -0
- pulumi_vault/gcp/auth_backend.py +6 -2
- pulumi_vault/gcp/auth_backend_role.py +6 -2
- pulumi_vault/gcp/get_auth_backend_role.py +4 -0
- pulumi_vault/gcp/secret_backend.py +4 -0
- pulumi_vault/gcp/secret_impersonated_account.py +6 -2
- pulumi_vault/gcp/secret_roleset.py +6 -2
- pulumi_vault/gcp/secret_static_account.py +6 -2
- pulumi_vault/generic/endpoint.py +6 -0
- pulumi_vault/generic/get_secret.py +6 -6
- pulumi_vault/generic/secret.py +2 -2
- pulumi_vault/get_auth_backend.py +4 -0
- pulumi_vault/get_auth_backends.py +22 -2
- pulumi_vault/get_nomad_access_token.py +4 -0
- pulumi_vault/get_policy_document.py +4 -0
- pulumi_vault/get_raft_autopilot_state.py +4 -0
- pulumi_vault/github/auth_backend.py +6 -2
- pulumi_vault/github/team.py +6 -2
- pulumi_vault/github/user.py +6 -2
- pulumi_vault/identity/entity.py +6 -2
- pulumi_vault/identity/entity_alias.py +6 -2
- pulumi_vault/identity/entity_policies.py +12 -0
- pulumi_vault/identity/get_entity.py +6 -0
- pulumi_vault/identity/get_group.py +6 -0
- pulumi_vault/identity/get_oidc_client_creds.py +4 -0
- pulumi_vault/identity/get_oidc_openid_config.py +4 -0
- pulumi_vault/identity/get_oidc_public_keys.py +4 -0
- pulumi_vault/identity/group.py +20 -2
- pulumi_vault/identity/group_alias.py +6 -2
- pulumi_vault/identity/group_member_entity_ids.py +12 -0
- pulumi_vault/identity/group_member_group_ids.py +12 -0
- pulumi_vault/identity/group_policies.py +12 -0
- pulumi_vault/identity/mfa_duo.py +6 -2
- pulumi_vault/identity/mfa_login_enforcement.py +6 -2
- pulumi_vault/identity/mfa_okta.py +6 -2
- pulumi_vault/identity/mfa_pingid.py +6 -2
- pulumi_vault/identity/mfa_totp.py +6 -2
- pulumi_vault/identity/oidc.py +4 -0
- pulumi_vault/identity/oidc_assignment.py +6 -2
- pulumi_vault/identity/oidc_client.py +6 -2
- pulumi_vault/identity/oidc_key.py +6 -2
- pulumi_vault/identity/oidc_key_allowed_client_id.py +4 -0
- pulumi_vault/identity/oidc_provider.py +6 -2
- pulumi_vault/identity/oidc_role.py +10 -2
- pulumi_vault/identity/oidc_scope.py +6 -2
- pulumi_vault/jwt/auth_backend.py +18 -6
- pulumi_vault/jwt/auth_backend_role.py +10 -2
- pulumi_vault/kmip/secret_backend.py +6 -2
- pulumi_vault/kmip/secret_role.py +6 -2
- pulumi_vault/kmip/secret_scope.py +6 -2
- pulumi_vault/kubernetes/auth_backend_config.py +6 -2
- pulumi_vault/kubernetes/auth_backend_role.py +6 -2
- pulumi_vault/kubernetes/get_service_account_token.py +4 -0
- pulumi_vault/kubernetes/secret_backend.py +6 -2
- pulumi_vault/kubernetes/secret_backend_role.py +14 -2
- pulumi_vault/kv/get_secret.py +6 -0
- pulumi_vault/kv/get_secret_subkeys_v2.py +6 -0
- pulumi_vault/kv/get_secret_v2.py +2 -6
- pulumi_vault/kv/get_secrets_list.py +6 -0
- pulumi_vault/kv/get_secrets_list_v2.py +6 -0
- pulumi_vault/kv/secret.py +8 -2
- pulumi_vault/kv/secret_backend_v2.py +12 -4
- pulumi_vault/kv/secret_v2.py +8 -2
- pulumi_vault/ldap/auth_backend.py +6 -2
- pulumi_vault/ldap/auth_backend_group.py +6 -2
- pulumi_vault/ldap/auth_backend_user.py +6 -2
- pulumi_vault/ldap/secret_backend.py +6 -2
- pulumi_vault/ldap/secret_backend_dynamic_role.py +10 -4
- pulumi_vault/ldap/secret_backend_library_set.py +6 -2
- pulumi_vault/ldap/secret_backend_static_role.py +10 -4
- pulumi_vault/managed/keys.py +2 -14
- pulumi_vault/mfa_duo.py +6 -2
- pulumi_vault/mfa_okta.py +6 -2
- pulumi_vault/mfa_pingid.py +6 -2
- pulumi_vault/mfa_totp.py +6 -2
- pulumi_vault/mongodbatlas/secret_backend.py +6 -2
- pulumi_vault/mongodbatlas/secret_role.py +10 -4
- pulumi_vault/mount.py +18 -2
- pulumi_vault/namespace.py +42 -62
- pulumi_vault/nomad_secret_backend.py +6 -2
- pulumi_vault/nomad_secret_role.py +6 -2
- pulumi_vault/okta/auth_backend.py +6 -2
- pulumi_vault/okta/auth_backend_group.py +6 -2
- pulumi_vault/okta/auth_backend_user.py +6 -2
- pulumi_vault/password_policy.py +6 -2
- pulumi_vault/pkisecret/get_backend_issuer.py +4 -2
- pulumi_vault/pkisecret/get_backend_issuers.py +4 -0
- pulumi_vault/pkisecret/get_backend_key.py +4 -0
- pulumi_vault/pkisecret/get_backend_keys.py +4 -0
- pulumi_vault/pkisecret/secret_backend_cert.py +4 -0
- pulumi_vault/pkisecret/secret_backend_config_ca.py +4 -0
- pulumi_vault/pkisecret/secret_backend_config_issuers.py +6 -2
- pulumi_vault/pkisecret/secret_backend_config_urls.py +12 -4
- pulumi_vault/pkisecret/secret_backend_crl_config.py +4 -0
- pulumi_vault/pkisecret/secret_backend_intermediate_cert_request.py +4 -0
- pulumi_vault/pkisecret/secret_backend_intermediate_set_signed.py +4 -0
- pulumi_vault/pkisecret/secret_backend_issuer.py +6 -2
- pulumi_vault/pkisecret/secret_backend_key.py +2 -2
- pulumi_vault/pkisecret/secret_backend_role.py +6 -2
- pulumi_vault/pkisecret/secret_backend_root_cert.py +4 -0
- pulumi_vault/pkisecret/secret_backend_root_sign_intermediate.py +6 -0
- pulumi_vault/pkisecret/secret_backend_sign.py +6 -0
- pulumi_vault/policy.py +2 -2
- pulumi_vault/quota_lease_count.py +6 -2
- pulumi_vault/quota_rate_limit.py +6 -2
- pulumi_vault/rabbitmq/secret_backend.py +6 -2
- pulumi_vault/rabbitmq/secret_backend_role.py +6 -2
- pulumi_vault/raft_autopilot.py +6 -2
- pulumi_vault/raft_snapshot_agent_config.py +111 -16
- pulumi_vault/rgp_policy.py +4 -0
- pulumi_vault/saml/auth_backend.py +6 -2
- pulumi_vault/saml/auth_backend_role.py +6 -2
- pulumi_vault/secrets/sync_association.py +4 -0
- pulumi_vault/secrets/sync_aws_destination.py +6 -2
- pulumi_vault/secrets/sync_azure_destination.py +6 -2
- pulumi_vault/secrets/sync_config.py +6 -2
- pulumi_vault/secrets/sync_gcp_destination.py +6 -2
- pulumi_vault/secrets/sync_gh_destination.py +6 -2
- pulumi_vault/secrets/sync_vercel_destination.py +6 -2
- pulumi_vault/ssh/_inputs.py +4 -0
- pulumi_vault/ssh/outputs.py +4 -0
- pulumi_vault/ssh/secret_backend_ca.py +6 -2
- pulumi_vault/ssh/secret_backend_role.py +6 -2
- pulumi_vault/terraformcloud/secret_backend.py +6 -2
- pulumi_vault/terraformcloud/secret_creds.py +4 -0
- pulumi_vault/terraformcloud/secret_role.py +6 -2
- pulumi_vault/token.py +6 -2
- pulumi_vault/tokenauth/auth_backend_role.py +6 -2
- pulumi_vault/transform/alphabet.py +4 -0
- pulumi_vault/transform/get_decode.py +4 -0
- pulumi_vault/transform/get_encode.py +4 -0
- pulumi_vault/transform/role.py +4 -0
- pulumi_vault/transform/template.py +4 -0
- pulumi_vault/transit/get_decrypt.py +4 -0
- pulumi_vault/transit/secret_backend_key.py +8 -2
- pulumi_vault/transit/secret_cache_config.py +4 -0
- {pulumi_vault-5.21.0a1709368526.dist-info → pulumi_vault-5.21.0a1710888431.dist-info}/METADATA +1 -1
- pulumi_vault-5.21.0a1710888431.dist-info/RECORD +244 -0
- {pulumi_vault-5.21.0a1709368526.dist-info → pulumi_vault-5.21.0a1710888431.dist-info}/WHEEL +1 -1
- pulumi_vault-5.21.0a1709368526.dist-info/RECORD +0 -244
- {pulumi_vault-5.21.0a1709368526.dist-info → pulumi_vault-5.21.0a1710888431.dist-info}/top_level.txt +0 -0
@@ -214,6 +214,7 @@ class SecretBackendConfigUrls(pulumi.CustomResource):
|
|
214
214
|
|
215
215
|
## Example Usage
|
216
216
|
|
217
|
+
<!--Start PulumiCodeChooser -->
|
217
218
|
```python
|
218
219
|
import pulumi
|
219
220
|
import pulumi_vault as vault
|
@@ -228,13 +229,16 @@ class SecretBackendConfigUrls(pulumi.CustomResource):
|
|
228
229
|
backend=root.path,
|
229
230
|
issuing_certificates=["http://127.0.0.1:8200/v1/pki/ca"])
|
230
231
|
```
|
232
|
+
<!--End PulumiCodeChooser -->
|
231
233
|
|
232
234
|
## Import
|
233
235
|
|
234
|
-
The PKI config URLs can be imported using the resource's `id`.
|
236
|
+
The PKI config URLs can be imported using the resource's `id`.
|
237
|
+
In the case of the example above the `id` would be `pki-root/config/urls`,
|
238
|
+
where the `pki-root` component is the resource's `backend`, e.g.
|
235
239
|
|
236
240
|
```sh
|
237
|
-
|
241
|
+
$ pulumi import vault:pkiSecret/secretBackendConfigUrls:SecretBackendConfigUrls example pki-root/config/urls
|
238
242
|
```
|
239
243
|
|
240
244
|
:param str resource_name: The name of the resource.
|
@@ -259,6 +263,7 @@ class SecretBackendConfigUrls(pulumi.CustomResource):
|
|
259
263
|
|
260
264
|
## Example Usage
|
261
265
|
|
266
|
+
<!--Start PulumiCodeChooser -->
|
262
267
|
```python
|
263
268
|
import pulumi
|
264
269
|
import pulumi_vault as vault
|
@@ -273,13 +278,16 @@ class SecretBackendConfigUrls(pulumi.CustomResource):
|
|
273
278
|
backend=root.path,
|
274
279
|
issuing_certificates=["http://127.0.0.1:8200/v1/pki/ca"])
|
275
280
|
```
|
281
|
+
<!--End PulumiCodeChooser -->
|
276
282
|
|
277
283
|
## Import
|
278
284
|
|
279
|
-
The PKI config URLs can be imported using the resource's `id`.
|
285
|
+
The PKI config URLs can be imported using the resource's `id`.
|
286
|
+
In the case of the example above the `id` would be `pki-root/config/urls`,
|
287
|
+
where the `pki-root` component is the resource's `backend`, e.g.
|
280
288
|
|
281
289
|
```sh
|
282
|
-
|
290
|
+
$ pulumi import vault:pkiSecret/secretBackendConfigUrls:SecretBackendConfigUrls example pki-root/config/urls
|
283
291
|
```
|
284
292
|
|
285
293
|
:param str resource_name: The name of the resource.
|
@@ -490,6 +490,7 @@ class SecretBackendCrlConfig(pulumi.CustomResource):
|
|
490
490
|
|
491
491
|
## Example Usage
|
492
492
|
|
493
|
+
<!--Start PulumiCodeChooser -->
|
493
494
|
```python
|
494
495
|
import pulumi
|
495
496
|
import pulumi_vault as vault
|
@@ -504,6 +505,7 @@ class SecretBackendCrlConfig(pulumi.CustomResource):
|
|
504
505
|
expiry="72h",
|
505
506
|
disable=False)
|
506
507
|
```
|
508
|
+
<!--End PulumiCodeChooser -->
|
507
509
|
|
508
510
|
:param str resource_name: The name of the resource.
|
509
511
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -538,6 +540,7 @@ class SecretBackendCrlConfig(pulumi.CustomResource):
|
|
538
540
|
|
539
541
|
## Example Usage
|
540
542
|
|
543
|
+
<!--Start PulumiCodeChooser -->
|
541
544
|
```python
|
542
545
|
import pulumi
|
543
546
|
import pulumi_vault as vault
|
@@ -552,6 +555,7 @@ class SecretBackendCrlConfig(pulumi.CustomResource):
|
|
552
555
|
expiry="72h",
|
553
556
|
disable=False)
|
554
557
|
```
|
558
|
+
<!--End PulumiCodeChooser -->
|
555
559
|
|
556
560
|
:param str resource_name: The name of the resource.
|
557
561
|
:param SecretBackendCrlConfigArgs args: The arguments to use to populate this resource's properties.
|
@@ -962,6 +962,7 @@ class SecretBackendIntermediateCertRequest(pulumi.CustomResource):
|
|
962
962
|
"""
|
963
963
|
## Example Usage
|
964
964
|
|
965
|
+
<!--Start PulumiCodeChooser -->
|
965
966
|
```python
|
966
967
|
import pulumi
|
967
968
|
import pulumi_vault as vault
|
@@ -972,6 +973,7 @@ class SecretBackendIntermediateCertRequest(pulumi.CustomResource):
|
|
972
973
|
common_name="app.my.domain",
|
973
974
|
opts=pulumi.ResourceOptions(depends_on=[vault_mount["pki"]]))
|
974
975
|
```
|
976
|
+
<!--End PulumiCodeChooser -->
|
975
977
|
|
976
978
|
:param str resource_name: The name of the resource.
|
977
979
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -1020,6 +1022,7 @@ class SecretBackendIntermediateCertRequest(pulumi.CustomResource):
|
|
1020
1022
|
"""
|
1021
1023
|
## Example Usage
|
1022
1024
|
|
1025
|
+
<!--Start PulumiCodeChooser -->
|
1023
1026
|
```python
|
1024
1027
|
import pulumi
|
1025
1028
|
import pulumi_vault as vault
|
@@ -1030,6 +1033,7 @@ class SecretBackendIntermediateCertRequest(pulumi.CustomResource):
|
|
1030
1033
|
common_name="app.my.domain",
|
1031
1034
|
opts=pulumi.ResourceOptions(depends_on=[vault_mount["pki"]]))
|
1032
1035
|
```
|
1036
|
+
<!--End PulumiCodeChooser -->
|
1033
1037
|
|
1034
1038
|
:param str resource_name: The name of the resource.
|
1035
1039
|
:param SecretBackendIntermediateCertRequestArgs args: The arguments to use to populate this resource's properties.
|
@@ -187,6 +187,7 @@ class SecretBackendIntermediateSetSigned(pulumi.CustomResource):
|
|
187
187
|
"""
|
188
188
|
## Example Usage
|
189
189
|
|
190
|
+
<!--Start PulumiCodeChooser -->
|
190
191
|
```python
|
191
192
|
import pulumi
|
192
193
|
import pulumi_vault as vault
|
@@ -237,6 +238,7 @@ class SecretBackendIntermediateSetSigned(pulumi.CustomResource):
|
|
237
238
|
backend=intermediate.path,
|
238
239
|
certificate=example_secret_backend_root_sign_intermediate.certificate)
|
239
240
|
```
|
241
|
+
<!--End PulumiCodeChooser -->
|
240
242
|
|
241
243
|
:param str resource_name: The name of the resource.
|
242
244
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -258,6 +260,7 @@ class SecretBackendIntermediateSetSigned(pulumi.CustomResource):
|
|
258
260
|
"""
|
259
261
|
## Example Usage
|
260
262
|
|
263
|
+
<!--Start PulumiCodeChooser -->
|
261
264
|
```python
|
262
265
|
import pulumi
|
263
266
|
import pulumi_vault as vault
|
@@ -308,6 +311,7 @@ class SecretBackendIntermediateSetSigned(pulumi.CustomResource):
|
|
308
311
|
backend=intermediate.path,
|
309
312
|
certificate=example_secret_backend_root_sign_intermediate.certificate)
|
310
313
|
```
|
314
|
+
<!--End PulumiCodeChooser -->
|
311
315
|
|
312
316
|
:param str resource_name: The name of the resource.
|
313
317
|
:param SecretBackendIntermediateSetSignedArgs args: The arguments to use to populate this resource's properties.
|
@@ -486,6 +486,7 @@ class SecretBackendIssuer(pulumi.CustomResource):
|
|
486
486
|
"""
|
487
487
|
## Example Usage
|
488
488
|
|
489
|
+
<!--Start PulumiCodeChooser -->
|
489
490
|
```python
|
490
491
|
import pulumi
|
491
492
|
import pulumi_vault as vault
|
@@ -505,13 +506,14 @@ class SecretBackendIssuer(pulumi.CustomResource):
|
|
505
506
|
issuer_ref=root.issuer_id,
|
506
507
|
issuer_name="example-issuer")
|
507
508
|
```
|
509
|
+
<!--End PulumiCodeChooser -->
|
508
510
|
|
509
511
|
## Import
|
510
512
|
|
511
513
|
PKI secret backend issuer can be imported using the `id`, e.g.
|
512
514
|
|
513
515
|
```sh
|
514
|
-
|
516
|
+
$ pulumi import vault:pkiSecret/secretBackendIssuer:SecretBackendIssuer example pki/issuer/bf9b0d48-d0dd-652c-30be-77d04fc7e94d
|
515
517
|
```
|
516
518
|
|
517
519
|
:param str resource_name: The name of the resource.
|
@@ -548,6 +550,7 @@ class SecretBackendIssuer(pulumi.CustomResource):
|
|
548
550
|
"""
|
549
551
|
## Example Usage
|
550
552
|
|
553
|
+
<!--Start PulumiCodeChooser -->
|
551
554
|
```python
|
552
555
|
import pulumi
|
553
556
|
import pulumi_vault as vault
|
@@ -567,13 +570,14 @@ class SecretBackendIssuer(pulumi.CustomResource):
|
|
567
570
|
issuer_ref=root.issuer_id,
|
568
571
|
issuer_name="example-issuer")
|
569
572
|
```
|
573
|
+
<!--End PulumiCodeChooser -->
|
570
574
|
|
571
575
|
## Import
|
572
576
|
|
573
577
|
PKI secret backend issuer can be imported using the `id`, e.g.
|
574
578
|
|
575
579
|
```sh
|
576
|
-
|
580
|
+
$ pulumi import vault:pkiSecret/secretBackendIssuer:SecretBackendIssuer example pki/issuer/bf9b0d48-d0dd-652c-30be-77d04fc7e94d
|
577
581
|
```
|
578
582
|
|
579
583
|
:param str resource_name: The name of the resource.
|
@@ -347,7 +347,7 @@ class SecretBackendKey(pulumi.CustomResource):
|
|
347
347
|
PKI secret backend key can be imported using the `id`, e.g.
|
348
348
|
|
349
349
|
```sh
|
350
|
-
|
350
|
+
$ pulumi import vault:pkiSecret/secretBackendKey:SecretBackendKey key pki/key/bf9b0d48-d0dd-652c-30be-77d04fc7e94d
|
351
351
|
```
|
352
352
|
|
353
353
|
:param str resource_name: The name of the resource.
|
@@ -382,7 +382,7 @@ class SecretBackendKey(pulumi.CustomResource):
|
|
382
382
|
PKI secret backend key can be imported using the `id`, e.g.
|
383
383
|
|
384
384
|
```sh
|
385
|
-
|
385
|
+
$ pulumi import vault:pkiSecret/secretBackendKey:SecretBackendKey key pki/key/bf9b0d48-d0dd-652c-30be-77d04fc7e94d
|
386
386
|
```
|
387
387
|
|
388
388
|
:param str resource_name: The name of the resource.
|
@@ -1593,6 +1593,7 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
1593
1593
|
|
1594
1594
|
## Example Usage
|
1595
1595
|
|
1596
|
+
<!--Start PulumiCodeChooser -->
|
1596
1597
|
```python
|
1597
1598
|
import pulumi
|
1598
1599
|
import pulumi_vault as vault
|
@@ -1614,13 +1615,14 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
1614
1615
|
],
|
1615
1616
|
allow_subdomains=True)
|
1616
1617
|
```
|
1618
|
+
<!--End PulumiCodeChooser -->
|
1617
1619
|
|
1618
1620
|
## Import
|
1619
1621
|
|
1620
1622
|
PKI secret backend roles can be imported using the `path`, e.g.
|
1621
1623
|
|
1622
1624
|
```sh
|
1623
|
-
|
1625
|
+
$ pulumi import vault:pkiSecret/secretBackendRole:SecretBackendRole role pki/roles/my_role
|
1624
1626
|
```
|
1625
1627
|
|
1626
1628
|
:param str resource_name: The name of the resource.
|
@@ -1692,6 +1694,7 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
1692
1694
|
|
1693
1695
|
## Example Usage
|
1694
1696
|
|
1697
|
+
<!--Start PulumiCodeChooser -->
|
1695
1698
|
```python
|
1696
1699
|
import pulumi
|
1697
1700
|
import pulumi_vault as vault
|
@@ -1713,13 +1716,14 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
1713
1716
|
],
|
1714
1717
|
allow_subdomains=True)
|
1715
1718
|
```
|
1719
|
+
<!--End PulumiCodeChooser -->
|
1716
1720
|
|
1717
1721
|
## Import
|
1718
1722
|
|
1719
1723
|
PKI secret backend roles can be imported using the `path`, e.g.
|
1720
1724
|
|
1721
1725
|
```sh
|
1722
|
-
|
1726
|
+
$ pulumi import vault:pkiSecret/secretBackendRole:SecretBackendRole role pki/roles/my_role
|
1723
1727
|
```
|
1724
1728
|
|
1725
1729
|
:param str resource_name: The name of the resource.
|
@@ -1095,6 +1095,7 @@ class SecretBackendRootCert(pulumi.CustomResource):
|
|
1095
1095
|
"""
|
1096
1096
|
## Example Usage
|
1097
1097
|
|
1098
|
+
<!--Start PulumiCodeChooser -->
|
1098
1099
|
```python
|
1099
1100
|
import pulumi
|
1100
1101
|
import pulumi_vault as vault
|
@@ -1113,6 +1114,7 @@ class SecretBackendRootCert(pulumi.CustomResource):
|
|
1113
1114
|
organization="My organization",
|
1114
1115
|
opts=pulumi.ResourceOptions(depends_on=[vault_mount["pki"]]))
|
1115
1116
|
```
|
1117
|
+
<!--End PulumiCodeChooser -->
|
1116
1118
|
|
1117
1119
|
:param str resource_name: The name of the resource.
|
1118
1120
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -1163,6 +1165,7 @@ class SecretBackendRootCert(pulumi.CustomResource):
|
|
1163
1165
|
"""
|
1164
1166
|
## Example Usage
|
1165
1167
|
|
1168
|
+
<!--Start PulumiCodeChooser -->
|
1166
1169
|
```python
|
1167
1170
|
import pulumi
|
1168
1171
|
import pulumi_vault as vault
|
@@ -1181,6 +1184,7 @@ class SecretBackendRootCert(pulumi.CustomResource):
|
|
1181
1184
|
organization="My organization",
|
1182
1185
|
opts=pulumi.ResourceOptions(depends_on=[vault_mount["pki"]]))
|
1183
1186
|
```
|
1187
|
+
<!--End PulumiCodeChooser -->
|
1184
1188
|
|
1185
1189
|
:param str resource_name: The name of the resource.
|
1186
1190
|
:param SecretBackendRootCertArgs args: The arguments to use to populate this resource's properties.
|
@@ -922,6 +922,7 @@ class SecretBackendRootSignIntermediate(pulumi.CustomResource):
|
|
922
922
|
|
923
923
|
## Example Usage
|
924
924
|
|
925
|
+
<!--Start PulumiCodeChooser -->
|
925
926
|
```python
|
926
927
|
import pulumi
|
927
928
|
import pulumi_vault as vault
|
@@ -935,6 +936,8 @@ class SecretBackendRootSignIntermediate(pulumi.CustomResource):
|
|
935
936
|
organization="My organization",
|
936
937
|
opts=pulumi.ResourceOptions(depends_on=[vault_pki_secret_backend_intermediate_cert_request["intermediate"]]))
|
937
938
|
```
|
939
|
+
<!--End PulumiCodeChooser -->
|
940
|
+
|
938
941
|
## Deprecations
|
939
942
|
|
940
943
|
* `serial` - Use `serial_number` instead.
|
@@ -982,6 +985,7 @@ class SecretBackendRootSignIntermediate(pulumi.CustomResource):
|
|
982
985
|
|
983
986
|
## Example Usage
|
984
987
|
|
988
|
+
<!--Start PulumiCodeChooser -->
|
985
989
|
```python
|
986
990
|
import pulumi
|
987
991
|
import pulumi_vault as vault
|
@@ -995,6 +999,8 @@ class SecretBackendRootSignIntermediate(pulumi.CustomResource):
|
|
995
999
|
organization="My organization",
|
996
1000
|
opts=pulumi.ResourceOptions(depends_on=[vault_pki_secret_backend_intermediate_cert_request["intermediate"]]))
|
997
1001
|
```
|
1002
|
+
<!--End PulumiCodeChooser -->
|
1003
|
+
|
998
1004
|
## Deprecations
|
999
1005
|
|
1000
1006
|
* `serial` - Use `serial_number` instead.
|
@@ -670,6 +670,7 @@ class SecretBackendSign(pulumi.CustomResource):
|
|
670
670
|
"""
|
671
671
|
## Example Usage
|
672
672
|
|
673
|
+
<!--Start PulumiCodeChooser -->
|
673
674
|
```python
|
674
675
|
import pulumi
|
675
676
|
import pulumi_vault as vault
|
@@ -707,6 +708,8 @@ class SecretBackendSign(pulumi.CustomResource):
|
|
707
708
|
common_name="test.my.domain",
|
708
709
|
opts=pulumi.ResourceOptions(depends_on=[vault_pki_secret_backend_role["admin"]]))
|
709
710
|
```
|
711
|
+
<!--End PulumiCodeChooser -->
|
712
|
+
|
710
713
|
## Deprecations
|
711
714
|
|
712
715
|
* `serial` - Use `serial_number` instead.
|
@@ -744,6 +747,7 @@ class SecretBackendSign(pulumi.CustomResource):
|
|
744
747
|
"""
|
745
748
|
## Example Usage
|
746
749
|
|
750
|
+
<!--Start PulumiCodeChooser -->
|
747
751
|
```python
|
748
752
|
import pulumi
|
749
753
|
import pulumi_vault as vault
|
@@ -781,6 +785,8 @@ class SecretBackendSign(pulumi.CustomResource):
|
|
781
785
|
common_name="test.my.domain",
|
782
786
|
opts=pulumi.ResourceOptions(depends_on=[vault_pki_secret_backend_role["admin"]]))
|
783
787
|
```
|
788
|
+
<!--End PulumiCodeChooser -->
|
789
|
+
|
784
790
|
## Deprecations
|
785
791
|
|
786
792
|
* `serial` - Use `serial_number` instead.
|
pulumi_vault/policy.py
CHANGED
@@ -149,7 +149,7 @@ class Policy(pulumi.CustomResource):
|
|
149
149
|
Policies can be imported using the `name`, e.g.
|
150
150
|
|
151
151
|
```sh
|
152
|
-
|
152
|
+
$ pulumi import vault:index/policy:Policy example dev-team
|
153
153
|
```
|
154
154
|
|
155
155
|
:param str resource_name: The name of the resource.
|
@@ -173,7 +173,7 @@ class Policy(pulumi.CustomResource):
|
|
173
173
|
Policies can be imported using the `name`, e.g.
|
174
174
|
|
175
175
|
```sh
|
176
|
-
|
176
|
+
$ pulumi import vault:index/policy:Policy example dev-team
|
177
177
|
```
|
178
178
|
|
179
179
|
:param str resource_name: The name of the resource.
|
@@ -245,6 +245,7 @@ class QuotaLeaseCount(pulumi.CustomResource):
|
|
245
245
|
|
246
246
|
## Example Usage
|
247
247
|
|
248
|
+
<!--Start PulumiCodeChooser -->
|
248
249
|
```python
|
249
250
|
import pulumi
|
250
251
|
import pulumi_vault as vault
|
@@ -253,13 +254,14 @@ class QuotaLeaseCount(pulumi.CustomResource):
|
|
253
254
|
max_leases=100,
|
254
255
|
path="")
|
255
256
|
```
|
257
|
+
<!--End PulumiCodeChooser -->
|
256
258
|
|
257
259
|
## Import
|
258
260
|
|
259
261
|
Lease count quotas can be imported using their names
|
260
262
|
|
261
263
|
```sh
|
262
|
-
|
264
|
+
$ pulumi import vault:index/quotaLeaseCount:QuotaLeaseCount global global
|
263
265
|
```
|
264
266
|
|
265
267
|
:param str resource_name: The name of the resource.
|
@@ -297,6 +299,7 @@ class QuotaLeaseCount(pulumi.CustomResource):
|
|
297
299
|
|
298
300
|
## Example Usage
|
299
301
|
|
302
|
+
<!--Start PulumiCodeChooser -->
|
300
303
|
```python
|
301
304
|
import pulumi
|
302
305
|
import pulumi_vault as vault
|
@@ -305,13 +308,14 @@ class QuotaLeaseCount(pulumi.CustomResource):
|
|
305
308
|
max_leases=100,
|
306
309
|
path="")
|
307
310
|
```
|
311
|
+
<!--End PulumiCodeChooser -->
|
308
312
|
|
309
313
|
## Import
|
310
314
|
|
311
315
|
Lease count quotas can be imported using their names
|
312
316
|
|
313
317
|
```sh
|
314
|
-
|
318
|
+
$ pulumi import vault:index/quotaLeaseCount:QuotaLeaseCount global global
|
315
319
|
```
|
316
320
|
|
317
321
|
:param str resource_name: The name of the resource.
|
pulumi_vault/quota_rate_limit.py
CHANGED
@@ -313,6 +313,7 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
313
313
|
|
314
314
|
## Example Usage
|
315
315
|
|
316
|
+
<!--Start PulumiCodeChooser -->
|
316
317
|
```python
|
317
318
|
import pulumi
|
318
319
|
import pulumi_vault as vault
|
@@ -321,13 +322,14 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
321
322
|
path="",
|
322
323
|
rate=100)
|
323
324
|
```
|
325
|
+
<!--End PulumiCodeChooser -->
|
324
326
|
|
325
327
|
## Import
|
326
328
|
|
327
329
|
Rate limit quotas can be imported using their names
|
328
330
|
|
329
331
|
```sh
|
330
|
-
|
332
|
+
$ pulumi import vault:index/quotaRateLimit:QuotaRateLimit global global
|
331
333
|
```
|
332
334
|
|
333
335
|
:param str resource_name: The name of the resource.
|
@@ -366,6 +368,7 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
366
368
|
|
367
369
|
## Example Usage
|
368
370
|
|
371
|
+
<!--Start PulumiCodeChooser -->
|
369
372
|
```python
|
370
373
|
import pulumi
|
371
374
|
import pulumi_vault as vault
|
@@ -374,13 +377,14 @@ class QuotaRateLimit(pulumi.CustomResource):
|
|
374
377
|
path="",
|
375
378
|
rate=100)
|
376
379
|
```
|
380
|
+
<!--End PulumiCodeChooser -->
|
377
381
|
|
378
382
|
## Import
|
379
383
|
|
380
384
|
Rate limit quotas can be imported using their names
|
381
385
|
|
382
386
|
```sh
|
383
|
-
|
387
|
+
$ pulumi import vault:index/quotaRateLimit:QuotaRateLimit global global
|
384
388
|
```
|
385
389
|
|
386
390
|
:param str resource_name: The name of the resource.
|
@@ -461,6 +461,7 @@ 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
|
@@ -470,13 +471,14 @@ class SecretBackend(pulumi.CustomResource):
|
|
470
471
|
password="password",
|
471
472
|
username="user")
|
472
473
|
```
|
474
|
+
<!--End PulumiCodeChooser -->
|
473
475
|
|
474
476
|
## Import
|
475
477
|
|
476
478
|
RabbitMQ secret backends can be imported using the `path`, e.g.
|
477
479
|
|
478
480
|
```sh
|
479
|
-
|
481
|
+
$ pulumi import vault:rabbitMq/secretBackend:SecretBackend rabbitmq rabbitmq
|
480
482
|
```
|
481
483
|
|
482
484
|
:param str resource_name: The name of the resource.
|
@@ -511,6 +513,7 @@ 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
|
@@ -520,13 +523,14 @@ class SecretBackend(pulumi.CustomResource):
|
|
520
523
|
password="password",
|
521
524
|
username="user")
|
522
525
|
```
|
526
|
+
<!--End PulumiCodeChooser -->
|
523
527
|
|
524
528
|
## Import
|
525
529
|
|
526
530
|
RabbitMQ secret backends can be imported using the `path`, e.g.
|
527
531
|
|
528
532
|
```sh
|
529
|
-
|
533
|
+
$ pulumi import vault:rabbitMq/secretBackend:SecretBackend rabbitmq rabbitmq
|
530
534
|
```
|
531
535
|
|
532
536
|
:param str resource_name: The name of the resource.
|
@@ -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
|
@@ -281,13 +282,14 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
281
282
|
host="/",
|
282
283
|
)])
|
283
284
|
```
|
285
|
+
<!--End PulumiCodeChooser -->
|
284
286
|
|
285
287
|
## Import
|
286
288
|
|
287
289
|
RabbitMQ secret backend roles can be imported using the `path`, e.g.
|
288
290
|
|
289
291
|
```sh
|
290
|
-
|
292
|
+
$ pulumi import vault:rabbitMq/secretBackendRole:SecretBackendRole role rabbitmq/roles/deploy
|
291
293
|
```
|
292
294
|
|
293
295
|
:param str resource_name: The name of the resource.
|
@@ -313,6 +315,7 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
313
315
|
"""
|
314
316
|
## Example Usage
|
315
317
|
|
318
|
+
<!--Start PulumiCodeChooser -->
|
316
319
|
```python
|
317
320
|
import pulumi
|
318
321
|
import pulumi_vault as vault
|
@@ -339,13 +342,14 @@ class SecretBackendRole(pulumi.CustomResource):
|
|
339
342
|
host="/",
|
340
343
|
)])
|
341
344
|
```
|
345
|
+
<!--End PulumiCodeChooser -->
|
342
346
|
|
343
347
|
## Import
|
344
348
|
|
345
349
|
RabbitMQ secret backend roles can be imported using the `path`, e.g.
|
346
350
|
|
347
351
|
```sh
|
348
|
-
|
352
|
+
$ pulumi import vault:rabbitMq/secretBackendRole:SecretBackendRole role rabbitmq/roles/deploy
|
349
353
|
```
|
350
354
|
|
351
355
|
:param str resource_name: The name of the resource.
|
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,13 +362,14 @@ 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
|
|
367
369
|
Raft Autopilot config can be imported using the ID, e.g.
|
368
370
|
|
369
371
|
```sh
|
370
|
-
|
372
|
+
$ pulumi import vault:index/raftAutopilot:RaftAutopilot autopilot sys/storage/raft/autopilot/configuration
|
371
373
|
```
|
372
374
|
|
373
375
|
:param str resource_name: The name of the resource.
|
@@ -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,13 +421,14 @@ 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
|
|
424
428
|
Raft Autopilot config can be imported using the ID, e.g.
|
425
429
|
|
426
430
|
```sh
|
427
|
-
|
431
|
+
$ pulumi import vault:index/raftAutopilot:RaftAutopilot autopilot sys/storage/raft/autopilot/configuration
|
428
432
|
```
|
429
433
|
|
430
434
|
:param str resource_name: The name of the resource.
|