Skip to content

OpenFGA helm chart to help you deploy in your Kubernetes Cluster.

License

Notifications You must be signed in to change notification settings

alexandrebrg/openfga-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintenance mode

This chart was created to fill the need of Helm Chart for OpenFGA, as they released an official version of their chart, this repository is no more needed.

OpenFGA Helm chart

Helm chart version

OpenFGA is an high-performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar. You can learn more about it on their official repository.

TL;DR

helm repo add openfga https://alexandrebrg.github.io/openfga-helm
helm install openfga openfga/openfga

Default settings will create a PostgreSQL server along with OpenFGA.

Quick start

Requirements:

Run the following commands:

# Creates a single node cluster to run on
k3d cluster create openfga

# Install the helm chart on the cluster
helm repo add openfga https://alexandrebrg.github.io/openfga-helm
helm install openfga openfga/openfga --set playground.enabled="true" --set service.playground.enabled="true"

## Wait until your openfga pod is healthy & ready to server!

# Port-forward into the service
kubectl port-forward --namespace default svc/openfga 8082:8082 &

## You can now open in your browser the following URL to access playground:
## http://localhost:8082/playground

## When you are done, you can now delete your cluster
k3d cluster delete openfga

Contributing

It's a community helm chart. I invite everyone to join the party and help the chart to go forward ❤️! You can peruse the contributing guidelines