From 4f9421f1116b023df571dc6cac0d4ab066c136d6 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 21 Aug 2023 23:20:26 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 185f619..a88137c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -# On TrueNAS +# 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 -# On the cluster +Then, store the API key in vault + - Store the API key in vault ``` vault kv put kv/service/democratic-csi truenas_api_key=XXXXX ``` +