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

fix: Improve operator service probes and add authz header grpc initContainer #4841

Closed
wants to merge 1 commit into from

Conversation

tchughesiv
Copy link
Contributor

@tchughesiv tchughesiv commented Dec 11, 2024

What this PR does / why we need it:

Fixes pod startup issues when Feast authorization is enabled.
Adds this header to grpcurl -
authorization: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)

this PR also improves existing Deployment health probes and adds a startup probe

Which issue(s) this PR fixes:

Fixes #4848

@tchughesiv tchughesiv changed the title fix: improve operator service probes and add authz header grpc initContainer fix: Improve operator service probes and add authz header grpc initContainer Dec 11, 2024
@tchughesiv tchughesiv marked this pull request as ready for review December 12, 2024 23:04
@tchughesiv tchughesiv requested a review from a team as a code owner December 12, 2024 23:04
@tchughesiv tchughesiv marked this pull request as draft December 17, 2024 18:56
@tchughesiv tchughesiv closed this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Operator - registry grpc healthcheck throws error when feast authorization is enabled
1 participant