Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webui: optional userpass login, community logo #214

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading