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

Unreachable OIDC discovery URL prevents startup #23652

Open
weeco opened this issue Oct 7, 2024 · 0 comments
Open

Unreachable OIDC discovery URL prevents startup #23652

weeco opened this issue Oct 7, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@weeco
Copy link

weeco commented Oct 7, 2024

Version & Environment

Redpanda version: (use rpk version): v24.2.5

What went wrong?

I configured a OIDC discovery URL + OAuthBearer as a sasl mechanism. The OIDC discovery URL is unreachable and in that case the cluster fails to startup. It's spamming these log lines so frequently, that I cannot capture other logs.

WARN 2024-10-07 12:19:07,317 [shard 0:main] cluster - metrics_reporter.cc:349 - Failed to initialize cluster_id: cluster::errc:19
WARN 2024-10-07 12:19:07,317 [shard 0:main] cluster - metrics_reporter.cc:349 - Failed to initialize cluster_id: cluster::errc:19
WARN 2024-10-07 12:19:07,317 [shard 0:main] cluster - metrics_reporter.cc:349 - Failed to initialize cluster_id: cluster::errc:19
WARN 2024-10-07 12:19:07,317 [shard 0:main] cluster - metrics_reporter.cc:349 - Failed to initialize cluster_id: cluster::errc:19
WARN 2024-10-07 12:19:07,318 [shard 0:main] cluster - metrics_reporter.cc:349 - Failed to initialize cluster_id: cluster::errc:19

What should have happened instead?

I imagine the OIDC discovery process is important, but should not prevent a startup.

How to reproduce the issue?

Additional information

Please attach any relevant logs, backtraces, or metric charts.

@weeco weeco added the kind/bug Something isn't working label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant