1

I have installed Jenkins X on kubernetes. I want to change the default installation and secure the Jenkins url, so that it will be not accessible to the public.

Can I change it to some port, or some way to have a firewall for only few IPs allow to access the Jenkins URL.

Bruce Becker
  • 3,783
  • 4
  • 20
  • 41
pioupiou
  • 171
  • 1
  • 6

1 Answers1

1

In my experience, the easiest way to do this is to put Jenkins behind an SSL-terminating proxy, such as Apache or Nginx. You can also configure SSL within Jenkins itself, but I've found that using a proxy is usually a lot easier to set up and manage with regards to SSL.

jayhendren
  • 3,022
  • 8
  • 16