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

feat: Operator will create k8s serviceaccount for each feast service #4767

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

tchughesiv
Copy link
Contributor

@tchughesiv tchughesiv commented Nov 18, 2024

What this PR does / why we need it:

For each feast service the operator deploys, a new service account will be created and used. This will ensure we're not using the default SA which can sometimes have been modified by the user or have elevated perms, etc.

Which issue(s) this PR fixes:

Fixes #4766

@tchughesiv tchughesiv marked this pull request as ready for review November 19, 2024 15:47
@tchughesiv tchughesiv requested a review from a team as a code owner November 19, 2024 15:47
@dmartinol dmartinol enabled auto-merge (squash) November 19, 2024 16:13
@dmartinol dmartinol merged commit cde5760 into feast-dev:master Nov 19, 2024
27 of 28 checks passed
shuchu pushed a commit to shuchu/feast that referenced this pull request Nov 21, 2024
…east-dev#4767)

create a serviceaccount for each feast service

Signed-off-by: Tommy Hughes <[email protected]>
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.

The Operator should create a new k8s ServiceAccount for each deployed Feast service
2 participants