Skip to content
Snippets Groups Projects
Commit 6c93d91b authored by Christian Boettcher's avatar Christian Boettcher
Browse files

Merge branch 'main' of gitlab.jsc.fz-juelich.de:eflows4hpc-wp2/data-logistics-service into main

parents 507a2c03 91c29c40
No related branches found
No related tags found
No related merge requests found
Pipeline #95805 failed
......@@ -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 ===
......
......@@ -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"}]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment