From 76007168b631a5b3f2bf6c7a7900bef73556ff04 Mon Sep 17 00:00:00 2001 From: Andrea Manzi Date: Tue, 23 Jan 2024 14:48:05 +0100 Subject: [PATCH] add new section to DataHub docs on How to Get Access (#627) Add new section to DataHub docs on How to Get Access --- content/en/users/data/management/datahub/_index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/en/users/data/management/datahub/_index.md b/content/en/users/data/management/datahub/_index.md index 3e834c84e9..c732d92f5b 100644 --- a/content/en/users/data/management/datahub/_index.md +++ b/content/en/users/data/management/datahub/_index.md @@ -120,3 +120,15 @@ It\'s also possible to create indexes and query them. It\'s possible to view the popularity of a file and manage smart caching. ![Viewing file popularity for smart caching](datahub-file-popularity-smarch-caching.png) + +## How to get access + +The EGI DataHub Web interface can be accessed by any user authenticated via +[EGI Check-in](../../../aai/check-in). Users authenticated have access to the +`PLAYGROUND` space, where they can tests some of the available features. Users +have also read-only access to the `open-datasets` space where some example +datasets are stored. +In order to access via oneclient or API please check the related [documentation](./clients/#generating-tokens-for-using-oneclient-or-apis). + +Advanced users willing to install their own Oneprovider can check the dedicated +[installation instructions](../../../../providers/datahub/oneprovider).