Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

feature: Secret #3

@pixeleet

Description

@pixeleet
interface Secret {
  tag: "Secret",
  read: Fn<D, AsyncEither<E, A>>,
}

A fn that returns an async computation (thus can fetch from AWS SecretManager, or Vault, etc.)

Should mask output when printing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions