Skip to content

Rucio 35.6.0 minor release

Compare
Choose a tag to compare
@bari12 bari12 released this 19 Nov 16:33
· 5 commits to master since this release
webui: document the `PARAMS_ENCODING_ENABLED` env variable

In order to support DID schemas that use special characters like "/", a new configuration option has been added to the new webui to enable or disable this functionality.
In cases where DID schemas use any such special characters, the Apache configuration of the Rucio Server most likely uses `AllowEncodedSlashes` or `AllowEncode` directives.
The `PARAMS_ENCODING_ENABLED` in the helm chart config of the Rucio WebUI tells the webui to encode the URI parameters when requests are sent out to the rucio server.