Skip to content

v0.5.18 — bearer token form for pre-minted JWTs

Choose a tag to compare

@tranquocthong tranquocthong released this 20 Jul 23:40
· 30 commits to main since this release

New token-def form for /sf:manual-test auth, for services that expect a pre-minted JWT rather than a grant flow.

Added

  • skills/manual-test/scripts/checklist_lib/auth.py — fourth token form bearer: '<jwt-or-${ENV_VAR}>', resolving a literal token straight to an Authorization: Bearer <token> header (override the header name with header:). String fields are still ${VAR}-expanded, so the token can be injected from the environment. Fails loudly (RuntimeError) when the value resolves empty, so a missing env var is never sent as an empty Bearer header. Joins the existing keycloak_ropc / keycloak-client-credentials / payload forms.

Full changelog: see CHANGELOG.md