@pulumi/vault 5.6.0 → 5.7.0
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 +46 -0
- package/kubernetes/getServiceAccountToken.js +27 -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 +42 -0
- package/kv/getSecretSubkeysV2.js +26 -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 +13 -3
- 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,218 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource for configuring the totp MFA method.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as vault from "@pulumi/vault";
|
|
10
|
+
*
|
|
11
|
+
* const example = new vault.identity.MfaTotp("example", {
|
|
12
|
+
* issuer: "issuer1",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* ## Import
|
|
17
|
+
*
|
|
18
|
+
* Resource can be imported using its `uuid` field, e.g.
|
|
19
|
+
*
|
|
20
|
+
* ```sh
|
|
21
|
+
* $ pulumi import vault:identity/mfaTotp:MfaTotp example 0d89c36a-4ff5-4d70-8749-bb6a5598aeec
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class MfaTotp extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing MfaTotp resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: MfaTotpState, opts?: pulumi.CustomResourceOptions): MfaTotp;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of MfaTotp. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is MfaTotp;
|
|
40
|
+
/**
|
|
41
|
+
* Specifies the hashing algorithm used to generate the TOTP code. Options include SHA1, SHA256, SHA512.
|
|
42
|
+
*/
|
|
43
|
+
readonly algorithm: pulumi.Output<string | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* The number of digits in the generated TOTP token. This value can either be 6 or 8
|
|
46
|
+
*/
|
|
47
|
+
readonly digits: pulumi.Output<number | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* The name of the key's issuing organization.
|
|
50
|
+
*/
|
|
51
|
+
readonly issuer: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* Specifies the size in bytes of the generated key.
|
|
54
|
+
*/
|
|
55
|
+
readonly keySize: pulumi.Output<number | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* The maximum number of consecutive failed validation attempts allowed.
|
|
58
|
+
*/
|
|
59
|
+
readonly maxValidationAttempts: pulumi.Output<number | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* Method ID.
|
|
62
|
+
*/
|
|
63
|
+
readonly methodId: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* Mount accessor.
|
|
66
|
+
*/
|
|
67
|
+
readonly mountAccessor: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Method name.
|
|
70
|
+
*/
|
|
71
|
+
readonly name: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Target namespace. (requires Enterprise)
|
|
74
|
+
*/
|
|
75
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* Method's namespace ID.
|
|
78
|
+
*/
|
|
79
|
+
readonly namespaceId: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* Method's namespace path.
|
|
82
|
+
*/
|
|
83
|
+
readonly namespacePath: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The length of time in seconds used to generate a counter for the TOTP token calculation.
|
|
86
|
+
*/
|
|
87
|
+
readonly period: pulumi.Output<number | undefined>;
|
|
88
|
+
/**
|
|
89
|
+
* The pixel size of the generated square QR code.
|
|
90
|
+
*/
|
|
91
|
+
readonly qrSize: pulumi.Output<number>;
|
|
92
|
+
/**
|
|
93
|
+
* The number of delay periods that are allowed when validating a TOTP token. This value can either be 0 or 1.
|
|
94
|
+
*/
|
|
95
|
+
readonly skew: pulumi.Output<number | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* MFA type.
|
|
98
|
+
*/
|
|
99
|
+
readonly type: pulumi.Output<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Resource UUID.
|
|
102
|
+
*/
|
|
103
|
+
readonly uuid: pulumi.Output<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Create a MfaTotp resource with the given unique name, arguments, and options.
|
|
106
|
+
*
|
|
107
|
+
* @param name The _unique_ name of the resource.
|
|
108
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
109
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
110
|
+
*/
|
|
111
|
+
constructor(name: string, args: MfaTotpArgs, opts?: pulumi.CustomResourceOptions);
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Input properties used for looking up and filtering MfaTotp resources.
|
|
115
|
+
*/
|
|
116
|
+
export interface MfaTotpState {
|
|
117
|
+
/**
|
|
118
|
+
* Specifies the hashing algorithm used to generate the TOTP code. Options include SHA1, SHA256, SHA512.
|
|
119
|
+
*/
|
|
120
|
+
algorithm?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The number of digits in the generated TOTP token. This value can either be 6 or 8
|
|
123
|
+
*/
|
|
124
|
+
digits?: pulumi.Input<number>;
|
|
125
|
+
/**
|
|
126
|
+
* The name of the key's issuing organization.
|
|
127
|
+
*/
|
|
128
|
+
issuer?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Specifies the size in bytes of the generated key.
|
|
131
|
+
*/
|
|
132
|
+
keySize?: pulumi.Input<number>;
|
|
133
|
+
/**
|
|
134
|
+
* The maximum number of consecutive failed validation attempts allowed.
|
|
135
|
+
*/
|
|
136
|
+
maxValidationAttempts?: pulumi.Input<number>;
|
|
137
|
+
/**
|
|
138
|
+
* Method ID.
|
|
139
|
+
*/
|
|
140
|
+
methodId?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* Mount accessor.
|
|
143
|
+
*/
|
|
144
|
+
mountAccessor?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* Method name.
|
|
147
|
+
*/
|
|
148
|
+
name?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* Target namespace. (requires Enterprise)
|
|
151
|
+
*/
|
|
152
|
+
namespace?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* Method's namespace ID.
|
|
155
|
+
*/
|
|
156
|
+
namespaceId?: pulumi.Input<string>;
|
|
157
|
+
/**
|
|
158
|
+
* Method's namespace path.
|
|
159
|
+
*/
|
|
160
|
+
namespacePath?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* The length of time in seconds used to generate a counter for the TOTP token calculation.
|
|
163
|
+
*/
|
|
164
|
+
period?: pulumi.Input<number>;
|
|
165
|
+
/**
|
|
166
|
+
* The pixel size of the generated square QR code.
|
|
167
|
+
*/
|
|
168
|
+
qrSize?: pulumi.Input<number>;
|
|
169
|
+
/**
|
|
170
|
+
* The number of delay periods that are allowed when validating a TOTP token. This value can either be 0 or 1.
|
|
171
|
+
*/
|
|
172
|
+
skew?: pulumi.Input<number>;
|
|
173
|
+
/**
|
|
174
|
+
* MFA type.
|
|
175
|
+
*/
|
|
176
|
+
type?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Resource UUID.
|
|
179
|
+
*/
|
|
180
|
+
uuid?: pulumi.Input<string>;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* The set of arguments for constructing a MfaTotp resource.
|
|
184
|
+
*/
|
|
185
|
+
export interface MfaTotpArgs {
|
|
186
|
+
/**
|
|
187
|
+
* Specifies the hashing algorithm used to generate the TOTP code. Options include SHA1, SHA256, SHA512.
|
|
188
|
+
*/
|
|
189
|
+
algorithm?: pulumi.Input<string>;
|
|
190
|
+
/**
|
|
191
|
+
* The number of digits in the generated TOTP token. This value can either be 6 or 8
|
|
192
|
+
*/
|
|
193
|
+
digits?: pulumi.Input<number>;
|
|
194
|
+
/**
|
|
195
|
+
* The name of the key's issuing organization.
|
|
196
|
+
*/
|
|
197
|
+
issuer: pulumi.Input<string>;
|
|
198
|
+
/**
|
|
199
|
+
* Specifies the size in bytes of the generated key.
|
|
200
|
+
*/
|
|
201
|
+
keySize?: pulumi.Input<number>;
|
|
202
|
+
/**
|
|
203
|
+
* The maximum number of consecutive failed validation attempts allowed.
|
|
204
|
+
*/
|
|
205
|
+
maxValidationAttempts?: pulumi.Input<number>;
|
|
206
|
+
/**
|
|
207
|
+
* Target namespace. (requires Enterprise)
|
|
208
|
+
*/
|
|
209
|
+
namespace?: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* The length of time in seconds used to generate a counter for the TOTP token calculation.
|
|
212
|
+
*/
|
|
213
|
+
period?: pulumi.Input<number>;
|
|
214
|
+
/**
|
|
215
|
+
* The number of delay periods that are allowed when validating a TOTP token. This value can either be 0 or 1.
|
|
216
|
+
*/
|
|
217
|
+
skew?: pulumi.Input<number>;
|
|
218
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
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.MfaTotp = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource for configuring the totp MFA method.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as vault from "@pulumi/vault";
|
|
16
|
+
*
|
|
17
|
+
* const example = new vault.identity.MfaTotp("example", {
|
|
18
|
+
* issuer: "issuer1",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* Resource can be imported using its `uuid` field, e.g.
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import vault:identity/mfaTotp:MfaTotp example 0d89c36a-4ff5-4d70-8749-bb6a5598aeec
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
class MfaTotp extends pulumi.CustomResource {
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["algorithm"] = state ? state.algorithm : undefined;
|
|
37
|
+
resourceInputs["digits"] = state ? state.digits : undefined;
|
|
38
|
+
resourceInputs["issuer"] = state ? state.issuer : undefined;
|
|
39
|
+
resourceInputs["keySize"] = state ? state.keySize : undefined;
|
|
40
|
+
resourceInputs["maxValidationAttempts"] = state ? state.maxValidationAttempts : undefined;
|
|
41
|
+
resourceInputs["methodId"] = state ? state.methodId : undefined;
|
|
42
|
+
resourceInputs["mountAccessor"] = state ? state.mountAccessor : undefined;
|
|
43
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
44
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
45
|
+
resourceInputs["namespaceId"] = state ? state.namespaceId : undefined;
|
|
46
|
+
resourceInputs["namespacePath"] = state ? state.namespacePath : undefined;
|
|
47
|
+
resourceInputs["period"] = state ? state.period : undefined;
|
|
48
|
+
resourceInputs["qrSize"] = state ? state.qrSize : undefined;
|
|
49
|
+
resourceInputs["skew"] = state ? state.skew : undefined;
|
|
50
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
51
|
+
resourceInputs["uuid"] = state ? state.uuid : undefined;
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
const args = argsOrState;
|
|
55
|
+
if ((!args || args.issuer === undefined) && !opts.urn) {
|
|
56
|
+
throw new Error("Missing required property 'issuer'");
|
|
57
|
+
}
|
|
58
|
+
resourceInputs["algorithm"] = args ? args.algorithm : undefined;
|
|
59
|
+
resourceInputs["digits"] = args ? args.digits : undefined;
|
|
60
|
+
resourceInputs["issuer"] = args ? args.issuer : undefined;
|
|
61
|
+
resourceInputs["keySize"] = args ? args.keySize : undefined;
|
|
62
|
+
resourceInputs["maxValidationAttempts"] = args ? args.maxValidationAttempts : undefined;
|
|
63
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
64
|
+
resourceInputs["period"] = args ? args.period : undefined;
|
|
65
|
+
resourceInputs["skew"] = args ? args.skew : undefined;
|
|
66
|
+
resourceInputs["methodId"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["mountAccessor"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["namespaceId"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["namespacePath"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["qrSize"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["uuid"] = undefined /*out*/;
|
|
74
|
+
}
|
|
75
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
76
|
+
super(MfaTotp.__pulumiType, name, resourceInputs, opts);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Get an existing MfaTotp resource's state with the given name, ID, and optional extra
|
|
80
|
+
* properties used to qualify the lookup.
|
|
81
|
+
*
|
|
82
|
+
* @param name The _unique_ name of the resulting resource.
|
|
83
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
84
|
+
* @param state Any extra arguments used during the lookup.
|
|
85
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
86
|
+
*/
|
|
87
|
+
static get(name, id, state, opts) {
|
|
88
|
+
return new MfaTotp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Returns true if the given object is an instance of MfaTotp. This is designed to work even
|
|
92
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
93
|
+
*/
|
|
94
|
+
static isInstance(obj) {
|
|
95
|
+
if (obj === undefined || obj === null) {
|
|
96
|
+
return false;
|
|
97
|
+
}
|
|
98
|
+
return obj['__pulumiType'] === MfaTotp.__pulumiType;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
exports.MfaTotp = MfaTotp;
|
|
102
|
+
/** @internal */
|
|
103
|
+
MfaTotp.__pulumiType = 'vault:identity/mfaTotp:MfaTotp';
|
|
104
|
+
//# sourceMappingURL=mfaTotp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mfaTotp.js","sourceRoot":"","sources":["../../identity/mfaTotp.ts"],"names":[],"mappings":"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"}
|
package/identity/oidc.d.ts
CHANGED
|
@@ -41,6 +41,13 @@ export declare class Oidc extends pulumi.CustomResource {
|
|
|
41
41
|
* components.
|
|
42
42
|
*/
|
|
43
43
|
readonly issuer: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* The namespace to provision the resource in.
|
|
46
|
+
* The value should not contain leading or trailing forward slashes.
|
|
47
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
48
|
+
* *Available only for Vault Enterprise*.
|
|
49
|
+
*/
|
|
50
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
44
51
|
/**
|
|
45
52
|
* Create a Oidc resource with the given unique name, arguments, and options.
|
|
46
53
|
*
|
|
@@ -61,6 +68,13 @@ export interface OidcState {
|
|
|
61
68
|
* components.
|
|
62
69
|
*/
|
|
63
70
|
issuer?: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The namespace to provision the resource in.
|
|
73
|
+
* The value should not contain leading or trailing forward slashes.
|
|
74
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
75
|
+
* *Available only for Vault Enterprise*.
|
|
76
|
+
*/
|
|
77
|
+
namespace?: pulumi.Input<string>;
|
|
64
78
|
}
|
|
65
79
|
/**
|
|
66
80
|
* The set of arguments for constructing a Oidc resource.
|
|
@@ -73,4 +87,11 @@ export interface OidcArgs {
|
|
|
73
87
|
* components.
|
|
74
88
|
*/
|
|
75
89
|
issuer?: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* The namespace to provision the resource in.
|
|
92
|
+
* The value should not contain leading or trailing forward slashes.
|
|
93
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
94
|
+
* *Available only for Vault Enterprise*.
|
|
95
|
+
*/
|
|
96
|
+
namespace?: pulumi.Input<string>;
|
|
76
97
|
}
|
package/identity/oidc.js
CHANGED
|
@@ -31,10 +31,12 @@ class Oidc extends pulumi.CustomResource {
|
|
|
31
31
|
if (opts.id) {
|
|
32
32
|
const state = argsOrState;
|
|
33
33
|
resourceInputs["issuer"] = state ? state.issuer : undefined;
|
|
34
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
34
35
|
}
|
|
35
36
|
else {
|
|
36
37
|
const args = argsOrState;
|
|
37
38
|
resourceInputs["issuer"] = args ? args.issuer : undefined;
|
|
39
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
38
40
|
}
|
|
39
41
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
40
42
|
super(Oidc.__pulumiType, name, resourceInputs, opts);
|
package/identity/oidc.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oidc.js","sourceRoot":"","sources":["../../identity/oidc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"oidc.js","sourceRoot":"","sources":["../../identity/oidc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAmD3C,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,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,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IAhED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;;AA1BL,oBAkEC;AApDG,gBAAgB;AACO,iBAAY,GAAG,0BAA0B,CAAC"}
|
|
@@ -18,8 +18,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
* });
|
|
19
19
|
* const test = new vault.identity.Entity("test", {policies: ["test"]});
|
|
20
20
|
* const _default = new vault.identity.OidcAssignment("default", {
|
|
21
|
-
* entityIds: [test.
|
|
22
|
-
* groupIds: [internal.
|
|
21
|
+
* entityIds: [test.id],
|
|
22
|
+
* groupIds: [internal.id],
|
|
23
23
|
* });
|
|
24
24
|
* ```
|
|
25
25
|
*
|
|
@@ -59,6 +59,13 @@ export declare class OidcAssignment extends pulumi.CustomResource {
|
|
|
59
59
|
* The name of the assignment.
|
|
60
60
|
*/
|
|
61
61
|
readonly name: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The namespace to provision the resource in.
|
|
64
|
+
* The value should not contain leading or trailing forward slashes.
|
|
65
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
66
|
+
* *Available only for Vault Enterprise*.
|
|
67
|
+
*/
|
|
68
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
62
69
|
/**
|
|
63
70
|
* Create a OidcAssignment resource with the given unique name, arguments, and options.
|
|
64
71
|
*
|
|
@@ -84,6 +91,13 @@ export interface OidcAssignmentState {
|
|
|
84
91
|
* The name of the assignment.
|
|
85
92
|
*/
|
|
86
93
|
name?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The namespace to provision the resource in.
|
|
96
|
+
* The value should not contain leading or trailing forward slashes.
|
|
97
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
98
|
+
* *Available only for Vault Enterprise*.
|
|
99
|
+
*/
|
|
100
|
+
namespace?: pulumi.Input<string>;
|
|
87
101
|
}
|
|
88
102
|
/**
|
|
89
103
|
* The set of arguments for constructing a OidcAssignment resource.
|
|
@@ -101,4 +115,11 @@ export interface OidcAssignmentArgs {
|
|
|
101
115
|
* The name of the assignment.
|
|
102
116
|
*/
|
|
103
117
|
name?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The namespace to provision the resource in.
|
|
120
|
+
* The value should not contain leading or trailing forward slashes.
|
|
121
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
122
|
+
* *Available only for Vault Enterprise*.
|
|
123
|
+
*/
|
|
124
|
+
namespace?: pulumi.Input<string>;
|
|
104
125
|
}
|
|
@@ -24,8 +24,8 @@ const utilities = require("../utilities");
|
|
|
24
24
|
* });
|
|
25
25
|
* const test = new vault.identity.Entity("test", {policies: ["test"]});
|
|
26
26
|
* const _default = new vault.identity.OidcAssignment("default", {
|
|
27
|
-
* entityIds: [test.
|
|
28
|
-
* groupIds: [internal.
|
|
27
|
+
* entityIds: [test.id],
|
|
28
|
+
* groupIds: [internal.id],
|
|
29
29
|
* });
|
|
30
30
|
* ```
|
|
31
31
|
*
|
|
@@ -46,12 +46,14 @@ class OidcAssignment extends pulumi.CustomResource {
|
|
|
46
46
|
resourceInputs["entityIds"] = state ? state.entityIds : undefined;
|
|
47
47
|
resourceInputs["groupIds"] = state ? state.groupIds : undefined;
|
|
48
48
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
49
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
49
50
|
}
|
|
50
51
|
else {
|
|
51
52
|
const args = argsOrState;
|
|
52
53
|
resourceInputs["entityIds"] = args ? args.entityIds : undefined;
|
|
53
54
|
resourceInputs["groupIds"] = args ? args.groupIds : undefined;
|
|
54
55
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
56
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
55
57
|
}
|
|
56
58
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
57
59
|
super(OidcAssignment.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oidcAssignment.js","sourceRoot":"","sources":["../../identity/oidcAssignment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"oidcAssignment.js","sourceRoot":"","sources":["../../identity/oidcAssignment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IAwDrD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,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,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;IAzED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;;AA1BL,wCA2EC;AA7DG,gBAAgB;AACO,2BAAY,GAAG,8CAA8C,CAAC"}
|
package/identity/oidcClient.d.ts
CHANGED
|
@@ -85,6 +85,13 @@ export declare class OidcClient extends pulumi.CustomResource {
|
|
|
85
85
|
* The name of the client.
|
|
86
86
|
*/
|
|
87
87
|
readonly name: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The namespace to provision the resource in.
|
|
90
|
+
* The value should not contain leading or trailing forward slashes.
|
|
91
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
92
|
+
* *Available only for Vault Enterprise*.
|
|
93
|
+
*/
|
|
94
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
88
95
|
/**
|
|
89
96
|
* Redirection URI values used by the client.
|
|
90
97
|
* One of these values must exactly match the `redirectUri` parameter value
|
|
@@ -140,6 +147,13 @@ export interface OidcClientState {
|
|
|
140
147
|
* The name of the client.
|
|
141
148
|
*/
|
|
142
149
|
name?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* The namespace to provision the resource in.
|
|
152
|
+
* The value should not contain leading or trailing forward slashes.
|
|
153
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
154
|
+
* *Available only for Vault Enterprise*.
|
|
155
|
+
*/
|
|
156
|
+
namespace?: pulumi.Input<string>;
|
|
143
157
|
/**
|
|
144
158
|
* Redirection URI values used by the client.
|
|
145
159
|
* One of these values must exactly match the `redirectUri` parameter value
|
|
@@ -179,6 +193,13 @@ export interface OidcClientArgs {
|
|
|
179
193
|
* The name of the client.
|
|
180
194
|
*/
|
|
181
195
|
name?: pulumi.Input<string>;
|
|
196
|
+
/**
|
|
197
|
+
* The namespace to provision the resource in.
|
|
198
|
+
* The value should not contain leading or trailing forward slashes.
|
|
199
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
200
|
+
* *Available only for Vault Enterprise*.
|
|
201
|
+
*/
|
|
202
|
+
namespace?: pulumi.Input<string>;
|
|
182
203
|
/**
|
|
183
204
|
* Redirection URI values used by the client.
|
|
184
205
|
* One of these values must exactly match the `redirectUri` parameter value
|
package/identity/oidcClient.js
CHANGED
|
@@ -53,6 +53,7 @@ class OidcClient extends pulumi.CustomResource {
|
|
|
53
53
|
resourceInputs["idTokenTtl"] = state ? state.idTokenTtl : undefined;
|
|
54
54
|
resourceInputs["key"] = state ? state.key : undefined;
|
|
55
55
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
56
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
56
57
|
resourceInputs["redirectUris"] = state ? state.redirectUris : undefined;
|
|
57
58
|
}
|
|
58
59
|
else {
|
|
@@ -63,11 +64,14 @@ class OidcClient extends pulumi.CustomResource {
|
|
|
63
64
|
resourceInputs["idTokenTtl"] = args ? args.idTokenTtl : undefined;
|
|
64
65
|
resourceInputs["key"] = args ? args.key : undefined;
|
|
65
66
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
67
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
66
68
|
resourceInputs["redirectUris"] = args ? args.redirectUris : undefined;
|
|
67
69
|
resourceInputs["clientId"] = undefined /*out*/;
|
|
68
70
|
resourceInputs["clientSecret"] = undefined /*out*/;
|
|
69
71
|
}
|
|
70
72
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
|
+
const secretOpts = { additionalSecretOutputs: ["clientSecret"] };
|
|
74
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
71
75
|
super(OidcClient.__pulumiType, name, resourceInputs, opts);
|
|
72
76
|
}
|
|
73
77
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oidcClient.js","sourceRoot":"","sources":["../../identity/oidcClient.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"oidcClient.js","sourceRoot":"","sources":["../../identity/oidcClient.ts"],"names":[],"mappings":"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"}
|
package/identity/oidcKey.d.ts
CHANGED
|
@@ -52,6 +52,13 @@ export declare class OidcKey extends pulumi.CustomResource {
|
|
|
52
52
|
* Name of the OIDC Key to create.
|
|
53
53
|
*/
|
|
54
54
|
readonly name: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The namespace to provision the resource in.
|
|
57
|
+
* The value should not contain leading or trailing forward slashes.
|
|
58
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
59
|
+
* *Available only for Vault Enterprise*.
|
|
60
|
+
*/
|
|
61
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
55
62
|
/**
|
|
56
63
|
* How often to generate a new signing key in number of seconds
|
|
57
64
|
*/
|
|
@@ -88,6 +95,13 @@ export interface OidcKeyState {
|
|
|
88
95
|
* Name of the OIDC Key to create.
|
|
89
96
|
*/
|
|
90
97
|
name?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The namespace to provision the resource in.
|
|
100
|
+
* The value should not contain leading or trailing forward slashes.
|
|
101
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
102
|
+
* *Available only for Vault Enterprise*.
|
|
103
|
+
*/
|
|
104
|
+
namespace?: pulumi.Input<string>;
|
|
91
105
|
/**
|
|
92
106
|
* How often to generate a new signing key in number of seconds
|
|
93
107
|
*/
|
|
@@ -116,6 +130,13 @@ export interface OidcKeyArgs {
|
|
|
116
130
|
* Name of the OIDC Key to create.
|
|
117
131
|
*/
|
|
118
132
|
name?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The namespace to provision the resource in.
|
|
135
|
+
* The value should not contain leading or trailing forward slashes.
|
|
136
|
+
* The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault#namespace).
|
|
137
|
+
* *Available only for Vault Enterprise*.
|
|
138
|
+
*/
|
|
139
|
+
namespace?: pulumi.Input<string>;
|
|
119
140
|
/**
|
|
120
141
|
* How often to generate a new signing key in number of seconds
|
|
121
142
|
*/
|
package/identity/oidcKey.js
CHANGED
|
@@ -37,6 +37,7 @@ class OidcKey extends pulumi.CustomResource {
|
|
|
37
37
|
resourceInputs["algorithm"] = state ? state.algorithm : undefined;
|
|
38
38
|
resourceInputs["allowedClientIds"] = state ? state.allowedClientIds : undefined;
|
|
39
39
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
40
|
+
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
40
41
|
resourceInputs["rotationPeriod"] = state ? state.rotationPeriod : undefined;
|
|
41
42
|
resourceInputs["verificationTtl"] = state ? state.verificationTtl : undefined;
|
|
42
43
|
}
|
|
@@ -45,6 +46,7 @@ class OidcKey extends pulumi.CustomResource {
|
|
|
45
46
|
resourceInputs["algorithm"] = args ? args.algorithm : undefined;
|
|
46
47
|
resourceInputs["allowedClientIds"] = args ? args.allowedClientIds : undefined;
|
|
47
48
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
49
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
48
50
|
resourceInputs["rotationPeriod"] = args ? args.rotationPeriod : undefined;
|
|
49
51
|
resourceInputs["verificationTtl"] = args ? args.verificationTtl : undefined;
|
|
50
52
|
}
|
package/identity/oidcKey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oidcKey.js","sourceRoot":"","sources":["../../identity/oidcKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"oidcKey.js","sourceRoot":"","sources":["../../identity/oidcKey.ts"],"names":[],"mappings":"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"}
|