kerberos-io / web

(DEPRECATED) An open source GUI to configure the machinery and to view events that were detected by the machinery.
https://www.kerberos.io
225 stars 69 forks source link

Https proxy not working #158

Closed cwjackso closed 4 years ago

cwjackso commented 4 years ago

When using docker and a https proxy such as traefik the laravel framework outputs all usages of

{URL:to("\")

With the wrong scheme - this used to work on old version by adding the env variable

KERBEROSIO_SECURE_SSL=true

This no longer is the case.

cedricve commented 4 years ago

We made some changes to the docker file, will have a look @cwjackso

cwjackso commented 4 years ago

Switched to the :amd-64 tag in docker and that works ok. Uses a different base image and is about 3x the size though! @cedricve

cedricve commented 4 years ago

We fixed it last night can you give a try?

Kind regards, Verstraeten Cédric

On 13 Apr 2020, at 00:31, Carl Jackson notifications@github.com wrote:

 Switched to the :amd-64 tag in docker and that works ok. Uses a different base image and is about 3x the size though! @cedricve

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

cwjackso commented 4 years ago

Yep - that seems to be working now Thank you. What is the difference between the 2 images by the way, is smaller one more efficient now?

cedricve commented 4 years ago

yes, you can check the github repo to see what is happening in the dockerfile. We are using a multi stage dockerfile, so we only include the dependencies needed to tun kerberos open source.

Kind regards, Verstraeten Cédric

On 18 Apr 2020, at 13:43, Carl Jackson notifications@github.com wrote:

 Yep - that seems to be working now Thank you. What is the difference between the 2 images by the way, is smaller one more efficient now?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.