Skip to content

Commit

Permalink
jhub: configure rucio extension #68
Browse files Browse the repository at this point in the history
  • Loading branch information
goseind committed Mar 24, 2023
1 parent 37e59c3 commit 09709b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iac/cluster/tf/jhub/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@ singleuser:
extraEnv:
EOS_OAUTH_ID: "eos-eulake"
RUCIO_OAUTH_ID: "rucio"
RUCIO_MODE: "replica"
RUCIO_MODE: "download"
RUCIO_DESTINATION_RSE: "EULAKE-1"
RUCIO_RSE_MOUNT_PATH: "/eos/eulake_1"
RUCIO_PATH_BEGINS_AT: "5"
RUCIO_WILDCARD_ENABLED: "1"
RUCIO_REPLICATION_RULE_LIFETIME_DAYS: "7"
RUCIO_OIDC_AUTH: "env"
RUCIO_OIDC_FILE_NAME: "/tmp/rucio_oauth.token"
RUCIO_OIDC_AUTH: "file" # env
RUCIO_OIDC_FILE_NAME: "/tmp/jovyan/.rucio_jovyan/auth_token_for_account_dogosein" # "/tmp/rucio_oauth.token"
RUCIO_OIDC_ENV_NAME: "TOKEN"
RUCIO_DEFAULT_AUTH_TYPE: "oidc"
OAUTH2_TOKEN: "FILE:/tmp/eos_oauth.token"
TOKEN: "" # test workaround
TOKEN: "CHANGE_ME" # test workaround when using RUCIO_OIDC_AUTH: "env"
storage:
type: none
extraVolumes:
Expand Down

0 comments on commit 09709b4

Please sign in to comment.