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

Feature: Detect problems with Auth gRPC connection during setup #2235

Open
dborovcanin opened this issue May 14, 2024 · 0 comments · May be fixed by #2245
Open

Feature: Detect problems with Auth gRPC connection during setup #2235

dborovcanin opened this issue May 14, 2024 · 0 comments · May be fixed by #2245
Assignees
Labels
enhancement feature go Pull requests that update Go code

Comments

@dborovcanin
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

If the gRPC connection is not established properly, we cannot detect it until we start using it, which is too late; i.e. error Unavailable is not something we want to see because of issues during the connection establishment.

Describe the feature you are requesting, as well as the possible use case(s) for it.

We should be able to detect these types of problems earlier and prevent startup in case of them.

Indicate the importance of this feature to you.

Should-have

Anything else?

No response

@dborovcanin dborovcanin added enhancement feature go Pull requests that update Go code labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature go Pull requests that update Go code
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants