Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 754 Bytes

File metadata and controls

36 lines (32 loc) · 754 Bytes
title description sidebar_position slug
Setup OpenFGA
Setting up an OpenFGA server
1
/getting-started/setup-openfga/overview

import { DocumentationNotice, CardGrid, } from "@components/Docs";

Setup OpenFGA

Follow the guides below to setup an OpenFGA server.

<CardGrid middle={[ { title: 'Configure an OpenFGA Server', description: 'How to setup an OpenFGA server.', to: 'configure-openfga', }, { title: 'Docker Setup Guide', description: 'How to setup an OpenFGA server with Docker.', to: 'docker', }, { title: 'Kubernetes Setup Guide', description: 'How to setup an OpenFGA server with Kubernetes.', to: 'kubernetes', } ]} />