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

A way to parametrize URL for Cascade Remote Options: skip URL encoding and protocol verification #9002

Open
vifrrg opened this issue Mar 14, 2024 · 0 comments

Comments

@vifrrg
Copy link

vifrrg commented Mar 14, 2024

Rundeck 4.17.0
I am using Cascade Remote Options feature.

  • One of my option is PROTOCOL which may be one of http or https (Drop-down window), but I can not use ${option.PROTOCOL.name} in the corresponding part of Remote URL. I even can not save such a job. Seems this is extra validation on hardcoded protocol;
  • My second option is ENDPOINT, which contains path separators /, but I can not use it correcty because of URL encode ${option.[name].value} in Cascading Remote Options #811 - all separators are encoded and resulting URL becomes invalid;
  • I have some remote URLs for such options parametrized, including protocol and sub-path, but I can not use them because of two "features" above: all / and : (separators for protocol, path and port) are URLencoded + not passing the validation during job save;

Would be nice to have a way to escape this behaviour.

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

No branches or pull requests

1 participant