16 lines
197 B
Markdown
16 lines
197 B
Markdown
# What?
|
|
|
|
This is a simple demo repo with thinkering based on [OpenFGA](https://openfga.dev)
|
|
|
|
# Run
|
|
|
|
```
|
|
make infra-up
|
|
```
|
|
|
|
## How to generate privkey
|
|
|
|
```
|
|
openssl genrsa -out private.pem 2048
|
|
```
|
|
|