@pulumi/vault 5.6.0 → 5.7.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/ad/getAccessCredentials.d.ts +15 -0
- package/ad/getAccessCredentials.js +1 -0
- package/ad/getAccessCredentials.js.map +1 -1
- package/ad/index.d.ts +12 -4
- package/ad/index.js +13 -26
- package/ad/index.js.map +1 -1
- package/ad/secretBackend.d.ts +39 -0
- package/ad/secretBackend.js +9 -3
- package/ad/secretBackend.js.map +1 -1
- package/ad/secretLibrary.d.ts +21 -0
- package/ad/secretLibrary.js +2 -0
- package/ad/secretLibrary.js.map +1 -1
- package/ad/secretRole.d.ts +21 -0
- package/ad/secretRole.js +2 -0
- package/ad/secretRole.js.map +1 -1
- package/alicloud/authBackendRole.d.ts +21 -0
- package/alicloud/authBackendRole.js +2 -0
- package/alicloud/authBackendRole.js.map +1 -1
- package/alicloud/index.d.ts +3 -1
- package/alicloud/index.js +4 -19
- package/alicloud/index.js.map +1 -1
- package/approle/authBackendLogin.d.ts +22 -1
- package/approle/authBackendLogin.js +3 -1
- package/approle/authBackendLogin.js.map +1 -1
- package/approle/authBackendRole.d.ts +21 -0
- package/approle/authBackendRole.js +2 -0
- package/approle/authBackendRole.js.map +1 -1
- package/approle/{authBackendRoleSecretID.d.ts → authBackendRoleSecretId.d.ts} +33 -12
- package/approle/{authBackendRoleSecretID.js → authBackendRoleSecretId.js} +16 -12
- package/approle/authBackendRoleSecretId.js.map +1 -0
- package/approle/getAuthBackendRoleId.d.ts +15 -0
- package/approle/getAuthBackendRoleId.js +1 -0
- package/approle/getAuthBackendRoleId.js.map +1 -1
- package/approle/index.d.ts +12 -4
- package/approle/index.js +15 -28
- package/approle/index.js.map +1 -1
- package/audit.d.ts +21 -0
- package/audit.js +2 -0
- package/audit.js.map +1 -1
- package/authBackend.d.ts +47 -10
- package/authBackend.js +4 -0
- package/authBackend.js.map +1 -1
- package/aws/authBackendCert.d.ts +21 -0
- package/aws/authBackendCert.js +2 -0
- package/aws/authBackendCert.js.map +1 -1
- package/aws/authBackendClient.d.ts +21 -0
- package/aws/authBackendClient.js +6 -2
- package/aws/authBackendClient.js.map +1 -1
- package/aws/authBackendIdentityWhitelist.d.ts +21 -0
- package/aws/authBackendIdentityWhitelist.js +2 -0
- package/aws/authBackendIdentityWhitelist.js.map +1 -1
- package/aws/authBackendLogin.d.ts +21 -0
- package/aws/authBackendLogin.js +4 -0
- package/aws/authBackendLogin.js.map +1 -1
- package/aws/authBackendRole.d.ts +21 -0
- package/aws/authBackendRole.js +2 -0
- package/aws/authBackendRole.js.map +1 -1
- package/aws/authBackendRoleTag.d.ts +21 -0
- package/aws/authBackendRoleTag.js +2 -0
- package/aws/authBackendRoleTag.js.map +1 -1
- package/aws/authBackendRoletagBlacklist.d.ts +21 -0
- package/aws/authBackendRoletagBlacklist.js +2 -0
- package/aws/authBackendRoletagBlacklist.js.map +1 -1
- package/aws/authBackendStsRole.d.ts +21 -0
- package/aws/authBackendStsRole.js +2 -0
- package/aws/authBackendStsRole.js.map +1 -1
- package/aws/getAccessCredentials.d.ts +15 -0
- package/aws/getAccessCredentials.js +1 -0
- package/aws/getAccessCredentials.js.map +1 -1
- package/aws/index.d.ts +33 -11
- package/aws/index.js +34 -47
- package/aws/index.js.map +1 -1
- package/aws/secretBackend.d.ts +36 -12
- package/aws/secretBackend.js +8 -14
- package/aws/secretBackend.js.map +1 -1
- package/aws/secretBackendRole.d.ts +21 -0
- package/aws/secretBackendRole.js +2 -0
- package/aws/secretBackendRole.js.map +1 -1
- package/azure/authBackendConfig.d.ts +21 -0
- package/azure/authBackendConfig.js +7 -3
- package/azure/authBackendConfig.js.map +1 -1
- package/azure/authBackendRole.d.ts +21 -0
- package/azure/authBackendRole.js +2 -0
- package/azure/authBackendRole.js.map +1 -1
- package/azure/backend.d.ts +36 -0
- package/azure/backend.js +10 -4
- package/azure/backend.js.map +1 -1
- package/azure/backendRole.d.ts +23 -1
- package/azure/backendRole.js +2 -0
- package/azure/backendRole.js.map +1 -1
- package/azure/getAccessCredentials.d.ts +15 -0
- package/azure/getAccessCredentials.js +1 -0
- package/azure/getAccessCredentials.js.map +1 -1
- package/azure/index.d.ts +15 -5
- package/azure/index.js +16 -29
- package/azure/index.js.map +1 -1
- package/certAuthBackendRole.d.ts +39 -3
- package/certAuthBackendRole.js +4 -0
- package/certAuthBackendRole.js.map +1 -1
- package/config/vars.d.ts +43 -3
- package/config/vars.js +64 -4
- package/config/vars.js.map +1 -1
- package/consul/index.d.ts +6 -2
- package/consul/index.js +7 -22
- package/consul/index.js.map +1 -1
- package/consul/secretBackend.d.ts +87 -15
- package/consul/secretBackend.js +24 -7
- package/consul/secretBackend.js.map +1 -1
- package/consul/secretBackendRole.d.ts +93 -10
- package/consul/secretBackendRole.js +14 -1
- package/consul/secretBackendRole.js.map +1 -1
- package/database/index.d.ts +12 -4
- package/database/index.js +13 -28
- package/database/index.js.map +1 -1
- package/database/secretBackendConnection.d.ts +35 -1
- package/database/secretBackendConnection.js +4 -0
- package/database/secretBackendConnection.js.map +1 -1
- package/database/secretBackendRole.d.ts +21 -0
- package/database/secretBackendRole.js +2 -0
- package/database/secretBackendRole.js.map +1 -1
- package/database/secretBackendStaticRole.d.ts +21 -0
- package/database/secretBackendStaticRole.js +2 -0
- package/database/secretBackendStaticRole.js.map +1 -1
- package/database/secretsMount.d.ts +41 -1
- package/database/secretsMount.js +6 -0
- package/database/secretsMount.js.map +1 -1
- package/egpPolicy.d.ts +21 -0
- package/egpPolicy.js +2 -0
- package/egpPolicy.js.map +1 -1
- package/gcp/authBackend.d.ts +71 -1
- package/gcp/authBackend.js +18 -2
- package/gcp/authBackend.js.map +1 -1
- package/gcp/authBackendRole.d.ts +21 -0
- package/gcp/authBackendRole.js +2 -0
- package/gcp/authBackendRole.js.map +1 -1
- package/gcp/getAuthBackendRole.d.ts +15 -0
- package/gcp/getAuthBackendRole.js +1 -0
- package/gcp/getAuthBackendRole.js.map +1 -1
- package/gcp/index.d.ts +18 -6
- package/gcp/index.js +19 -32
- package/gcp/index.js.map +1 -1
- package/gcp/secretBackend.d.ts +36 -0
- package/gcp/secretBackend.js +7 -1
- package/gcp/secretBackend.js.map +1 -1
- package/gcp/secretRoleset.d.ts +23 -1
- package/gcp/secretRoleset.js +2 -0
- package/gcp/secretRoleset.js.map +1 -1
- package/gcp/secretStaticAccount.d.ts +23 -1
- package/gcp/secretStaticAccount.js +2 -0
- package/gcp/secretStaticAccount.js.map +1 -1
- package/generic/endpoint.d.ts +21 -0
- package/generic/endpoint.js +5 -1
- package/generic/endpoint.js.map +1 -1
- package/generic/getSecret.d.ts +15 -0
- package/generic/getSecret.js +1 -0
- package/generic/getSecret.js.map +1 -1
- package/generic/index.d.ts +9 -3
- package/generic/index.js +10 -23
- package/generic/index.js.map +1 -1
- package/generic/secret.d.ts +21 -0
- package/generic/secret.js +5 -1
- package/generic/secret.js.map +1 -1
- package/getAuthBackend.d.ts +16 -1
- package/getAuthBackend.js +1 -0
- package/getAuthBackend.js.map +1 -1
- package/getNomadAccessToken.d.ts +15 -0
- package/getNomadAccessToken.js +1 -0
- package/getNomadAccessToken.js.map +1 -1
- package/getPolicyDocument.d.ts +5 -1
- package/getPolicyDocument.js +1 -0
- package/getPolicyDocument.js.map +1 -1
- package/github/authBackend.d.ts +38 -1
- package/github/authBackend.js +4 -0
- package/github/authBackend.js.map +1 -1
- package/github/index.d.ts +9 -3
- package/github/index.js +10 -25
- package/github/index.js.map +1 -1
- package/github/team.d.ts +21 -0
- package/github/team.js +2 -0
- package/github/team.js.map +1 -1
- package/github/user.d.ts +21 -0
- package/github/user.js +2 -0
- package/github/user.js.map +1 -1
- package/identity/entity.d.ts +21 -0
- package/identity/entity.js +2 -0
- package/identity/entity.js.map +1 -1
- package/identity/entityAlias.d.ts +21 -0
- package/identity/entityAlias.js +2 -0
- package/identity/entityAlias.js.map +1 -1
- package/identity/entityPolicies.d.ts +21 -0
- package/identity/entityPolicies.js +2 -0
- package/identity/entityPolicies.js.map +1 -1
- package/identity/getEntity.d.ts +16 -1
- package/identity/getEntity.js +1 -0
- package/identity/getEntity.js.map +1 -1
- package/identity/getGroup.d.ts +15 -0
- package/identity/getGroup.js +1 -0
- package/identity/getGroup.js.map +1 -1
- package/identity/getOidcClientCreds.d.ts +15 -0
- package/identity/getOidcClientCreds.js +1 -0
- package/identity/getOidcClientCreds.js.map +1 -1
- package/identity/getOidcOpenidConfig.d.ts +15 -0
- package/identity/getOidcOpenidConfig.js +1 -0
- package/identity/getOidcOpenidConfig.js.map +1 -1
- package/identity/getOidcPublicKeys.d.ts +15 -0
- package/identity/getOidcPublicKeys.js +1 -0
- package/identity/getOidcPublicKeys.js.map +1 -1
- package/identity/group.d.ts +21 -0
- package/identity/group.js +2 -0
- package/identity/group.js.map +1 -1
- package/identity/groupAlias.d.ts +21 -0
- package/identity/groupAlias.js +2 -0
- package/identity/groupAlias.js.map +1 -1
- package/identity/groupMemberEntityIds.d.ts +21 -0
- package/identity/groupMemberEntityIds.js +2 -0
- package/identity/groupMemberEntityIds.js.map +1 -1
- package/identity/groupPolicies.d.ts +21 -0
- package/identity/groupPolicies.js +2 -0
- package/identity/groupPolicies.js.map +1 -1
- package/identity/index.d.ts +75 -20
- package/identity/index.js +86 -66
- package/identity/index.js.map +1 -1
- package/identity/mfaDuo.d.ts +200 -0
- package/identity/mfaDuo.js +110 -0
- package/identity/mfaDuo.js.map +1 -0
- package/identity/mfaLoginEnforcement.d.ts +170 -0
- package/identity/mfaLoginEnforcement.js +96 -0
- package/identity/mfaLoginEnforcement.js.map +1 -0
- package/identity/mfaOkta.d.ts +188 -0
- package/identity/mfaOkta.js +105 -0
- package/identity/mfaOkta.js.map +1 -0
- package/identity/mfaPingid.d.ts +190 -0
- package/identity/mfaPingid.js +102 -0
- package/identity/mfaPingid.js.map +1 -0
- package/identity/mfaTotp.d.ts +218 -0
- package/identity/mfaTotp.js +104 -0
- package/identity/mfaTotp.js.map +1 -0
- package/identity/oidc.d.ts +21 -0
- package/identity/oidc.js +2 -0
- package/identity/oidc.js.map +1 -1
- package/identity/oidcAssignment.d.ts +23 -2
- package/identity/oidcAssignment.js +4 -2
- package/identity/oidcAssignment.js.map +1 -1
- package/identity/oidcClient.d.ts +21 -0
- package/identity/oidcClient.js +4 -0
- package/identity/oidcClient.js.map +1 -1
- package/identity/oidcKey.d.ts +21 -0
- package/identity/oidcKey.js +2 -0
- package/identity/oidcKey.js.map +1 -1
- package/identity/oidcKeyAllowedClientID.d.ts +21 -0
- package/identity/oidcKeyAllowedClientID.js +2 -0
- package/identity/oidcKeyAllowedClientID.js.map +1 -1
- package/identity/oidcProvider.d.ts +21 -0
- package/identity/oidcProvider.js +2 -0
- package/identity/oidcProvider.js.map +1 -1
- package/identity/oidcRole.d.ts +21 -0
- package/identity/oidcRole.js +2 -0
- package/identity/oidcRole.js.map +1 -1
- package/identity/oidcScope.d.ts +22 -3
- package/identity/oidcScope.js +3 -3
- package/identity/oidcScope.js.map +1 -1
- package/index.d.ts +75 -25
- package/index.js +78 -83
- package/index.js.map +1 -1
- package/jwt/authBackend.d.ts +38 -1
- package/jwt/authBackend.js +7 -1
- package/jwt/authBackend.js.map +1 -1
- package/jwt/authBackendRole.d.ts +57 -0
- package/jwt/authBackendRole.js +6 -0
- package/jwt/authBackendRole.js.map +1 -1
- package/jwt/index.d.ts +6 -2
- package/jwt/index.js +7 -22
- package/jwt/index.js.map +1 -1
- package/kmip/index.d.ts +9 -3
- package/kmip/index.js +10 -25
- package/kmip/index.js.map +1 -1
- package/kmip/secretBackend.d.ts +36 -0
- package/kmip/secretBackend.js +4 -0
- package/kmip/secretBackend.js.map +1 -1
- package/kmip/secretRole.d.ts +21 -0
- package/kmip/secretRole.js +2 -0
- package/kmip/secretRole.js.map +1 -1
- package/kmip/secretScope.d.ts +21 -0
- package/kmip/secretScope.js +2 -0
- package/kmip/secretScope.js.map +1 -1
- package/kubernetes/authBackendConfig.d.ts +21 -0
- package/kubernetes/authBackendConfig.js +5 -1
- package/kubernetes/authBackendConfig.js.map +1 -1
- package/kubernetes/authBackendRole.d.ts +21 -0
- package/kubernetes/authBackendRole.js +2 -0
- package/kubernetes/authBackendRole.js.map +1 -1
- package/kubernetes/getAuthBackendConfig.d.ts +15 -0
- package/kubernetes/getAuthBackendConfig.js +1 -0
- package/kubernetes/getAuthBackendConfig.js.map +1 -1
- package/kubernetes/getAuthBackendRole.d.ts +15 -0
- package/kubernetes/getAuthBackendRole.js +1 -0
- package/kubernetes/getAuthBackendRole.js.map +1 -1
- package/kubernetes/getServiceAccountToken.d.ts +156 -0
- package/kubernetes/getServiceAccountToken.js +67 -0
- package/kubernetes/getServiceAccountToken.js.map +1 -0
- package/kubernetes/index.d.ts +21 -4
- package/kubernetes/index.js +26 -24
- package/kubernetes/index.js.map +1 -1
- package/kubernetes/secretBackend.d.ts +303 -0
- package/kubernetes/secretBackend.js +114 -0
- package/kubernetes/secretBackend.js.map +1 -0
- package/kubernetes/secretBackendRole.d.ts +367 -0
- package/kubernetes/secretBackendRole.js +191 -0
- package/kubernetes/secretBackendRole.js.map +1 -0
- package/kv/getSecret.d.ts +104 -0
- package/kv/getSecret.js +53 -0
- package/kv/getSecret.js.map +1 -0
- package/kv/getSecretSubkeysV2.d.ts +132 -0
- package/kv/getSecretSubkeysV2.js +57 -0
- package/kv/getSecretSubkeysV2.js.map +1 -0
- package/kv/getSecretV2.d.ts +139 -0
- package/kv/getSecretV2.js +58 -0
- package/kv/getSecretV2.js.map +1 -0
- package/kv/getSecretsList.d.ts +85 -0
- package/kv/getSecretsList.js +58 -0
- package/kv/getSecretsList.js.map +1 -0
- package/kv/getSecretsListV2.d.ts +114 -0
- package/kv/getSecretsListV2.js +69 -0
- package/kv/getSecretsListV2.js.map +1 -0
- package/kv/index.d.ts +24 -0
- package/kv/index.js +47 -0
- package/kv/index.js.map +1 -0
- package/kv/secret.d.ts +145 -0
- package/kv/secret.js +106 -0
- package/kv/secret.js.map +1 -0
- package/kv/secretBackendV2.d.ts +154 -0
- package/kv/secretBackendV2.js +103 -0
- package/kv/secretBackendV2.js.map +1 -0
- package/kv/secretV2.d.ts +257 -0
- package/kv/secretV2.js +122 -0
- package/kv/secretV2.js.map +1 -0
- package/ldap/authBackend.d.ts +48 -0
- package/ldap/authBackend.js +10 -2
- package/ldap/authBackend.js.map +1 -1
- package/ldap/authBackendGroup.d.ts +21 -0
- package/ldap/authBackendGroup.js +2 -0
- package/ldap/authBackendGroup.js.map +1 -1
- package/ldap/authBackendUser.d.ts +21 -0
- package/ldap/authBackendUser.js +2 -0
- package/ldap/authBackendUser.js.map +1 -1
- package/ldap/index.d.ts +9 -3
- package/ldap/index.js +10 -25
- package/ldap/index.js.map +1 -1
- package/managed/index.d.ts +3 -0
- package/managed/index.js +22 -0
- package/managed/index.js.map +1 -0
- package/managed/keys.d.ts +104 -0
- package/managed/keys.js +64 -0
- package/managed/keys.js.map +1 -0
- package/mfaDuo.d.ts +21 -0
- package/mfaDuo.js +6 -2
- package/mfaDuo.js.map +1 -1
- package/mfaOkta.d.ts +21 -0
- package/mfaOkta.js +5 -1
- package/mfaOkta.js.map +1 -1
- package/mfaPingid.d.ts +21 -0
- package/mfaPingid.js +2 -0
- package/mfaPingid.js.map +1 -1
- package/mfaTotp.d.ts +21 -0
- package/mfaTotp.js +2 -0
- package/mfaTotp.js.map +1 -1
- package/mount.d.ts +33 -0
- package/mount.js +4 -0
- package/mount.js.map +1 -1
- package/namespace.d.ts +32 -18
- package/namespace.js +5 -16
- package/namespace.js.map +1 -1
- package/nomadSecretBackend.d.ts +36 -0
- package/nomadSecretBackend.js +9 -3
- package/nomadSecretBackend.js.map +1 -1
- package/nomadSecretRole.d.ts +21 -0
- package/nomadSecretRole.js +2 -0
- package/nomadSecretRole.js.map +1 -1
- package/okta/authBackend.d.ts +38 -1
- package/okta/authBackend.js +7 -1
- package/okta/authBackend.js.map +1 -1
- package/okta/authBackendGroup.d.ts +21 -0
- package/okta/authBackendGroup.js +2 -0
- package/okta/authBackendGroup.js.map +1 -1
- package/okta/authBackendUser.d.ts +21 -0
- package/okta/authBackendUser.js +2 -0
- package/okta/authBackendUser.js.map +1 -1
- package/okta/index.d.ts +9 -3
- package/okta/index.js +10 -25
- package/okta/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/passwordPolicy.d.ts +21 -0
- package/passwordPolicy.js +2 -0
- package/passwordPolicy.js.map +1 -1
- package/pkisecret/index.d.ts +30 -10
- package/pkisecret/index.js +31 -46
- package/pkisecret/index.js.map +1 -1
- package/pkisecret/secretBackendCert.d.ts +29 -0
- package/pkisecret/secretBackendCert.js +6 -0
- package/pkisecret/secretBackendCert.js.map +1 -1
- package/pkisecret/secretBackendConfigCa.d.ts +21 -0
- package/pkisecret/secretBackendConfigCa.js +5 -1
- package/pkisecret/secretBackendConfigCa.js.map +1 -1
- package/pkisecret/secretBackendConfigUrls.d.ts +21 -0
- package/pkisecret/secretBackendConfigUrls.js +2 -0
- package/pkisecret/secretBackendConfigUrls.js.map +1 -1
- package/pkisecret/secretBackendCrlConfig.d.ts +21 -0
- package/pkisecret/secretBackendCrlConfig.js +2 -0
- package/pkisecret/secretBackendCrlConfig.js.map +1 -1
- package/pkisecret/secretBackendIntermediateCertRequest.d.ts +54 -0
- package/pkisecret/secretBackendIntermediateCertRequest.js +8 -0
- package/pkisecret/secretBackendIntermediateCertRequest.js.map +1 -1
- package/pkisecret/secretBackendIntermediateSetSigned.d.ts +21 -0
- package/pkisecret/secretBackendIntermediateSetSigned.js +2 -0
- package/pkisecret/secretBackendIntermediateSetSigned.js.map +1 -1
- package/pkisecret/secretBackendRole.d.ts +24 -3
- package/pkisecret/secretBackendRole.js +2 -0
- package/pkisecret/secretBackendRole.js.map +1 -1
- package/pkisecret/secretBackendRootCert.d.ts +57 -3
- package/pkisecret/secretBackendRootCert.js +6 -0
- package/pkisecret/secretBackendRootCert.js.map +1 -1
- package/pkisecret/secretBackendRootSignIntermediate.d.ts +21 -0
- package/pkisecret/secretBackendRootSignIntermediate.js +2 -0
- package/pkisecret/secretBackendRootSignIntermediate.js.map +1 -1
- package/pkisecret/secretBackendSign.d.ts +29 -0
- package/pkisecret/secretBackendSign.js +4 -0
- package/pkisecret/secretBackendSign.js.map +1 -1
- package/policy.d.ts +21 -0
- package/policy.js +2 -0
- package/policy.js.map +1 -1
- package/provider.d.ts +43 -3
- package/provider.js +12 -2
- package/provider.js.map +1 -1
- package/quotaLeaseCount.d.ts +21 -0
- package/quotaLeaseCount.js +2 -0
- package/quotaLeaseCount.js.map +1 -1
- package/quotaRateLimit.d.ts +48 -0
- package/quotaRateLimit.js +6 -0
- package/quotaRateLimit.js.map +1 -1
- package/rabbitmq/index.d.ts +6 -2
- package/rabbitmq/index.js +7 -22
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/secretBackend.d.ts +36 -0
- package/rabbitmq/secretBackend.js +8 -2
- package/rabbitmq/secretBackend.js.map +1 -1
- package/rabbitmq/secretBackendRole.d.ts +23 -1
- package/rabbitmq/secretBackendRole.js +2 -0
- package/rabbitmq/secretBackendRole.js.map +1 -1
- package/raftAutopilot.d.ts +21 -0
- package/raftAutopilot.js +2 -0
- package/raftAutopilot.js.map +1 -1
- package/raftSnapshotAgentConfig.d.ts +62 -0
- package/raftSnapshotAgentConfig.js +43 -0
- package/raftSnapshotAgentConfig.js.map +1 -1
- package/rgpPolicy.d.ts +21 -0
- package/rgpPolicy.js +2 -0
- package/rgpPolicy.js.map +1 -1
- package/ssh/index.d.ts +6 -2
- package/ssh/index.js +7 -22
- package/ssh/index.js.map +1 -1
- package/ssh/secretBackendCa.d.ts +29 -0
- package/ssh/secretBackendCa.js +13 -1
- package/ssh/secretBackendCa.js.map +1 -1
- package/ssh/secretBackendRole.d.ts +23 -1
- package/ssh/secretBackendRole.js +2 -0
- package/ssh/secretBackendRole.js.map +1 -1
- package/terraformcloud/index.d.ts +9 -3
- package/terraformcloud/index.js +10 -25
- package/terraformcloud/index.js.map +1 -1
- package/terraformcloud/secretBackend.d.ts +36 -0
- package/terraformcloud/secretBackend.js +7 -1
- package/terraformcloud/secretBackend.js.map +1 -1
- package/terraformcloud/secretCreds.d.ts +21 -0
- package/terraformcloud/secretCreds.js +4 -0
- package/terraformcloud/secretCreds.js.map +1 -1
- package/terraformcloud/secretRole.d.ts +21 -0
- package/terraformcloud/secretRole.js +2 -0
- package/terraformcloud/secretRole.js.map +1 -1
- package/token.d.ts +42 -0
- package/token.js +9 -0
- package/token.js.map +1 -1
- package/tokenauth/authBackendRole.d.ts +21 -0
- package/tokenauth/authBackendRole.js +2 -0
- package/tokenauth/authBackendRole.js.map +1 -1
- package/tokenauth/index.d.ts +3 -1
- package/tokenauth/index.js +4 -19
- package/tokenauth/index.js.map +1 -1
- package/transform/index.d.ts +18 -6
- package/transform/index.js +19 -30
- package/transform/index.js.map +1 -1
- package/transform/transformation.d.ts +0 -25
- package/transform/transformation.js +0 -25
- package/transform/transformation.js.map +1 -1
- package/transit/getDecrypt.d.ts +3 -0
- package/transit/getDecrypt.js +1 -0
- package/transit/getDecrypt.js.map +1 -1
- package/transit/getEncrypt.d.ts +3 -0
- package/transit/getEncrypt.js +1 -0
- package/transit/getEncrypt.js.map +1 -1
- package/transit/index.d.ts +12 -4
- package/transit/index.js +13 -24
- package/transit/index.js.map +1 -1
- package/transit/secretBackendKey.d.ts +21 -0
- package/transit/secretBackendKey.js +2 -0
- package/transit/secretBackendKey.js.map +1 -1
- package/transit/secretCacheConfig.d.ts +21 -0
- package/transit/secretCacheConfig.js +2 -0
- package/transit/secretCacheConfig.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +408 -4
- package/types/output.d.ts +409 -5
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/approle/authBackendRoleSecretID.js.map +0 -1
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.SecretBackendV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Configures KV-V2 backend level settings that are applied to
|
|
10
|
+
* every key in the key-value store.
|
|
11
|
+
*
|
|
12
|
+
* For more information on Vault's KV-V2 secret backend
|
|
13
|
+
* [see here](https://www.vaultproject.io/docs/secrets/kv/kv-v2).
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as vault from "@pulumi/vault";
|
|
20
|
+
*
|
|
21
|
+
* const kvv2 = new vault.Mount("kvv2", {
|
|
22
|
+
* path: "kvv2",
|
|
23
|
+
* type: "kv",
|
|
24
|
+
* options: {
|
|
25
|
+
* version: "2",
|
|
26
|
+
* },
|
|
27
|
+
* description: "KV Version 2 secret engine mount",
|
|
28
|
+
* });
|
|
29
|
+
* const config = new vault.kv.SecretBackendV2("config", {
|
|
30
|
+
* mount: kvv2.path,
|
|
31
|
+
* maxVersions: 5,
|
|
32
|
+
* deleteVersionAfter: 12600,
|
|
33
|
+
* casRequired: true,
|
|
34
|
+
* });
|
|
35
|
+
* ```
|
|
36
|
+
* ## Required Vault Capabilities
|
|
37
|
+
*
|
|
38
|
+
* Use of this resource requires the `create` or `update` capability
|
|
39
|
+
* (depending on whether the resource already exists) on the given path,
|
|
40
|
+
* the `delete` capability if the resource is removed from configuration,
|
|
41
|
+
* and the `read` capability for drift detection (by default).
|
|
42
|
+
*
|
|
43
|
+
* ## Import
|
|
44
|
+
*
|
|
45
|
+
* The KV-V2 secret backend can be imported using the `path`, e.g.
|
|
46
|
+
*
|
|
47
|
+
* ```sh
|
|
48
|
+
* $ pulumi import vault:kv/secretBackendV2:SecretBackendV2 config kvv2/config
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
class SecretBackendV2 extends pulumi.CustomResource {
|
|
52
|
+
constructor(name, argsOrState, opts) {
|
|
53
|
+
let resourceInputs = {};
|
|
54
|
+
opts = opts || {};
|
|
55
|
+
if (opts.id) {
|
|
56
|
+
const state = argsOrState;
|
|
57
|
+
resourceInputs["casRequired"] = state ? state.casRequired : undefined;
|
|
58
|
+
resourceInputs["deleteVersionAfter"] = state ? state.deleteVersionAfter : undefined;
|
|
59
|
+
resourceInputs["maxVersions"] = state ? state.maxVersions : undefined;
|
|
60
|
+
resourceInputs["mount"] = state ? state.mount : undefined;
|
|
61
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
const args = argsOrState;
|
|
65
|
+
if ((!args || args.mount === undefined) && !opts.urn) {
|
|
66
|
+
throw new Error("Missing required property 'mount'");
|
|
67
|
+
}
|
|
68
|
+
resourceInputs["casRequired"] = args ? args.casRequired : undefined;
|
|
69
|
+
resourceInputs["deleteVersionAfter"] = args ? args.deleteVersionAfter : undefined;
|
|
70
|
+
resourceInputs["maxVersions"] = args ? args.maxVersions : undefined;
|
|
71
|
+
resourceInputs["mount"] = args ? args.mount : undefined;
|
|
72
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
73
|
+
}
|
|
74
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
75
|
+
super(SecretBackendV2.__pulumiType, name, resourceInputs, opts);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Get an existing SecretBackendV2 resource's state with the given name, ID, and optional extra
|
|
79
|
+
* properties used to qualify the lookup.
|
|
80
|
+
*
|
|
81
|
+
* @param name The _unique_ name of the resulting resource.
|
|
82
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
83
|
+
* @param state Any extra arguments used during the lookup.
|
|
84
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
85
|
+
*/
|
|
86
|
+
static get(name, id, state, opts) {
|
|
87
|
+
return new SecretBackendV2(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Returns true if the given object is an instance of SecretBackendV2. This is designed to work even
|
|
91
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
92
|
+
*/
|
|
93
|
+
static isInstance(obj) {
|
|
94
|
+
if (obj === undefined || obj === null) {
|
|
95
|
+
return false;
|
|
96
|
+
}
|
|
97
|
+
return obj['__pulumiType'] === SecretBackendV2.__pulumiType;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
exports.SecretBackendV2 = SecretBackendV2;
|
|
101
|
+
/** @internal */
|
|
102
|
+
SecretBackendV2.__pulumiType = 'vault:kv/secretBackendV2:SecretBackendV2';
|
|
103
|
+
//# sourceMappingURL=secretBackendV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secretBackendV2.js","sourceRoot":"","sources":["../../kv/secretBackendV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IA8DtD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;IApFD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;;AA1BL,0CAsFC;AAxEG,gBAAgB;AACO,4BAAY,GAAG,0CAA0C,CAAC"}
|
package/kv/secretV2.d.ts
ADDED
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Writes a KV-V2 secret to a given path in Vault.
|
|
4
|
+
*
|
|
5
|
+
* For more information on Vault's KV-V2 secret backend
|
|
6
|
+
* [see here](https://www.vaultproject.io/docs/secrets/kv/kv-v2).
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as vault from "@pulumi/vault";
|
|
13
|
+
*
|
|
14
|
+
* const kvv2 = new vault.Mount("kvv2", {
|
|
15
|
+
* path: "kvv2",
|
|
16
|
+
* type: "kv",
|
|
17
|
+
* options: {
|
|
18
|
+
* version: "2",
|
|
19
|
+
* },
|
|
20
|
+
* description: "KV Version 2 secret engine mount",
|
|
21
|
+
* });
|
|
22
|
+
* const secret = new vault.kv.SecretV2("secret", {
|
|
23
|
+
* mount: kvv2.path,
|
|
24
|
+
* cas: 1,
|
|
25
|
+
* deleteAllVersions: true,
|
|
26
|
+
* dataJson: JSON.stringify({
|
|
27
|
+
* zip: "zap",
|
|
28
|
+
* foo: "bar",
|
|
29
|
+
* }),
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
* ## Required Vault Capabilities
|
|
33
|
+
*
|
|
34
|
+
* Use of this resource requires the `create` or `update` capability
|
|
35
|
+
* (depending on whether the resource already exists) on the given path,
|
|
36
|
+
* the `delete` capability if the resource is removed from configuration,
|
|
37
|
+
* and the `read` capability for drift detection (by default).
|
|
38
|
+
*
|
|
39
|
+
* ## Import
|
|
40
|
+
*
|
|
41
|
+
* KV-V2 secrets can be imported using the `path`, e.g.
|
|
42
|
+
*
|
|
43
|
+
* ```sh
|
|
44
|
+
* $ pulumi import vault:kv/secretV2:SecretV2 secret kvv2/data/secret
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
export declare class SecretV2 extends pulumi.CustomResource {
|
|
48
|
+
/**
|
|
49
|
+
* Get an existing SecretV2 resource's state with the given name, ID, and optional extra
|
|
50
|
+
* properties used to qualify the lookup.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resulting resource.
|
|
53
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
+
* @param state Any extra arguments used during the lookup.
|
|
55
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
56
|
+
*/
|
|
57
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SecretV2State, opts?: pulumi.CustomResourceOptions): SecretV2;
|
|
58
|
+
/**
|
|
59
|
+
* Returns true if the given object is an instance of SecretV2. This is designed to work even
|
|
60
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
61
|
+
*/
|
|
62
|
+
static isInstance(obj: any): obj is SecretV2;
|
|
63
|
+
/**
|
|
64
|
+
* This flag is required if `casRequired` is set to true
|
|
65
|
+
* on either the secret or the engine's config. In order for a
|
|
66
|
+
* write operation to be successful, cas must be set to the current version
|
|
67
|
+
* of the secret.
|
|
68
|
+
*/
|
|
69
|
+
readonly cas: pulumi.Output<number | undefined>;
|
|
70
|
+
/**
|
|
71
|
+
* A mapping whose keys are the top-level data keys returned from
|
|
72
|
+
* Vault and whose values are the corresponding values. This map can only
|
|
73
|
+
* represent string data, so any non-string values returned from Vault are
|
|
74
|
+
* serialized as JSON.
|
|
75
|
+
*/
|
|
76
|
+
readonly data: pulumi.Output<{
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
}>;
|
|
79
|
+
/**
|
|
80
|
+
* JSON-encoded string that will be
|
|
81
|
+
* written as the secret data at the given path.
|
|
82
|
+
*/
|
|
83
|
+
readonly dataJson: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* If set to true, permanently deletes all
|
|
86
|
+
* versions for the specified key.
|
|
87
|
+
*/
|
|
88
|
+
readonly deleteAllVersions: pulumi.Output<boolean | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* If set to true, disables reading secret from Vault;
|
|
91
|
+
* note: drift won't be detected.
|
|
92
|
+
*/
|
|
93
|
+
readonly disableRead: pulumi.Output<boolean | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* Metadata associated with this secret read from Vault.
|
|
96
|
+
*/
|
|
97
|
+
readonly metadata: pulumi.Output<{
|
|
98
|
+
[key: string]: any;
|
|
99
|
+
}>;
|
|
100
|
+
/**
|
|
101
|
+
* Path where KV-V2 engine is mounted.
|
|
102
|
+
*/
|
|
103
|
+
readonly mount: pulumi.Output<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Full name of the secret. For a nested secret
|
|
106
|
+
* the name is the nested path excluding the mount and data
|
|
107
|
+
* prefix. For example, for a secret at `kvv2/data/foo/bar/baz`
|
|
108
|
+
* the name is `foo/bar/baz`.
|
|
109
|
+
*/
|
|
110
|
+
readonly name: pulumi.Output<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The namespace to provision the resource in.
|
|
113
|
+
* The value should not contain leading or trailing forward slashes.
|
|
114
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
115
|
+
* *Available only for Vault Enterprise*.
|
|
116
|
+
*/
|
|
117
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
118
|
+
/**
|
|
119
|
+
* An object that holds option settings.
|
|
120
|
+
*/
|
|
121
|
+
readonly options: pulumi.Output<{
|
|
122
|
+
[key: string]: any;
|
|
123
|
+
} | undefined>;
|
|
124
|
+
/**
|
|
125
|
+
* Full path where the KV-V2 secret will be written.
|
|
126
|
+
*/
|
|
127
|
+
readonly path: pulumi.Output<string>;
|
|
128
|
+
/**
|
|
129
|
+
* Create a SecretV2 resource with the given unique name, arguments, and options.
|
|
130
|
+
*
|
|
131
|
+
* @param name The _unique_ name of the resource.
|
|
132
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
133
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
134
|
+
*/
|
|
135
|
+
constructor(name: string, args: SecretV2Args, opts?: pulumi.CustomResourceOptions);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Input properties used for looking up and filtering SecretV2 resources.
|
|
139
|
+
*/
|
|
140
|
+
export interface SecretV2State {
|
|
141
|
+
/**
|
|
142
|
+
* This flag is required if `casRequired` is set to true
|
|
143
|
+
* on either the secret or the engine's config. In order for a
|
|
144
|
+
* write operation to be successful, cas must be set to the current version
|
|
145
|
+
* of the secret.
|
|
146
|
+
*/
|
|
147
|
+
cas?: pulumi.Input<number>;
|
|
148
|
+
/**
|
|
149
|
+
* A mapping whose keys are the top-level data keys returned from
|
|
150
|
+
* Vault and whose values are the corresponding values. This map can only
|
|
151
|
+
* represent string data, so any non-string values returned from Vault are
|
|
152
|
+
* serialized as JSON.
|
|
153
|
+
*/
|
|
154
|
+
data?: pulumi.Input<{
|
|
155
|
+
[key: string]: any;
|
|
156
|
+
}>;
|
|
157
|
+
/**
|
|
158
|
+
* JSON-encoded string that will be
|
|
159
|
+
* written as the secret data at the given path.
|
|
160
|
+
*/
|
|
161
|
+
dataJson?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* If set to true, permanently deletes all
|
|
164
|
+
* versions for the specified key.
|
|
165
|
+
*/
|
|
166
|
+
deleteAllVersions?: pulumi.Input<boolean>;
|
|
167
|
+
/**
|
|
168
|
+
* If set to true, disables reading secret from Vault;
|
|
169
|
+
* note: drift won't be detected.
|
|
170
|
+
*/
|
|
171
|
+
disableRead?: pulumi.Input<boolean>;
|
|
172
|
+
/**
|
|
173
|
+
* Metadata associated with this secret read from Vault.
|
|
174
|
+
*/
|
|
175
|
+
metadata?: pulumi.Input<{
|
|
176
|
+
[key: string]: any;
|
|
177
|
+
}>;
|
|
178
|
+
/**
|
|
179
|
+
* Path where KV-V2 engine is mounted.
|
|
180
|
+
*/
|
|
181
|
+
mount?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Full name of the secret. For a nested secret
|
|
184
|
+
* the name is the nested path excluding the mount and data
|
|
185
|
+
* prefix. For example, for a secret at `kvv2/data/foo/bar/baz`
|
|
186
|
+
* the name is `foo/bar/baz`.
|
|
187
|
+
*/
|
|
188
|
+
name?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* The namespace to provision the resource in.
|
|
191
|
+
* The value should not contain leading or trailing forward slashes.
|
|
192
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
193
|
+
* *Available only for Vault Enterprise*.
|
|
194
|
+
*/
|
|
195
|
+
namespace?: pulumi.Input<string>;
|
|
196
|
+
/**
|
|
197
|
+
* An object that holds option settings.
|
|
198
|
+
*/
|
|
199
|
+
options?: pulumi.Input<{
|
|
200
|
+
[key: string]: any;
|
|
201
|
+
}>;
|
|
202
|
+
/**
|
|
203
|
+
* Full path where the KV-V2 secret will be written.
|
|
204
|
+
*/
|
|
205
|
+
path?: pulumi.Input<string>;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* The set of arguments for constructing a SecretV2 resource.
|
|
209
|
+
*/
|
|
210
|
+
export interface SecretV2Args {
|
|
211
|
+
/**
|
|
212
|
+
* This flag is required if `casRequired` is set to true
|
|
213
|
+
* on either the secret or the engine's config. In order for a
|
|
214
|
+
* write operation to be successful, cas must be set to the current version
|
|
215
|
+
* of the secret.
|
|
216
|
+
*/
|
|
217
|
+
cas?: pulumi.Input<number>;
|
|
218
|
+
/**
|
|
219
|
+
* JSON-encoded string that will be
|
|
220
|
+
* written as the secret data at the given path.
|
|
221
|
+
*/
|
|
222
|
+
dataJson: pulumi.Input<string>;
|
|
223
|
+
/**
|
|
224
|
+
* If set to true, permanently deletes all
|
|
225
|
+
* versions for the specified key.
|
|
226
|
+
*/
|
|
227
|
+
deleteAllVersions?: pulumi.Input<boolean>;
|
|
228
|
+
/**
|
|
229
|
+
* If set to true, disables reading secret from Vault;
|
|
230
|
+
* note: drift won't be detected.
|
|
231
|
+
*/
|
|
232
|
+
disableRead?: pulumi.Input<boolean>;
|
|
233
|
+
/**
|
|
234
|
+
* Path where KV-V2 engine is mounted.
|
|
235
|
+
*/
|
|
236
|
+
mount: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* Full name of the secret. For a nested secret
|
|
239
|
+
* the name is the nested path excluding the mount and data
|
|
240
|
+
* prefix. For example, for a secret at `kvv2/data/foo/bar/baz`
|
|
241
|
+
* the name is `foo/bar/baz`.
|
|
242
|
+
*/
|
|
243
|
+
name?: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* The namespace to provision the resource in.
|
|
246
|
+
* The value should not contain leading or trailing forward slashes.
|
|
247
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
248
|
+
* *Available only for Vault Enterprise*.
|
|
249
|
+
*/
|
|
250
|
+
namespace?: pulumi.Input<string>;
|
|
251
|
+
/**
|
|
252
|
+
* An object that holds option settings.
|
|
253
|
+
*/
|
|
254
|
+
options?: pulumi.Input<{
|
|
255
|
+
[key: string]: any;
|
|
256
|
+
}>;
|
|
257
|
+
}
|
package/kv/secretV2.js
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.SecretV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Writes a KV-V2 secret to a given path in Vault.
|
|
10
|
+
*
|
|
11
|
+
* For more information on Vault's KV-V2 secret backend
|
|
12
|
+
* [see here](https://www.vaultproject.io/docs/secrets/kv/kv-v2).
|
|
13
|
+
*
|
|
14
|
+
* ## Example Usage
|
|
15
|
+
*
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as vault from "@pulumi/vault";
|
|
19
|
+
*
|
|
20
|
+
* const kvv2 = new vault.Mount("kvv2", {
|
|
21
|
+
* path: "kvv2",
|
|
22
|
+
* type: "kv",
|
|
23
|
+
* options: {
|
|
24
|
+
* version: "2",
|
|
25
|
+
* },
|
|
26
|
+
* description: "KV Version 2 secret engine mount",
|
|
27
|
+
* });
|
|
28
|
+
* const secret = new vault.kv.SecretV2("secret", {
|
|
29
|
+
* mount: kvv2.path,
|
|
30
|
+
* cas: 1,
|
|
31
|
+
* deleteAllVersions: true,
|
|
32
|
+
* dataJson: JSON.stringify({
|
|
33
|
+
* zip: "zap",
|
|
34
|
+
* foo: "bar",
|
|
35
|
+
* }),
|
|
36
|
+
* });
|
|
37
|
+
* ```
|
|
38
|
+
* ## Required Vault Capabilities
|
|
39
|
+
*
|
|
40
|
+
* Use of this resource requires the `create` or `update` capability
|
|
41
|
+
* (depending on whether the resource already exists) on the given path,
|
|
42
|
+
* the `delete` capability if the resource is removed from configuration,
|
|
43
|
+
* and the `read` capability for drift detection (by default).
|
|
44
|
+
*
|
|
45
|
+
* ## Import
|
|
46
|
+
*
|
|
47
|
+
* KV-V2 secrets can be imported using the `path`, e.g.
|
|
48
|
+
*
|
|
49
|
+
* ```sh
|
|
50
|
+
* $ pulumi import vault:kv/secretV2:SecretV2 secret kvv2/data/secret
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
class SecretV2 extends pulumi.CustomResource {
|
|
54
|
+
constructor(name, argsOrState, opts) {
|
|
55
|
+
let resourceInputs = {};
|
|
56
|
+
opts = opts || {};
|
|
57
|
+
if (opts.id) {
|
|
58
|
+
const state = argsOrState;
|
|
59
|
+
resourceInputs["cas"] = state ? state.cas : undefined;
|
|
60
|
+
resourceInputs["data"] = state ? state.data : undefined;
|
|
61
|
+
resourceInputs["dataJson"] = state ? state.dataJson : undefined;
|
|
62
|
+
resourceInputs["deleteAllVersions"] = state ? state.deleteAllVersions : undefined;
|
|
63
|
+
resourceInputs["disableRead"] = state ? state.disableRead : undefined;
|
|
64
|
+
resourceInputs["metadata"] = state ? state.metadata : undefined;
|
|
65
|
+
resourceInputs["mount"] = state ? state.mount : undefined;
|
|
66
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
67
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
68
|
+
resourceInputs["options"] = state ? state.options : undefined;
|
|
69
|
+
resourceInputs["path"] = state ? state.path : undefined;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
const args = argsOrState;
|
|
73
|
+
if ((!args || args.dataJson === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'dataJson'");
|
|
75
|
+
}
|
|
76
|
+
if ((!args || args.mount === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'mount'");
|
|
78
|
+
}
|
|
79
|
+
resourceInputs["cas"] = args ? args.cas : undefined;
|
|
80
|
+
resourceInputs["dataJson"] = (args === null || args === void 0 ? void 0 : args.dataJson) ? pulumi.secret(args.dataJson) : undefined;
|
|
81
|
+
resourceInputs["deleteAllVersions"] = args ? args.deleteAllVersions : undefined;
|
|
82
|
+
resourceInputs["disableRead"] = args ? args.disableRead : undefined;
|
|
83
|
+
resourceInputs["mount"] = args ? args.mount : undefined;
|
|
84
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
85
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
86
|
+
resourceInputs["options"] = args ? args.options : undefined;
|
|
87
|
+
resourceInputs["data"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["path"] = undefined /*out*/;
|
|
90
|
+
}
|
|
91
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
92
|
+
const secretOpts = { additionalSecretOutputs: ["data", "dataJson"] };
|
|
93
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
94
|
+
super(SecretV2.__pulumiType, name, resourceInputs, opts);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Get an existing SecretV2 resource's state with the given name, ID, and optional extra
|
|
98
|
+
* properties used to qualify the lookup.
|
|
99
|
+
*
|
|
100
|
+
* @param name The _unique_ name of the resulting resource.
|
|
101
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
102
|
+
* @param state Any extra arguments used during the lookup.
|
|
103
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
104
|
+
*/
|
|
105
|
+
static get(name, id, state, opts) {
|
|
106
|
+
return new SecretV2(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Returns true if the given object is an instance of SecretV2. This is designed to work even
|
|
110
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
111
|
+
*/
|
|
112
|
+
static isInstance(obj) {
|
|
113
|
+
if (obj === undefined || obj === null) {
|
|
114
|
+
return false;
|
|
115
|
+
}
|
|
116
|
+
return obj['__pulumiType'] === SecretV2.__pulumiType;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
exports.SecretV2 = SecretV2;
|
|
120
|
+
/** @internal */
|
|
121
|
+
SecretV2.__pulumiType = 'vault:kv/secretV2:SecretV2';
|
|
122
|
+
//# sourceMappingURL=secretV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secretV2.js","sourceRoot":"","sources":["../../kv/secretV2.ts"],"names":[],"mappings":"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"}
|
package/ldap/authBackend.d.ts
CHANGED
|
@@ -71,6 +71,11 @@ export declare class AuthBackend extends pulumi.CustomResource {
|
|
|
71
71
|
* Description for the LDAP auth backend mount
|
|
72
72
|
*/
|
|
73
73
|
readonly description: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* If set, opts out of mount migration on path updates.
|
|
76
|
+
* See here for more info on [Mount Migration](https://www.vaultproject.io/docs/concepts/mount-migration)
|
|
77
|
+
*/
|
|
78
|
+
readonly disableRemount: pulumi.Output<boolean | undefined>;
|
|
74
79
|
readonly discoverdn: pulumi.Output<boolean>;
|
|
75
80
|
/**
|
|
76
81
|
* LDAP attribute to follow on objects returned by groupfilter
|
|
@@ -92,6 +97,13 @@ export declare class AuthBackend extends pulumi.CustomResource {
|
|
|
92
97
|
* Specifies if the auth method is local only.
|
|
93
98
|
*/
|
|
94
99
|
readonly local: pulumi.Output<boolean | undefined>;
|
|
100
|
+
/**
|
|
101
|
+
* The namespace to provision the resource in.
|
|
102
|
+
* The value should not contain leading or trailing forward slashes.
|
|
103
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
104
|
+
* *Available only for Vault Enterprise*.
|
|
105
|
+
*/
|
|
106
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
95
107
|
/**
|
|
96
108
|
* Path to mount the LDAP auth backend under
|
|
97
109
|
*/
|
|
@@ -185,6 +197,10 @@ export declare class AuthBackend extends pulumi.CustomResource {
|
|
|
185
197
|
* LDAP user search filter
|
|
186
198
|
*/
|
|
187
199
|
readonly userfilter: pulumi.Output<string>;
|
|
200
|
+
/**
|
|
201
|
+
* Force the auth method to use the username passed by the user as the alias name.
|
|
202
|
+
*/
|
|
203
|
+
readonly usernameAsAlias: pulumi.Output<boolean>;
|
|
188
204
|
/**
|
|
189
205
|
* Create a AuthBackend resource with the given unique name, arguments, and options.
|
|
190
206
|
*
|
|
@@ -225,6 +241,11 @@ export interface AuthBackendState {
|
|
|
225
241
|
* Description for the LDAP auth backend mount
|
|
226
242
|
*/
|
|
227
243
|
description?: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* If set, opts out of mount migration on path updates.
|
|
246
|
+
* See here for more info on [Mount Migration](https://www.vaultproject.io/docs/concepts/mount-migration)
|
|
247
|
+
*/
|
|
248
|
+
disableRemount?: pulumi.Input<boolean>;
|
|
228
249
|
discoverdn?: pulumi.Input<boolean>;
|
|
229
250
|
/**
|
|
230
251
|
* LDAP attribute to follow on objects returned by groupfilter
|
|
@@ -246,6 +267,13 @@ export interface AuthBackendState {
|
|
|
246
267
|
* Specifies if the auth method is local only.
|
|
247
268
|
*/
|
|
248
269
|
local?: pulumi.Input<boolean>;
|
|
270
|
+
/**
|
|
271
|
+
* The namespace to provision the resource in.
|
|
272
|
+
* The value should not contain leading or trailing forward slashes.
|
|
273
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
274
|
+
* *Available only for Vault Enterprise*.
|
|
275
|
+
*/
|
|
276
|
+
namespace?: pulumi.Input<string>;
|
|
249
277
|
/**
|
|
250
278
|
* Path to mount the LDAP auth backend under
|
|
251
279
|
*/
|
|
@@ -339,6 +367,10 @@ export interface AuthBackendState {
|
|
|
339
367
|
* LDAP user search filter
|
|
340
368
|
*/
|
|
341
369
|
userfilter?: pulumi.Input<string>;
|
|
370
|
+
/**
|
|
371
|
+
* Force the auth method to use the username passed by the user as the alias name.
|
|
372
|
+
*/
|
|
373
|
+
usernameAsAlias?: pulumi.Input<boolean>;
|
|
342
374
|
}
|
|
343
375
|
/**
|
|
344
376
|
* The set of arguments for constructing a AuthBackend resource.
|
|
@@ -367,6 +399,11 @@ export interface AuthBackendArgs {
|
|
|
367
399
|
* Description for the LDAP auth backend mount
|
|
368
400
|
*/
|
|
369
401
|
description?: pulumi.Input<string>;
|
|
402
|
+
/**
|
|
403
|
+
* If set, opts out of mount migration on path updates.
|
|
404
|
+
* See here for more info on [Mount Migration](https://www.vaultproject.io/docs/concepts/mount-migration)
|
|
405
|
+
*/
|
|
406
|
+
disableRemount?: pulumi.Input<boolean>;
|
|
370
407
|
discoverdn?: pulumi.Input<boolean>;
|
|
371
408
|
/**
|
|
372
409
|
* LDAP attribute to follow on objects returned by groupfilter
|
|
@@ -388,6 +425,13 @@ export interface AuthBackendArgs {
|
|
|
388
425
|
* Specifies if the auth method is local only.
|
|
389
426
|
*/
|
|
390
427
|
local?: pulumi.Input<boolean>;
|
|
428
|
+
/**
|
|
429
|
+
* The namespace to provision the resource in.
|
|
430
|
+
* The value should not contain leading or trailing forward slashes.
|
|
431
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
432
|
+
* *Available only for Vault Enterprise*.
|
|
433
|
+
*/
|
|
434
|
+
namespace?: pulumi.Input<string>;
|
|
391
435
|
/**
|
|
392
436
|
* Path to mount the LDAP auth backend under
|
|
393
437
|
*/
|
|
@@ -481,4 +525,8 @@ export interface AuthBackendArgs {
|
|
|
481
525
|
* LDAP user search filter
|
|
482
526
|
*/
|
|
483
527
|
userfilter?: pulumi.Input<string>;
|
|
528
|
+
/**
|
|
529
|
+
* Force the auth method to use the username passed by the user as the alias name.
|
|
530
|
+
*/
|
|
531
|
+
usernameAsAlias?: pulumi.Input<boolean>;
|
|
484
532
|
}
|
package/ldap/authBackend.js
CHANGED
|
@@ -49,12 +49,14 @@ class AuthBackend extends pulumi.CustomResource {
|
|
|
49
49
|
resourceInputs["clientTlsKey"] = state ? state.clientTlsKey : undefined;
|
|
50
50
|
resourceInputs["denyNullBind"] = state ? state.denyNullBind : undefined;
|
|
51
51
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
52
|
+
resourceInputs["disableRemount"] = state ? state.disableRemount : undefined;
|
|
52
53
|
resourceInputs["discoverdn"] = state ? state.discoverdn : undefined;
|
|
53
54
|
resourceInputs["groupattr"] = state ? state.groupattr : undefined;
|
|
54
55
|
resourceInputs["groupdn"] = state ? state.groupdn : undefined;
|
|
55
56
|
resourceInputs["groupfilter"] = state ? state.groupfilter : undefined;
|
|
56
57
|
resourceInputs["insecureTls"] = state ? state.insecureTls : undefined;
|
|
57
58
|
resourceInputs["local"] = state ? state.local : undefined;
|
|
59
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
58
60
|
resourceInputs["path"] = state ? state.path : undefined;
|
|
59
61
|
resourceInputs["starttls"] = state ? state.starttls : undefined;
|
|
60
62
|
resourceInputs["tlsMaxVersion"] = state ? state.tlsMaxVersion : undefined;
|
|
@@ -74,6 +76,7 @@ class AuthBackend extends pulumi.CustomResource {
|
|
|
74
76
|
resourceInputs["userattr"] = state ? state.userattr : undefined;
|
|
75
77
|
resourceInputs["userdn"] = state ? state.userdn : undefined;
|
|
76
78
|
resourceInputs["userfilter"] = state ? state.userfilter : undefined;
|
|
79
|
+
resourceInputs["usernameAsAlias"] = state ? state.usernameAsAlias : undefined;
|
|
77
80
|
}
|
|
78
81
|
else {
|
|
79
82
|
const args = argsOrState;
|
|
@@ -81,19 +84,21 @@ class AuthBackend extends pulumi.CustomResource {
|
|
|
81
84
|
throw new Error("Missing required property 'url'");
|
|
82
85
|
}
|
|
83
86
|
resourceInputs["binddn"] = args ? args.binddn : undefined;
|
|
84
|
-
resourceInputs["bindpass"] = args ? args.bindpass : undefined;
|
|
87
|
+
resourceInputs["bindpass"] = (args === null || args === void 0 ? void 0 : args.bindpass) ? pulumi.secret(args.bindpass) : undefined;
|
|
85
88
|
resourceInputs["caseSensitiveNames"] = args ? args.caseSensitiveNames : undefined;
|
|
86
89
|
resourceInputs["certificate"] = args ? args.certificate : undefined;
|
|
87
90
|
resourceInputs["clientTlsCert"] = args ? args.clientTlsCert : undefined;
|
|
88
|
-
resourceInputs["clientTlsKey"] = args ? args.clientTlsKey : undefined;
|
|
91
|
+
resourceInputs["clientTlsKey"] = (args === null || args === void 0 ? void 0 : args.clientTlsKey) ? pulumi.secret(args.clientTlsKey) : undefined;
|
|
89
92
|
resourceInputs["denyNullBind"] = args ? args.denyNullBind : undefined;
|
|
90
93
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
94
|
+
resourceInputs["disableRemount"] = args ? args.disableRemount : undefined;
|
|
91
95
|
resourceInputs["discoverdn"] = args ? args.discoverdn : undefined;
|
|
92
96
|
resourceInputs["groupattr"] = args ? args.groupattr : undefined;
|
|
93
97
|
resourceInputs["groupdn"] = args ? args.groupdn : undefined;
|
|
94
98
|
resourceInputs["groupfilter"] = args ? args.groupfilter : undefined;
|
|
95
99
|
resourceInputs["insecureTls"] = args ? args.insecureTls : undefined;
|
|
96
100
|
resourceInputs["local"] = args ? args.local : undefined;
|
|
101
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
97
102
|
resourceInputs["path"] = args ? args.path : undefined;
|
|
98
103
|
resourceInputs["starttls"] = args ? args.starttls : undefined;
|
|
99
104
|
resourceInputs["tlsMaxVersion"] = args ? args.tlsMaxVersion : undefined;
|
|
@@ -113,9 +118,12 @@ class AuthBackend extends pulumi.CustomResource {
|
|
|
113
118
|
resourceInputs["userattr"] = args ? args.userattr : undefined;
|
|
114
119
|
resourceInputs["userdn"] = args ? args.userdn : undefined;
|
|
115
120
|
resourceInputs["userfilter"] = args ? args.userfilter : undefined;
|
|
121
|
+
resourceInputs["usernameAsAlias"] = args ? args.usernameAsAlias : undefined;
|
|
116
122
|
resourceInputs["accessor"] = undefined /*out*/;
|
|
117
123
|
}
|
|
118
124
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
125
|
+
const secretOpts = { additionalSecretOutputs: ["bindpass", "clientTlsKey"] };
|
|
126
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
119
127
|
super(AuthBackend.__pulumiType, name, resourceInputs, opts);
|
|
120
128
|
}
|
|
121
129
|
/**
|