From a27a7cf9da19ed6e56d5c95454547de6933a7471 Mon Sep 17 00:00:00 2001 From: maany Date: Mon, 25 Nov 2024 17:51:12 +0100 Subject: [PATCH] webui: optional userpass login, community logo --- charts/rucio-webui/Chart.yaml | 2 +- charts/rucio-webui/values.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/rucio-webui/Chart.yaml b/charts/rucio-webui/Chart.yaml index ba0c064a..b801af76 100644 --- a/charts/rucio-webui/Chart.yaml +++ b/charts/rucio-webui/Chart.yaml @@ -1,5 +1,5 @@ name: rucio-webui -version: 35.0.2 +version: 35.1.0 apiVersion: v1 description: A Helm chart to deploy the new Rucio Webui keywords: diff --git a/charts/rucio-webui/values.yaml b/charts/rucio-webui/values.yaml index 710b5198..7d4f7601 100644 --- a/charts/rucio-webui/values.yaml +++ b/charts/rucio-webui/values.yaml @@ -91,6 +91,12 @@ config: project_url: "https://rucio.cern.ch" # if your DID schema in your policy uses special characters like + or /, set this to true params_encoding_enabled: "False" + # if you want to disable userpass authentication, set this to False + enable_userpass_login: "True" + # if you want to add your own custom logo to the webui's login page, set this to the url of the logo + community_logo_url: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSxnHbkErtMHdMn2FXvsMrkyk55SPeqh4bkB8X4uvAQE2HHNmFznf46Zkr96kN_5EbmFfc&usqp=CAU" + # to associate a custom Activity to the rules created with the webui, set this to the name of the activity + rule_activity: "User Subscriptions" multivo_enabled: "False" # A csv string of vos containing their short names. For example: "def,atl,cms" vo_list: "def"