Page MenuHomeSoftware Heritage

separate clients for each HAL instance
Closed, MigratedEdits Locked

Description

At the moment HAL deposits content with three main instances:

When we started with the deposit, we didn't want to add all of HAL's portals:

we still don't want to do that.

All "real" deposits are accessible on the main portal- https://hal.archives-ouvertes.fr
and we want to create two more clients for test-deposits.

Event Timeline

moranegg triaged this task as Normal priority.Apr 15 2019, 2:39 PM
moranegg created this task.

[Add ]https://inria.halpreprod.archives-ouvertes.fr
[Add] https://hal-test.archives-ouvertes.fr

Added both following the excerpt command:

swh deposit admin \
  --config-file ~/.config/swh/deposit/production.yml --platform production \
  user create \
  --username hal-preprod \
  --password <redacted> \
  --provider-url "https://inria.halpreprod.archives-ouvertes.fr/" \
  --domain "halpreprod.archives-ouvertes.fr"

The password has been installed in the credential store (operations/deposit.softwareheritage.org/http-auth/<user> respectively).

ardumont changed the task status from Open to Work in Progress.May 14 2019, 1:29 PM

Email sent to Bruno Marmol with @moranegg as cc on the unencrypted part.

ardumont claimed this task.

Installed on hal's side.