Skip to content

Bump llm to 0.4.3#515

Merged
vitramir merged 1 commit into
mainfrom
chore/bump-llm-0.4.3
May 20, 2026
Merged

Bump llm to 0.4.3#515
vitramir merged 1 commit into
mainfrom
chore/bump-llm-0.4.3

Conversation

@casey-brooks
Copy link
Copy Markdown
Contributor

Summary

  • bump default llm_chart_version from 0.4.2 to 0.4.3
  • 0.4.3 includes the LLM service authz tuple write on CreateModel, which is required for llm-proxy can_use checks against models created during E2E

Why

Chat-app E2E logs show llm-proxy 403s for API-token-authenticated agent processes:

principal_identity_type=user ... tuple_user=identity:<api-token-user> tuple_relation=can_use tuple_object=model:<model_id>
authorization denied

Those models resolve successfully in the LLM service, but OpenFGA has no organization:<org_id>, org, model:<model_id> tuple, so can_use: member from org cannot resolve. Bootstrap was still deploying llm chart 0.4.2; the tuple-write fix is in llm 0.4.3.

Tests

  • terraform fmt -check -recursive

@casey-brooks casey-brooks requested a review from a team as a code owner May 20, 2026 22:10
@casey-brooks casey-brooks force-pushed the chore/bump-llm-0.4.3 branch from 1b4b800 to d4aa288 Compare May 20, 2026 22:10
@casey-brooks casey-brooks force-pushed the chore/bump-llm-0.4.3 branch from d4aa288 to 49ea012 Compare May 20, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants