Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


UI Text Box

# User preferences for UCC
authentication-method=bearer-token
token=eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwi.....FkyV3pVSUFzc0RwaVprRURZV1U4Ukh3In0.eyJqdGkiOiJiMDBmNTkyMS01YjkxLTQzMGQtOTBjZC05ZDY4OTc4ODY4MTciLCJleHAiOjE2Njc5MzY0MTEsIm5iZiI6MCwe.....xLTQzMGQtOTBjZC05ZDY4OTc4ODY4MTciLCJleHAiOjE2Njc5MzY0MTEsIm5iZiI6MCw.......cLXA

# configure truststore containing trusted CA certs
truststore.type=directory

# if type is 'directory'
truststore.directoryLocations.1=/home/<user>/.unicore/certificates/*.pem
truststore.directoryEncoding=PEM

# do not check the SSL cert contains correct hostname
client.serverHostnameChecking=NONE

# The address(es) of the registries to contact
# (space separated list)

registry=https://unicore.hpc.cineca.it:9111/PRACE/services/Registry?res=default_registry
# default directory for output
output=.
protocols=UFTP BFT


...

More features will be added soon and fully documented here.

FAQ

The service fails when try to connect

It may happen that when trying to connect the command "ucc connect -v" gives the following Error

[ucc connect] Connecting to https://unicore.hpc.cineca.it:9111/CINECA-G100/rest/core/factories/default_target_system_factory
Can't create target system.
The root error was: eu.unicore.services.rest.client.RESTException: n/a [HTTP 403 Forbidden]

It is possible that you OIDC token is expired.
Please login via OpenID on UserDB and download the new OIDC token. Replace it in ~/.ucc/preferences and try again.