Skip to content

Commit 4a06332

Browse files
committed
feat: Add Feast Operator RBAC example with Kubernetes Authentication type.
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
1 parent 2c46f6a commit 4a06332

File tree

6 files changed

+1725
-4
lines changed

6 files changed

+1725
-4
lines changed

examples/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ The following examples illustrate various **Feast** use cases to enhance underst
1818
The examples below showcase how to deploy and manage **Feast on Kubernetes** using the **Feast Go Operator**.
1919

2020
1. **[Operator Quickstart](operator-quickstart)**: Demonstrates how to install and use Feast on Kubernetes with the Feast Go Operator.
21-
1. **[Operator Quickstart with Postgres in TLS](operator-postgres-tls-demo)**: Demonstrates installing and configuring Feast with PostgreSQL in TLS mode on Kubernetes using the Feast Go Operator, with an emphasis on volumes and VolumeMounts support.
21+
1. **[Operator Quickstart with Postgres in TLS](operator-postgres-tls-demo)**: Demonstrates installing and configuring Feast with PostgreSQL in TLS mode on Kubernetes using the Feast Go Operator, with an emphasis on volumes and VolumeMounts support.
22+
1. **[Operator RBAC with Kubernetes](operator-rbac)**: Demonstrates the Feast RBAC example on Kubernetes using the Feast Operator.

examples/operator-rbac/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Running the Feast RBAC example on Kubernetes using the Feast Operator.
2+
3+
The [k8s-rbac.ipynb](k8s-rbac.ipynb) will guide you through how to enable Role-Based Access Control (RBAC) for Feast using [Feast Operator](../../infra/feast-operator/) with the Kubernetes Authentication type.
4+
5+
6+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
project: feast_rbac
2+
provider: local
3+
offline_store:
4+
host: localhost
5+
type: remote
6+
port: 8081
7+
online_store:
8+
path: http://localhost:8082
9+
type: remote
10+
registry:
11+
path: localhost:8083
12+
registry_type: remote
13+
auth:
14+
type: kubernetes
15+
entity_key_serialization_version: 3

0 commit comments

Comments
 (0)