File tree Expand file tree Collapse file tree
infra/feast-operator/config/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ apiVersion : feast.dev/v1alpha1
2+ kind : FeatureStore
3+ metadata :
4+ name : sample-oidc-auth
5+ spec :
6+ feastProject : my_project
7+ services :
8+ onlineStore :
9+ image : quay.io/dmartino/feature-server:0.3
10+ persistence :
11+ file :
12+ path : /data/online_store.db
13+ offlineStore :
14+ image : quay.io/dmartino/feature-server:0.3
15+ persistence :
16+ file :
17+ type : dask
18+ registry :
19+ local :
20+ image : quay.io/dmartino/feature-server:0.3
21+ persistence :
22+ file :
23+ path : /data/registry.db
24+ authz :
25+ oidc :
26+ secretRef :
27+ name : oidc-secret
28+ ---
29+ kind : Secret
30+ apiVersion : v1
31+ metadata :
32+ name : oidc-secret
33+ stringData :
34+ client_id : client_id
35+ auth_discovery_url : auth_discovery_url
36+ client_secret : client_secret
37+ username : username
38+ password : password
You can’t perform that action at this time.
0 commit comments