Skip to content

Secret Generators

Secret generators define how SecretZero produces values. Each secret chooses a generator and its configuration, then targets receive the generated result.

Available Generators

Common Configuration

Generator configuration typically lives under generator or generator_config blocks:

secrets:
  - name: api_key
    generator: random_string
    generator_config:
      length: 64

Next Steps