feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.62k stars 1k forks source link

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

Closed tchughesiv closed 2 days ago

tchughesiv commented 3 days ago

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 https://github.com/feast-dev/feast/issues/4766