We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
worker-credentials: pre-dispatch terminal-vs-retryable call.error (noetl/ai-meta#78)
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
wiki: worker-credentials page (NOETL_KEYCHAIN_ENV_VARS, noetl/worker#35)