Closed tchughesiv closed 2 days ago
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.
Fixes https://github.com/feast-dev/feast/issues/4766
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