democratic_csi/example/README.md

16 lines
341 B
Markdown
Raw Permalink Normal View History

2024-01-05 12:13:47 +01:00
# Democratic CSI using FreeNAS API
To have this running, you first need to configure your truenas scale
- Turn iSCSI service on
- Create a portal and an initiator group (note their ID)
- Create an API key
Then, store the API key in vault
- Store the API key in vault
```
vault kv put kv/service/democratic-csi truenas_api_key=XXXXX
```