Fuzzball Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Types of Secrets

Secrets are stored by Fuzzball as data structures (technically Go maps). Different types of secrets have different fields which may be required or optional. More details are presented in later sections. Fuzzball currently supports the following types of secrets.

  • S3: authenticate to access data or write to an S3 bucket
  • HTTP(S): allows you to provide a username, password, and optionally a token for generic website authentication
  • Image: you can supply credentials to authenticate to a given OCI container registry
  • Value: a generic secret storage method for any kind of sensitive string info