create agent: internal: set nickname: rpc error: code = Unauthenticated desc = identity not available: x-identity-id not found in metadata
Update bootstrap/platform deployment (charts / image pin) to pick up the fixed agents-service version once PR #47 is merged/released.
Context
agynio/e2ePRs started failing in thego-terraformsuite when creating an agent withnickname:Failing run example:
Root cause
agents-service was calling Identity nickname RPCs without forwarding
x-identity-idfrom incoming → outgoing gRPC metadata.Fix is implemented in:
Request
Update bootstrap/platform deployment (charts / image pin) to pick up the fixed agents-service version once PR #47 is merged/released.
Acceptance criteria
agynio/e2ego-terraform suite passes (agent nickname create/update/import).