withBitwardenReferenceAuthCacheVolume
Method
interface ContainerResource { // ... omitted for brevity withBitwardenReferenceAuthCacheVolume( source: BitwardenSecretManagerResource, volumeName?: string, containerDirectory?: string): IResourceWithEnvironment;}Signature
method
withBitwardenReferenceAuthCacheVolumebuilderMounts a named volume and configures the Bitwarden SDK to store its auth cache there, for the connection associated with `source`. Use this for container resources. For process resources or when the container path is already known, use `WithBitwardenAuthCacheDirectory``1` instead.
withBitwardenReferenceAuthCacheVolume( source: BitwardenSecretManagerResource, volumeName?: string, containerDirectory?: string): IResourceWithEnvironmentParameters
sourceBitwardenSecretManagerResourcevolumeNamestringoptionalcontainerDirectorystringoptional= /var/lib/bitwardenReturns
IResourceWithEnvironmentApplies to
This method applies to the following types: