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

feature: Secret #3

Open
pixeleet opened this issue Nov 8, 2022 · 0 comments
Open

feature: Secret #3

pixeleet opened this issue Nov 8, 2022 · 0 comments

Comments

@pixeleet
Copy link
Member

pixeleet commented Nov 8, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant