Packages · @purista/gcloud-secret-store
@purista/gcloud-secret-store
Google Secret Manager adapter for PURISTA secret values.
Signature
@purista/gcloud-secret-storeExamples
const store = new GoogleSecretStore({
project: 'projects/example-project',
cacheTtl: 30_000,
})
const secret = await store.getSecret('acme-prod-payments-api-token')Classes
1 entry
GoogleSecretStore
Classes
class GoogleSecretStoreSecret store backed by Google Secret Manager.
Type Aliases
1 entry
GoogleSecretStoreConfig
Types
type GoogleSecretStoreConfig = voidGoogle Secret Manager store configuration.
Variables
1 entry
puristaVersion
Variables
const puristaVersion: "3.2.3"