Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Temporal-Namespace header on every namespace-specific gRPC request #1458

Open
cretz opened this issue May 9, 2024 · 0 comments · May be fixed by #1467
Open

Set Temporal-Namespace header on every namespace-specific gRPC request #1458

cretz opened this issue May 9, 2024 · 0 comments · May be fixed by #1467
Labels
enhancement New feature or request

Comments

@cretz
Copy link
Member

cretz commented May 9, 2024

Describe the solution you'd like

See temporalio/features#475. This can be done with an interceptor that type asserts to interface { GetNamespace() string } (we've confirmed this works and will continue to work because that field will be present).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant