Skip to content

Commit

Permalink
webui: optional userpass login, community logo
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 26, 2024
1 parent 9ae7f58 commit a1e4c72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rucio-webui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions charts/rucio-webui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1e4c72

Please sign in to comment.