Closed freeseacher closed 5 years ago
I have the same problem :( but I use sbt to rebuild this lib after modifing those line: In file: ./rundeck-telegram-plugin/src/main/scala/ajr/rundeck/telegram/TelegramMessenger.scala:14: val request = http(url).proxy('proxy', port).params(params).asString It work for me. I don't know anything about scala, so i can not add proxy via variables in config file (telegram.properties), just hard code it . Haizzz
You should be able to set these using Project Settings -> Edit Configuration
in Rundeck and adding something like:
project.plugin.Notification.TelegramNotification.proxyHost=<host>
project.plugin.Notification.TelegramNotification.proxyPort=<port>
Please add support for proxy with auth and switch to standard proxy settings approach
currently i have standard proxy environment http_proxy/https_proxy. by default i can provide such an url
Please switch to that method for setting up proxy.