Skip to main content Link Search Menu Expand Document (external link)

Secrets overview

Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.

Added in v1.0.0


Table of contents


Errors

SecretsError (class)

Signature

export declare class SecretsError

Added in v1.0.0

isSecretsError

Signature

export declare const isSecretsError: (u: unknown) => u is SecretsError

Added in v1.0.0

Layers

SecretsLayer

Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.

Signature

export declare const SecretsLayer: Layer.Layer<
  Secrets,
  never,
  HttpClient.HttpClient<HttpClientError.HttpClientError, Scope>
>

Added in v1.0.0

Tags

Secrets (class)

Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.

Signature

export declare class Secrets

Added in v1.0.0