We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pods should start without issue
The online and offline store pods will not start because the initContainer registry healthcheck never passes. The registry throws this error -
File "/opt/app-root/lib64/python3.11/site-packages/feast/permissions/server/grpc_token_extractor.py", line 34, in extract_access_token raise AuthenticationError("Missing authorization header") starlette.authentication.AuthenticationError: Missing authorization header
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
The pods should start without issue
Current Behavior
The online and offline store pods will not start because the initContainer registry healthcheck never passes.
The registry throws this error -
The text was updated successfully, but these errors were encountered: