Browse Docs
Catalog
Config
Stacks
Operate
Docs

Generated Fact Receipts

That receipt binds auth.password by digest before render. The same digest is referenced from the Redis default VariantRevision and RenderReceipt, so a silent password regeneration breaks npm run p0:contracts. View source markdown.

Generated facts are values that must be chosen once and then reused: passwords, tokens, certificate/key material, timestamps, UUIDs, or opaque secret handles.

The receipt schema is:

schemas/generated-fact-receipt.schema.json

The first concrete receipt is:

recipes/bitnami/redis/25.5.3/revisions/default/r001/receipts/generated-fact-receipt.yaml

Supported fact kinds:

  • password
  • token
  • cert-key
  • timestamp
  • uuid
  • opaque-secret-handle

Supported material policies:

  • persisted
  • secret-ref
  • opaque-handle
  • not-stored

Generated from the committed markdown file docs/reference/generated-fact-receipts.md. The source file is the authoritative version.