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

The Operator should create a new k8s ServiceAccount for each deployed Feast service #4766

Closed tchughesiv closed 2 days ago

tchughesiv commented 3 days ago

Is your feature request related to a problem? Please describe. The Operator should create a new service account for each deployed Feast service. This will ensure we're not using the default SA which can sometimes have been modified by the user or have elevated perms, etc.

Describe the solution you'd like For each Feast service the operator deploys, a new service account should be created and used.