Skip to content

History / worker credentials

Revisions

  • worker-credentials: pre-dispatch terminal-vs-retryable call.error (noetl/ai-meta#78)

    @kadyapam kadyapam committed Jun 10, 2026
  • wiki: document credential alias resolution in worker-credentials Adds a "Two ways playbooks reference a credential" section to the worker-credentials page, covering both the inline `auth:` struct shape (already supported) and the bare alias string shape that noetl-worker 5.10+ resolves at dispatch time via the new `auth_alias` helper (noetl/ai-meta#48). Documents: - The 4 supported credential types (postgres, bearer, api_key, basic) and how each maps onto the tool config. - The error surface (missing alias → clear name-bearing error, unsupported type → named error). - The override semantics (playbook overrides win, unprefixed keys accepted for back-compat). Ships in lockstep with noetl/worker PR per Rule 2b. Refs noetl/ai-meta#48

    @kadyapam kadyapam committed Jun 3, 2026
  • wiki: worker-credentials page (NOETL_KEYCHAIN_ENV_VARS, noetl/worker#35)

    @kadyapam kadyapam committed Jun 1, 2026