diff --git a/docs/apirequests.adoc b/docs/apirequests.adoc index 6d4bd84e9d217edf17b96940e2b12fbb4e80d0cc..740eefee3a8761361ca901daa908db081782a0b4 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 === diff --git a/plugins/eFlows_menu_link.py b/plugins/eFlows_menu_link.py index 937ad23e784fb873550d41e54b6c0e39fedea4c9..da5b6603b96752fcd2f24773242b5fce75d891f0 100644 --- a/plugins/eFlows_menu_link.py +++ b/plugins/eFlows_menu_link.py @@ -14,9 +14,9 @@ class AirflowEFlowsPlugin(AirflowPlugin): appbuilder_menu_items = [appbuilder_eFlows] class AirflowDataCatPlugin(AirflowPlugin): - name = "Data Catalog" + name = "Data Catalogue" operators = [] flask_blueprints = [] hooks = [] admin_views = [] - appbuilder_menu_items = [{"name": "Data Catalog", "href": "https://datacatalog.fz-juelich.de/index.html"}] + appbuilder_menu_items = [{"name": "Data Catalogue", "href": "https://datacatalog.fz-juelich.de/index.html"}]