Giter Club home page Giter Club logo

Comments (7)

zadigus avatar zadigus commented on August 16, 2024

https://stackoverflow.com/questions/56124771/how-to-close-docker-environment-from-the-outside-world/56130045#56130045

from ci.

zadigus avatar zadigus commented on August 16, 2024

After discussions with @shikamu, it turns out it's not necessary to secure this environment with https. It would be better but it is not extremely necessary. The importance of this issue is therefore very low.

from ci.

zadigus avatar zadigus commented on August 16, 2024

https://www.studytonight.com/jenkins/securing-jenkins

from ci.

zadigus avatar zadigus commented on August 16, 2024

The stuff we tried to integrate last Nov 15 2019 is now working with the jps manifest.

from ci.

zadigus avatar zadigus commented on August 16, 2024

There's also the following code to activate in ssl.conf

location / {
# we need a domain name for this:
#proxy_set_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";

from ci.

zadigus avatar zadigus commented on August 16, 2024

ssl on tu mets plus par exemple
tu mets tout sur la ligne du listen il me semble, genre listen 443 http2 ssl;
mais moi jte propose de faire la chose suivante:

  1. tu fais ton bordel avec let's encrypt pour qu'il nous ponde le certificat
  2. après osef de la config qu'il nous génère, on prend notre config et on injecte juste son certificat
    et ça ça doit marcher
    ya juste un truc qu'il faudrait encore intégrer au jps
    ça peut être fait n'importe quand mais avant de restart nginx:
    faut lancer cette commande:
    openssl dhparam -out /etc/nginx/dhparam.pem 4096

le chemin peut être changé mais après faut changer le ssl.conf, on a cette ligne: ssl_dhparam /etc/nginx/dhparam.pem;
ça peut prendre 2-3 minutes pour exécuter la commande

from ci.

shikamu avatar shikamu commented on August 16, 2024

@shikamu (note to self), look at jetty/jetty.project#4247 there seems to be information about the samesite cookie thing. The server that we are running jenkins on is jetty server.

from ci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.