Hello guys,
First, i'm new in this forum, so if i'm writting/posting in the wrong Topic just move me into the right one
.
Context : I'm running kibana in a big enterprise, in cluster mode (many nodes), i got 3 nodes running with kibana only (frontend user). And all i want is to block all users pointing on my 3 kibana's server with there own FQDN/IP.
i want them to pass thought a F5 Load Balancer.
I do actualy that, with some iptables/firewalld rules that allow only my load balancer to establish connction with kibana.
This is working great with this configuration (users access kibana with specific domaine that load balancer ip's pointing on)
BUT this is not the "final" configuration that i want, if kibana's were running on Apache2 i could create a rule that allow only my domain but i don't know how to reproduce those settings with node JS !
Those are my questions :
Can i create VirtualHost on the actual Kibana Node.Js configuration ?
Is it Possible ?
Could i make modifications into "main" configuration file of the web server ?
Sorry for HUGE bloc of full texte !
Thanks everbody for reading me & answer my needs 