You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered: