Module wasmcloud_runtime::capability::secrets::store

source ·

Enums§

  • A secret value can be either a string or a byte array, which lets you store binary data as a secret.
  • An error type that encapsulates the different errors that can occur fetching secrets

Traits§

Functions§

Type Aliases§

  • A secret is a resource that can only be borrowed. This allows you to pass around handles to secrets and not reveal the values until a component needs them. You need to use the reveal interface to get the value.