Vibin
(Vibin)
August 29, 2020, 7:16pm
1
Hi,
Was wondering how to setup SSL Configuration in AWX hosted in a K8S environment.
At the moment, am using apache reverse proxy but the problem is job status page is not refreshing automatically nd I need to manually refresh it.
Either I’d like to fix the page refreshing issue or a way to enable SSL using built-in options if any.
Please provide your suggestions.
Regards,
Vibin
I hope you have ingress controller configured in your k8s cluster. If yes. you can use ingress resources to configure the aws ssl.
Vibin
(Vibin)
August 30, 2020, 5:02am
3
Thanks for your reply.
Ingress is not configured yet, that’s why am looking for alternatives.
Regards,
Vibin
Okay. It is very easy to configure nginx ingress however you need to have SSL without, please use secret or configmap to mont the cert into awx web container appropriately.