Skip to content

fix(postgres-k8s): add entrypoint/entrypoint and NP_API_KEY bridge#10

Merged
violenti merged 1 commit intomainfrom
fix/postgres-k8s-helm-deps
Apr 13, 2026
Merged

fix(postgres-k8s): add entrypoint/entrypoint and NP_API_KEY bridge#10
violenti merged 1 commit intomainfrom
fix/postgres-k8s-helm-deps

Conversation

@violenti
Copy link
Copy Markdown
Contributor

  • Add entrypoint/entrypoint script that delegates to handle-service-agent. The service_definition_agent_association module hardcodes the channel cmdline as entrypoint/entrypoint but the service only had handle-service-agent at root, causing "no such file or directory" on every service action.

  • Add NP_API_KEY → NULLPLATFORM_API_KEY bridge in handle-service-agent. np-agent exposes NP_API_KEY but np CLI expects NULLPLATFORM_API_KEY. Without this bridge, np service-action exec fails to authenticate.

- Add entrypoint/entrypoint script that delegates to handle-service-agent.
  The service_definition_agent_association module hardcodes the channel
  cmdline as entrypoint/entrypoint but the service only had handle-service-agent
  at root, causing "no such file or directory" on every service action.

- Add NP_API_KEY → NULLPLATFORM_API_KEY bridge in handle-service-agent.
  np-agent exposes NP_API_KEY but np CLI expects NULLPLATFORM_API_KEY.
  Without this bridge, np service-action exec fails to authenticate.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@violenti violenti requested a review from pilundain April 13, 2026 18:27
@violenti violenti merged commit ddb2a52 into main Apr 13, 2026
2 checks passed
@violenti violenti deleted the fix/postgres-k8s-helm-deps branch April 13, 2026 18:28
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