From c379ad8dca0929ec43226d34efa5456d008850e0 Mon Sep 17 00:00:00 2001
From: Jedrzej Rybicki <j.rybicki@fz-juelich.de>
Date: Wed, 16 Mar 2022 09:47:16 +0100
Subject: [PATCH] Update apirequests.adoc to include vault credenitals

---
 docs/apirequests.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apirequests.adoc b/docs/apirequests.adoc
index 6d4bd84..740eefe 100644
--- a/docs/apirequests.adoc
+++ b/docs/apirequests.adoc
@@ -36,7 +36,7 @@ Following parameters are expected:
 Those will be used to create a temporary connection (with randomized name). The connection will be deleted after the pipline run. 
 
 ==== Passing vault connection id ====
-(not implemented yet)
+Credentials from vault can be used to access resources. This is achieved by passing a id of the creentials in vault to the respecitve pipeline. The parameter is ```vault_id``` and crednetials are located in the vault defined in admin/connections/my_vault. The location of the credentials in vault is defined as follows: ```/secret/data/ssh-credentials/<vault-id-value>```
 
 
 === Starting data transfer ===
-- 
GitLab