Skip to content

Commit

Permalink
webui: url encoding option (#213)
Browse files Browse the repository at this point in the history
* webui: add params_encoding_enabled configuration

* Update charts/rucio-webui/values.yaml

Co-authored-by: Riccardo Di Maio <[email protected]>

---------

Co-authored-by: Riccardo Di Maio <[email protected]>
  • Loading branch information
maany and rdimaio authored Nov 12, 2024
1 parent 695b21b commit 9ae7f58
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1
version: 35.0.2
apiVersion: v1
description: A Helm chart to deploy the new Rucio Webui
keywords:
Expand Down
2 changes: 2 additions & 0 deletions charts/rucio-webui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ config:
# hostname of the webui ( without http:// or https://, just the hostname, no port or scheme required)
hostname: "webui-host"
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"
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 9ae7f58

Please sign in to comment.