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: url encoding option #213

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

maany
Copy link
Member

@maany maany commented Oct 31, 2024

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 new 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

@maany maany changed the title webuiint: url encoding option webui: url encoding option Oct 31, 2024
charts/rucio-webui/values.yaml Outdated Show resolved Hide resolved
@maany maany merged commit 9ae7f58 into rucio:master Nov 12, 2024
1 check passed
@maany maany deleted the webui_encode_url_params branch November 12, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants