@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
package/types/input.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
3
|
export interface AuthBackendTune {
|
|
4
4
|
/**
|
|
5
5
|
* List of headers to whitelist and allowing
|
|
@@ -160,6 +160,95 @@ export interface ProviderAuthLogin {
|
|
|
160
160
|
}>;
|
|
161
161
|
path: pulumi.Input<string>;
|
|
162
162
|
}
|
|
163
|
+
export interface ProviderAuthLoginAws {
|
|
164
|
+
awsAccessKeyId?: pulumi.Input<string>;
|
|
165
|
+
awsIamEndpoint?: pulumi.Input<string>;
|
|
166
|
+
awsProfile?: pulumi.Input<string>;
|
|
167
|
+
awsRegion?: pulumi.Input<string>;
|
|
168
|
+
awsRoleArn?: pulumi.Input<string>;
|
|
169
|
+
awsRoleSessionName?: pulumi.Input<string>;
|
|
170
|
+
awsSecretAccessKey?: pulumi.Input<string>;
|
|
171
|
+
awsSessionToken?: pulumi.Input<string>;
|
|
172
|
+
awsSharedCredentialsFile?: pulumi.Input<string>;
|
|
173
|
+
awsStsEndpoint?: pulumi.Input<string>;
|
|
174
|
+
awsWebIdentityTokenFile?: pulumi.Input<string>;
|
|
175
|
+
headerValue?: pulumi.Input<string>;
|
|
176
|
+
mount?: pulumi.Input<string>;
|
|
177
|
+
namespace?: pulumi.Input<string>;
|
|
178
|
+
role: pulumi.Input<string>;
|
|
179
|
+
}
|
|
180
|
+
export interface ProviderAuthLoginAzure {
|
|
181
|
+
clientId?: pulumi.Input<string>;
|
|
182
|
+
jwt?: pulumi.Input<string>;
|
|
183
|
+
mount?: pulumi.Input<string>;
|
|
184
|
+
namespace?: pulumi.Input<string>;
|
|
185
|
+
resourceGroupName: pulumi.Input<string>;
|
|
186
|
+
role: pulumi.Input<string>;
|
|
187
|
+
scope?: pulumi.Input<string>;
|
|
188
|
+
subscriptionId: pulumi.Input<string>;
|
|
189
|
+
tenantId?: pulumi.Input<string>;
|
|
190
|
+
vmName?: pulumi.Input<string>;
|
|
191
|
+
vmssName?: pulumi.Input<string>;
|
|
192
|
+
}
|
|
193
|
+
export interface ProviderAuthLoginCert {
|
|
194
|
+
certFile: pulumi.Input<string>;
|
|
195
|
+
keyFile: pulumi.Input<string>;
|
|
196
|
+
mount?: pulumi.Input<string>;
|
|
197
|
+
name?: pulumi.Input<string>;
|
|
198
|
+
namespace?: pulumi.Input<string>;
|
|
199
|
+
}
|
|
200
|
+
export interface ProviderAuthLoginGcp {
|
|
201
|
+
credentials?: pulumi.Input<string>;
|
|
202
|
+
jwt?: pulumi.Input<string>;
|
|
203
|
+
mount?: pulumi.Input<string>;
|
|
204
|
+
namespace?: pulumi.Input<string>;
|
|
205
|
+
role: pulumi.Input<string>;
|
|
206
|
+
serviceAccount?: pulumi.Input<string>;
|
|
207
|
+
}
|
|
208
|
+
export interface ProviderAuthLoginJwt {
|
|
209
|
+
jwt: pulumi.Input<string>;
|
|
210
|
+
mount?: pulumi.Input<string>;
|
|
211
|
+
namespace?: pulumi.Input<string>;
|
|
212
|
+
role: pulumi.Input<string>;
|
|
213
|
+
}
|
|
214
|
+
export interface ProviderAuthLoginKerberos {
|
|
215
|
+
disableFastNegotiation?: pulumi.Input<boolean>;
|
|
216
|
+
keytabPath?: pulumi.Input<string>;
|
|
217
|
+
krb5confPath?: pulumi.Input<string>;
|
|
218
|
+
mount?: pulumi.Input<string>;
|
|
219
|
+
namespace?: pulumi.Input<string>;
|
|
220
|
+
realm?: pulumi.Input<string>;
|
|
221
|
+
removeInstanceName?: pulumi.Input<boolean>;
|
|
222
|
+
service?: pulumi.Input<string>;
|
|
223
|
+
token?: pulumi.Input<string>;
|
|
224
|
+
username?: pulumi.Input<string>;
|
|
225
|
+
}
|
|
226
|
+
export interface ProviderAuthLoginOci {
|
|
227
|
+
authType: pulumi.Input<string>;
|
|
228
|
+
mount?: pulumi.Input<string>;
|
|
229
|
+
namespace?: pulumi.Input<string>;
|
|
230
|
+
role: pulumi.Input<string>;
|
|
231
|
+
}
|
|
232
|
+
export interface ProviderAuthLoginOidc {
|
|
233
|
+
callbackAddress?: pulumi.Input<string>;
|
|
234
|
+
callbackListenerAddress?: pulumi.Input<string>;
|
|
235
|
+
mount?: pulumi.Input<string>;
|
|
236
|
+
namespace?: pulumi.Input<string>;
|
|
237
|
+
role: pulumi.Input<string>;
|
|
238
|
+
}
|
|
239
|
+
export interface ProviderAuthLoginRadius {
|
|
240
|
+
mount?: pulumi.Input<string>;
|
|
241
|
+
namespace?: pulumi.Input<string>;
|
|
242
|
+
password: pulumi.Input<string>;
|
|
243
|
+
username: pulumi.Input<string>;
|
|
244
|
+
}
|
|
245
|
+
export interface ProviderAuthLoginUserpass {
|
|
246
|
+
mount?: pulumi.Input<string>;
|
|
247
|
+
namespace?: pulumi.Input<string>;
|
|
248
|
+
password?: pulumi.Input<string>;
|
|
249
|
+
passwordFile?: pulumi.Input<string>;
|
|
250
|
+
username: pulumi.Input<string>;
|
|
251
|
+
}
|
|
163
252
|
export interface ProviderClientAuth {
|
|
164
253
|
certFile: pulumi.Input<string>;
|
|
165
254
|
keyFile: pulumi.Input<string>;
|
|
@@ -175,7 +264,7 @@ export declare namespace azure {
|
|
|
175
264
|
}
|
|
176
265
|
interface BackendRoleAzureRole {
|
|
177
266
|
roleId?: pulumi.Input<string>;
|
|
178
|
-
roleName
|
|
267
|
+
roleName?: pulumi.Input<string>;
|
|
179
268
|
scope: pulumi.Input<string>;
|
|
180
269
|
}
|
|
181
270
|
}
|
|
@@ -314,6 +403,10 @@ export declare namespace database {
|
|
|
314
403
|
* for an example.
|
|
315
404
|
*/
|
|
316
405
|
connectionUrl?: pulumi.Input<string>;
|
|
406
|
+
/**
|
|
407
|
+
* Disable special character escaping in username and password.
|
|
408
|
+
*/
|
|
409
|
+
disableEscaping?: pulumi.Input<boolean>;
|
|
317
410
|
/**
|
|
318
411
|
* The maximum amount of time a connection may be reused.
|
|
319
412
|
*/
|
|
@@ -669,6 +762,10 @@ export declare namespace database {
|
|
|
669
762
|
* for an example.
|
|
670
763
|
*/
|
|
671
764
|
connectionUrl?: pulumi.Input<string>;
|
|
765
|
+
/**
|
|
766
|
+
* Disable special character escaping in username and password.
|
|
767
|
+
*/
|
|
768
|
+
disableEscaping?: pulumi.Input<boolean>;
|
|
672
769
|
/**
|
|
673
770
|
* The maximum amount of time a connection may be reused.
|
|
674
771
|
*/
|
|
@@ -696,6 +793,25 @@ export declare namespace database {
|
|
|
696
793
|
*/
|
|
697
794
|
usernameTemplate?: pulumi.Input<string>;
|
|
698
795
|
}
|
|
796
|
+
interface SecretBackendConnectionRedisElasticache {
|
|
797
|
+
/**
|
|
798
|
+
* The root credential password used in the connection URL.
|
|
799
|
+
*/
|
|
800
|
+
password?: pulumi.Input<string>;
|
|
801
|
+
/**
|
|
802
|
+
* The region where the ElastiCache cluster is hosted. If omitted Vault tries to infer from the environment instead.
|
|
803
|
+
*/
|
|
804
|
+
region?: pulumi.Input<string>;
|
|
805
|
+
/**
|
|
806
|
+
* The URL for Elasticsearch's API. https requires certificate
|
|
807
|
+
* by trusted CA if used.
|
|
808
|
+
*/
|
|
809
|
+
url: pulumi.Input<string>;
|
|
810
|
+
/**
|
|
811
|
+
* The root credential username used in the connection URL.
|
|
812
|
+
*/
|
|
813
|
+
username?: pulumi.Input<string>;
|
|
814
|
+
}
|
|
699
815
|
interface SecretBackendConnectionRedshift {
|
|
700
816
|
/**
|
|
701
817
|
* Specifies the Redshift DSN. See
|
|
@@ -704,6 +820,10 @@ export declare namespace database {
|
|
|
704
820
|
* for an example.
|
|
705
821
|
*/
|
|
706
822
|
connectionUrl?: pulumi.Input<string>;
|
|
823
|
+
/**
|
|
824
|
+
* Disable special character escaping in username and password.
|
|
825
|
+
*/
|
|
826
|
+
disableEscaping?: pulumi.Input<boolean>;
|
|
707
827
|
/**
|
|
708
828
|
* The maximum amount of time a connection may be reused.
|
|
709
829
|
*/
|
|
@@ -947,8 +1067,7 @@ export declare namespace database {
|
|
|
947
1067
|
*/
|
|
948
1068
|
tlsServerName?: pulumi.Input<string>;
|
|
949
1069
|
/**
|
|
950
|
-
* The
|
|
951
|
-
* by trusted CA if used.
|
|
1070
|
+
* The configuration endpoint for the ElastiCache cluster to connect to.
|
|
952
1071
|
*/
|
|
953
1072
|
url: pulumi.Input<string>;
|
|
954
1073
|
/**
|
|
@@ -982,6 +1101,10 @@ export declare namespace database {
|
|
|
982
1101
|
data?: pulumi.Input<{
|
|
983
1102
|
[key: string]: any;
|
|
984
1103
|
}>;
|
|
1104
|
+
/**
|
|
1105
|
+
* Disable special character escaping in username and password.
|
|
1106
|
+
*/
|
|
1107
|
+
disableEscaping?: pulumi.Input<boolean>;
|
|
985
1108
|
/**
|
|
986
1109
|
* The maximum number of seconds to keep
|
|
987
1110
|
* a connection alive for.
|
|
@@ -1578,6 +1701,10 @@ export declare namespace database {
|
|
|
1578
1701
|
data?: pulumi.Input<{
|
|
1579
1702
|
[key: string]: any;
|
|
1580
1703
|
}>;
|
|
1704
|
+
/**
|
|
1705
|
+
* Disable special character escaping in username and password.
|
|
1706
|
+
*/
|
|
1707
|
+
disableEscaping?: pulumi.Input<boolean>;
|
|
1581
1708
|
/**
|
|
1582
1709
|
* The maximum number of seconds to keep
|
|
1583
1710
|
* a connection alive for.
|
|
@@ -1620,6 +1747,50 @@ export declare namespace database {
|
|
|
1620
1747
|
*/
|
|
1621
1748
|
verifyConnection?: pulumi.Input<boolean>;
|
|
1622
1749
|
}
|
|
1750
|
+
interface SecretsMountRedisElasticach {
|
|
1751
|
+
/**
|
|
1752
|
+
* A list of roles that are allowed to use this
|
|
1753
|
+
* connection.
|
|
1754
|
+
*/
|
|
1755
|
+
allowedRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1756
|
+
/**
|
|
1757
|
+
* A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
|
|
1758
|
+
*/
|
|
1759
|
+
data?: pulumi.Input<{
|
|
1760
|
+
[key: string]: any;
|
|
1761
|
+
}>;
|
|
1762
|
+
name: pulumi.Input<string>;
|
|
1763
|
+
/**
|
|
1764
|
+
* The password to be used in the connection.
|
|
1765
|
+
*/
|
|
1766
|
+
password?: pulumi.Input<string>;
|
|
1767
|
+
/**
|
|
1768
|
+
* Specifies the name of the plugin to use.
|
|
1769
|
+
*/
|
|
1770
|
+
pluginName?: pulumi.Input<string>;
|
|
1771
|
+
/**
|
|
1772
|
+
* The AWS region where the ElastiCache cluster is hosted.
|
|
1773
|
+
* If omitted the plugin tries to infer the region from the environment.
|
|
1774
|
+
*/
|
|
1775
|
+
region?: pulumi.Input<string>;
|
|
1776
|
+
/**
|
|
1777
|
+
* A list of database statements to be executed to rotate the root user's credentials.
|
|
1778
|
+
*/
|
|
1779
|
+
rootRotationStatements?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1780
|
+
/**
|
|
1781
|
+
* The configuration endpoint for the ElastiCache cluster to connect to.
|
|
1782
|
+
*/
|
|
1783
|
+
url: pulumi.Input<string>;
|
|
1784
|
+
/**
|
|
1785
|
+
* The username to be used in the connection (the account admin level).
|
|
1786
|
+
*/
|
|
1787
|
+
username?: pulumi.Input<string>;
|
|
1788
|
+
/**
|
|
1789
|
+
* Whether the connection should be verified on
|
|
1790
|
+
* initial configuration or not.
|
|
1791
|
+
*/
|
|
1792
|
+
verifyConnection?: pulumi.Input<boolean>;
|
|
1793
|
+
}
|
|
1623
1794
|
interface SecretsMountRedshift {
|
|
1624
1795
|
/**
|
|
1625
1796
|
* A list of roles that are allowed to use this
|
|
@@ -1637,6 +1808,10 @@ export declare namespace database {
|
|
|
1637
1808
|
data?: pulumi.Input<{
|
|
1638
1809
|
[key: string]: any;
|
|
1639
1810
|
}>;
|
|
1811
|
+
/**
|
|
1812
|
+
* Disable special character escaping in username and password.
|
|
1813
|
+
*/
|
|
1814
|
+
disableEscaping?: pulumi.Input<boolean>;
|
|
1640
1815
|
/**
|
|
1641
1816
|
* The maximum number of seconds to keep
|
|
1642
1817
|
* a connection alive for.
|
|
@@ -1740,6 +1915,24 @@ export declare namespace database {
|
|
|
1740
1915
|
}
|
|
1741
1916
|
}
|
|
1742
1917
|
export declare namespace gcp {
|
|
1918
|
+
interface AuthBackendCustomEndpoint {
|
|
1919
|
+
/**
|
|
1920
|
+
* Replaces the service endpoint used in API requests to `https://www.googleapis.com`.
|
|
1921
|
+
*/
|
|
1922
|
+
api?: pulumi.Input<string>;
|
|
1923
|
+
/**
|
|
1924
|
+
* Replaces the service endpoint used in API requests to `https://compute.googleapis.com`.
|
|
1925
|
+
*/
|
|
1926
|
+
compute?: pulumi.Input<string>;
|
|
1927
|
+
/**
|
|
1928
|
+
* Replaces the service endpoint used in API requests to `https://cloudresourcemanager.googleapis.com`.
|
|
1929
|
+
*/
|
|
1930
|
+
crm?: pulumi.Input<string>;
|
|
1931
|
+
/**
|
|
1932
|
+
* Replaces the service endpoint used in API requests to `https://iam.googleapis.com`.
|
|
1933
|
+
*/
|
|
1934
|
+
iam?: pulumi.Input<string>;
|
|
1935
|
+
}
|
|
1743
1936
|
interface SecretRolesetBinding {
|
|
1744
1937
|
/**
|
|
1745
1938
|
* Resource or resource path for which IAM policy information will be bound. The resource path may be specified in a few different [formats](https://www.vaultproject.io/docs/secrets/gcp/index.html#roleset-bindings).
|
|
@@ -1855,6 +2048,215 @@ export declare namespace jwt {
|
|
|
1855
2048
|
tokenType?: pulumi.Input<string>;
|
|
1856
2049
|
}
|
|
1857
2050
|
}
|
|
2051
|
+
export declare namespace managed {
|
|
2052
|
+
interface KeysAw {
|
|
2053
|
+
/**
|
|
2054
|
+
* The AWS access key to use.
|
|
2055
|
+
*/
|
|
2056
|
+
accessKey: pulumi.Input<string>;
|
|
2057
|
+
/**
|
|
2058
|
+
* If no existing key can be found in
|
|
2059
|
+
* the referenced backend, instructs Vault to generate a key within the backend.
|
|
2060
|
+
*/
|
|
2061
|
+
allowGenerateKey?: pulumi.Input<boolean>;
|
|
2062
|
+
/**
|
|
2063
|
+
* Controls the ability for Vault to replace through
|
|
2064
|
+
* generation or importing a key into the configured backend even
|
|
2065
|
+
* if a key is present, if set to `false` those operations are forbidden
|
|
2066
|
+
* if a key exists.
|
|
2067
|
+
*/
|
|
2068
|
+
allowReplaceKey?: pulumi.Input<boolean>;
|
|
2069
|
+
/**
|
|
2070
|
+
* Controls the ability for Vault to import a key to the
|
|
2071
|
+
* configured backend, if `false`, those operations will be forbidden.
|
|
2072
|
+
*/
|
|
2073
|
+
allowStoreKey?: pulumi.Input<boolean>;
|
|
2074
|
+
/**
|
|
2075
|
+
* If `true`, allows usage from any mount point within the
|
|
2076
|
+
* namespace.
|
|
2077
|
+
*/
|
|
2078
|
+
anyMount?: pulumi.Input<boolean>;
|
|
2079
|
+
/**
|
|
2080
|
+
* Supplies the curve value when using the `CKM_ECDSA` mechanism.
|
|
2081
|
+
* Required if `allowGenerateKey` is `true`.
|
|
2082
|
+
*/
|
|
2083
|
+
curve?: pulumi.Input<string>;
|
|
2084
|
+
/**
|
|
2085
|
+
* Used to specify a custom AWS endpoint.
|
|
2086
|
+
*/
|
|
2087
|
+
endpoint?: pulumi.Input<string>;
|
|
2088
|
+
/**
|
|
2089
|
+
* Supplies the size in bits of the key when using `CKM_RSA_PKCS_PSS`,
|
|
2090
|
+
* `CKM_RSA_PKCS_OAEP` or `CKM_RSA_PKCS` as a value for `mechanism`. Required if
|
|
2091
|
+
* `allowGenerateKey` is `true`.
|
|
2092
|
+
*/
|
|
2093
|
+
keyBits: pulumi.Input<string>;
|
|
2094
|
+
/**
|
|
2095
|
+
* The type of key to use.
|
|
2096
|
+
*/
|
|
2097
|
+
keyType: pulumi.Input<string>;
|
|
2098
|
+
/**
|
|
2099
|
+
* An identifier for the key.
|
|
2100
|
+
*/
|
|
2101
|
+
kmsKey: pulumi.Input<string>;
|
|
2102
|
+
/**
|
|
2103
|
+
* A unique lowercase name that serves as identifying the key.
|
|
2104
|
+
*/
|
|
2105
|
+
name: pulumi.Input<string>;
|
|
2106
|
+
/**
|
|
2107
|
+
* The AWS region where the keys are stored (or will be stored).
|
|
2108
|
+
*/
|
|
2109
|
+
region?: pulumi.Input<string>;
|
|
2110
|
+
/**
|
|
2111
|
+
* The AWS access key to use.
|
|
2112
|
+
*/
|
|
2113
|
+
secretKey: pulumi.Input<string>;
|
|
2114
|
+
uuid?: pulumi.Input<string>;
|
|
2115
|
+
}
|
|
2116
|
+
interface KeysAzure {
|
|
2117
|
+
/**
|
|
2118
|
+
* If no existing key can be found in
|
|
2119
|
+
* the referenced backend, instructs Vault to generate a key within the backend.
|
|
2120
|
+
*/
|
|
2121
|
+
allowGenerateKey?: pulumi.Input<boolean>;
|
|
2122
|
+
/**
|
|
2123
|
+
* Controls the ability for Vault to replace through
|
|
2124
|
+
* generation or importing a key into the configured backend even
|
|
2125
|
+
* if a key is present, if set to `false` those operations are forbidden
|
|
2126
|
+
* if a key exists.
|
|
2127
|
+
*/
|
|
2128
|
+
allowReplaceKey?: pulumi.Input<boolean>;
|
|
2129
|
+
/**
|
|
2130
|
+
* Controls the ability for Vault to import a key to the
|
|
2131
|
+
* configured backend, if `false`, those operations will be forbidden.
|
|
2132
|
+
*/
|
|
2133
|
+
allowStoreKey?: pulumi.Input<boolean>;
|
|
2134
|
+
/**
|
|
2135
|
+
* If `true`, allows usage from any mount point within the
|
|
2136
|
+
* namespace.
|
|
2137
|
+
*/
|
|
2138
|
+
anyMount?: pulumi.Input<boolean>;
|
|
2139
|
+
/**
|
|
2140
|
+
* The client id for credentials to query the Azure APIs.
|
|
2141
|
+
*/
|
|
2142
|
+
clientId: pulumi.Input<string>;
|
|
2143
|
+
/**
|
|
2144
|
+
* The client secret for credentials to query the Azure APIs.
|
|
2145
|
+
*/
|
|
2146
|
+
clientSecret: pulumi.Input<string>;
|
|
2147
|
+
/**
|
|
2148
|
+
* The Azure Cloud environment API endpoints to use.
|
|
2149
|
+
*/
|
|
2150
|
+
environment?: pulumi.Input<string>;
|
|
2151
|
+
/**
|
|
2152
|
+
* Supplies the size in bits of the key when using `CKM_RSA_PKCS_PSS`,
|
|
2153
|
+
* `CKM_RSA_PKCS_OAEP` or `CKM_RSA_PKCS` as a value for `mechanism`. Required if
|
|
2154
|
+
* `allowGenerateKey` is `true`.
|
|
2155
|
+
*/
|
|
2156
|
+
keyBits?: pulumi.Input<string>;
|
|
2157
|
+
/**
|
|
2158
|
+
* The Key Vault key to use for encryption and decryption.
|
|
2159
|
+
*/
|
|
2160
|
+
keyName: pulumi.Input<string>;
|
|
2161
|
+
/**
|
|
2162
|
+
* The type of key to use.
|
|
2163
|
+
*/
|
|
2164
|
+
keyType: pulumi.Input<string>;
|
|
2165
|
+
/**
|
|
2166
|
+
* A unique lowercase name that serves as identifying the key.
|
|
2167
|
+
*/
|
|
2168
|
+
name: pulumi.Input<string>;
|
|
2169
|
+
/**
|
|
2170
|
+
* The Azure Key Vault resource's DNS Suffix to connect to.
|
|
2171
|
+
*/
|
|
2172
|
+
resource?: pulumi.Input<string>;
|
|
2173
|
+
/**
|
|
2174
|
+
* The tenant id for the Azure Active Directory organization.
|
|
2175
|
+
*/
|
|
2176
|
+
tenantId: pulumi.Input<string>;
|
|
2177
|
+
uuid?: pulumi.Input<string>;
|
|
2178
|
+
/**
|
|
2179
|
+
* The Key Vault vault to use for encryption and decryption.
|
|
2180
|
+
*/
|
|
2181
|
+
vaultName: pulumi.Input<string>;
|
|
2182
|
+
}
|
|
2183
|
+
interface KeysPkc {
|
|
2184
|
+
/**
|
|
2185
|
+
* If no existing key can be found in
|
|
2186
|
+
* the referenced backend, instructs Vault to generate a key within the backend.
|
|
2187
|
+
*/
|
|
2188
|
+
allowGenerateKey?: pulumi.Input<boolean>;
|
|
2189
|
+
/**
|
|
2190
|
+
* Controls the ability for Vault to replace through
|
|
2191
|
+
* generation or importing a key into the configured backend even
|
|
2192
|
+
* if a key is present, if set to `false` those operations are forbidden
|
|
2193
|
+
* if a key exists.
|
|
2194
|
+
*/
|
|
2195
|
+
allowReplaceKey?: pulumi.Input<boolean>;
|
|
2196
|
+
/**
|
|
2197
|
+
* Controls the ability for Vault to import a key to the
|
|
2198
|
+
* configured backend, if `false`, those operations will be forbidden.
|
|
2199
|
+
*/
|
|
2200
|
+
allowStoreKey?: pulumi.Input<boolean>;
|
|
2201
|
+
/**
|
|
2202
|
+
* If `true`, allows usage from any mount point within the
|
|
2203
|
+
* namespace.
|
|
2204
|
+
*/
|
|
2205
|
+
anyMount?: pulumi.Input<boolean>;
|
|
2206
|
+
/**
|
|
2207
|
+
* Supplies the curve value when using the `CKM_ECDSA` mechanism.
|
|
2208
|
+
* Required if `allowGenerateKey` is `true`.
|
|
2209
|
+
*/
|
|
2210
|
+
curve?: pulumi.Input<string>;
|
|
2211
|
+
/**
|
|
2212
|
+
* Force all operations to open up a read-write session to
|
|
2213
|
+
* the HSM.
|
|
2214
|
+
*/
|
|
2215
|
+
forceRwSession?: pulumi.Input<string>;
|
|
2216
|
+
/**
|
|
2217
|
+
* Supplies the size in bits of the key when using `CKM_RSA_PKCS_PSS`,
|
|
2218
|
+
* `CKM_RSA_PKCS_OAEP` or `CKM_RSA_PKCS` as a value for `mechanism`. Required if
|
|
2219
|
+
* `allowGenerateKey` is `true`.
|
|
2220
|
+
*/
|
|
2221
|
+
keyBits?: pulumi.Input<string>;
|
|
2222
|
+
/**
|
|
2223
|
+
* The id of a PKCS#11 key to use.
|
|
2224
|
+
*/
|
|
2225
|
+
keyId: pulumi.Input<string>;
|
|
2226
|
+
/**
|
|
2227
|
+
* The label of the key to use.
|
|
2228
|
+
*/
|
|
2229
|
+
keyLabel: pulumi.Input<string>;
|
|
2230
|
+
/**
|
|
2231
|
+
* The name of the kmsLibrary stanza to use from Vault's config
|
|
2232
|
+
* to lookup the local library path.
|
|
2233
|
+
*/
|
|
2234
|
+
library: pulumi.Input<string>;
|
|
2235
|
+
/**
|
|
2236
|
+
* The encryption/decryption mechanism to use, specified as a
|
|
2237
|
+
* hexadecimal (prefixed by 0x) string.
|
|
2238
|
+
*/
|
|
2239
|
+
mechanism: pulumi.Input<string>;
|
|
2240
|
+
/**
|
|
2241
|
+
* A unique lowercase name that serves as identifying the key.
|
|
2242
|
+
*/
|
|
2243
|
+
name: pulumi.Input<string>;
|
|
2244
|
+
/**
|
|
2245
|
+
* The PIN for login.
|
|
2246
|
+
*/
|
|
2247
|
+
pin: pulumi.Input<string>;
|
|
2248
|
+
/**
|
|
2249
|
+
* The slot number to use, specified as a string in a decimal format
|
|
2250
|
+
* (e.g. `2305843009213693953`).
|
|
2251
|
+
*/
|
|
2252
|
+
slot?: pulumi.Input<string>;
|
|
2253
|
+
/**
|
|
2254
|
+
* The slot token label to use.
|
|
2255
|
+
*/
|
|
2256
|
+
tokenLabel?: pulumi.Input<string>;
|
|
2257
|
+
uuid?: pulumi.Input<string>;
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
1858
2260
|
export declare namespace okta {
|
|
1859
2261
|
interface AuthBackendGroup {
|
|
1860
2262
|
/**
|
|
@@ -1881,6 +2283,8 @@ export declare namespace okta {
|
|
|
1881
2283
|
username: pulumi.Input<string>;
|
|
1882
2284
|
}
|
|
1883
2285
|
}
|
|
2286
|
+
export declare namespace pkiSecret {
|
|
2287
|
+
}
|
|
1884
2288
|
export declare namespace rabbitMq {
|
|
1885
2289
|
interface SecretBackendRoleVhost {
|
|
1886
2290
|
configure: pulumi.Input<string>;
|