-
Notifications
You must be signed in to change notification settings - Fork 137
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
Cannot use CLI tool with EXTERNAL_SERVER_URL set #33
Comments
If you are hitting the same thing I did, its an upstream rundeck issue. The rd-jobs, rd-projects type commands don't work. However, the newer "rd jobs" from the rundeck CLI project work if you have JRE v8. https://github.com/rundeck/rundeck-cli |
@stagrlee nailed it 😄 For good measure, what do these entries look like in your framework.properties?
If they look OK, try commenting out this line in your profile and see if it helps:
|
Hi,
this is my rundeck-config.properties
|
Hi @ljmscx Try
If that doesn't work, then you'll need to use https://github.com/rundeck/rundeck-cli like @stagrlee pointed out. It's already installed in the container and ready to use 😃 |
Any updates? |
Hi,
i'm using rundeck with an http proxy in front, so i use the EXTERNAL_SERVER_URL parameter. This works fine with the web UI but the CLI tools doesn't work. When i don't set the EXTERNAL_SERVER_URL parameter the CLI works fine but the Web UI don't work obviously.
Here are my settings:
profile
docker command
Did i something wrong or is this an known issue?
The text was updated successfully, but these errors were encountered: