Expected Behavior
Get actors
Actual Behavior
ateClient.ListActors(ctx, &ateapipb.ListActorsRequest{}) needs jwtToken
Steps to Reproduce the Problem
kubectl port-forward svc/api 8080:443 -n ate-system
ANTHROPIC_API_KEY=sk-3f0b77ee277645e29b6471eb1f328282 \ BUCKET_NAME=ate-snapshots \ ./hack/install-ate.sh --deploy-demo-claude-code-multiplex
cd demos/claude-code-multiplex/ui PORT=8090 ATEAPI_ADDR=localhost:8080 go run .
Specifications
Expected Behavior
Get actors
Actual Behavior
ateClient.ListActors(ctx, &ateapipb.ListActorsRequest{})needs jwtTokenSteps to Reproduce the Problem
kubectl port-forward svc/api 8080:443 -n ate-systemANTHROPIC_API_KEY=sk-3f0b77ee277645e29b6471eb1f328282 \ BUCKET_NAME=ate-snapshots \ ./hack/install-ate.sh --deploy-demo-claude-code-multiplexcd demos/claude-code-multiplex/ui PORT=8090 ATEAPI_ADDR=localhost:8080 go run .Specifications