You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Improve messaging for common cloud config and rpc errors (#2885)
* feat: Improve messaging for common cloud config and rpc errors
1. Add a UnaryClientInterceptor for all gRPC client connections to
catch and rewrite unauthenticated error messages
2. Put the sqlc auth token in the config struct, and add simple validation
3. Add more explanatory error messages in cases where users try to use
cloud features without the proper configuration
4. Prevent sending the SQLC_AUTH_TOKEN env var to plugins
Resolves#2881
* Don't continue
0 commit comments