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

Add to Go operator support for db stores #4783

Open tmihalac opened 14 hours ago

tmihalac commented 14 hours ago

Is your feature request related to a problem? Please describe. The current feast go operator doesn't support db stores for the various components(online,offline,registry)

Describe the solution you'd like The proposed solution is to add to the operator the ability to read the DB parameters from a secret specified in the CR

kind: FeatureStore
metadata:
  name: example
spec:
  feastProject: my_project
  services:
    onlineStore:
      persistence:
        store:
          type: postgres
          secretRef: 
            name: _SECRET_NAME_ 
          secretKeyName: my-postgres