rundeck-cli
rundeck-cli copied to clipboard
Feature request: hide URLs in output
Hi guys,
Would it be possible to add a flag to hide the url in the output? We're using a "private" domain for our rundeck install. It's behind an oauth proxy so unless someone is logged in they can't tell what's there.
When using rd-cli with a CI/CD tool like Jenkins or GitLab the output (and therefore the URL) is captured in the logs and visible to whoever is running the pipeline eg:
# Execution started: [xxxx] xxxxx-xxxx-xxxx-xxxxxx group/job <https://rundeckurl.dev/project/myproject/execution/show/xxxx>
A flag to hide sensitive info like the URL would be great, returning something like:
# Execution started: [xxxx] xxxxx-xxxx-xxxx-xxxxxx group/job
Cheers!