-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hello,
I am currently running the Rundeck on Docker container behind nginx revese-proxy, also on another container. I have the containers running in AWS EC2 instance. Here are the details you may want:
[Details]
EC2:
OS: Ubuntu 18.04
domain name: MY_OWN_DOMAIN_NAME
Rundeck:
image: jordan/rundeck:latest
server: https://localhost:4443
port used: 4443
Nginx:
image: nginx:latest
proxy pass: https://localhost:4443
proxy redirect: https://localhost:4443 https://MY_OWN_DOMAIN_NAME:4443
rundeck-ec2-nodes-plugin
version: 1.5
[Error]
Rundeck is up and running fine behind nginx reverse-proxy. However, the plugin functionality in the software is not working at all while all other functionalities are working just fine. I have installed the rundeck-ec2-nodes-plugin in the directory where other plugins reside; however, I cannot view this plugin.
Let me know if you need any further details.
Thank you,
Kevin