Bekannte Probleme: Konfiguration der unbegrenzten Sitzungszeitüberschreitung für ICG 12.01.100

Aufgrund eines Problems mit Sitzungs-Timeouts stellen Geräte und UMS Server die Verbindung zu ICG 12.01.100 alle 30 Minuten (siehe IGEL Cloud-Gateway > IGEL Cloud-Gateway (ICG) > ICG Release Notes > Notes for Release ICG 12.01.100 > Resolved Issues ICG 12.01.100). Um dies zu vermeiden, müssen Sie folgendes tun:

  1. Verbinden Sie sich mit einem Terminal mit dem ICG-Server.

  2. Öffnen Sie die Datei [icg.installation.path]/icg/usg/conf/application-prod.yml mit einem Editor (z.B. vi oder nano).

  3. Add the following to the server block. Take care of the indents!

      servlet:
        context-path: /
        session:
          timeout: -1
    



    The configuration must look like this afterwards:

    server:
      port: 8443
      ssl:
        key-store: /opt/IGEL/icg/usg/keys/keystore.jks
        key-store-password: ***************
        trust-store-password: ***************
        trust-store: /opt/IGEL/icg/usg/keys/keystore.jks
      servlet:
        context-path: /
        session:
          timeout: -1
      tomcat:
        accesslog:
          directory: /opt/IGEL/icg/usg//logs
    client:
      auth:
        activated: true
    


  4. Starten Sie den Dienst ICG neu:
    systemctl restart icg-server.service


Ein Fix für dieses Problem wird mit der nächsten ICG Version veröffentlicht.