Closed karthika-ab closed 2 years ago
Hi @Sachin4403 and @joe94 ,
Could you please share your insights ?
Hi @karthika-ab,
There was an issue in the configuration due to which the talaria rehasher was not working properly for that I had raised #190. For this your current issue I had raised a PR https://github.com/xmidt-org/petasos/pull/71 once this is merged you will be unblocked.
As of now you can checkout my branch and make a docker image locally post that you can run deploy.sh which will pick my image and your local setup will run smoothly with the HTTP scheme.
okay Thanks @Sachin4403 .I will try the same.
Hello @karthika-ab
This issue can be closed?
Hi All,
We are using the docker-compose setup of xmidt without TLS .With the recent builds we have observed that the Petasos redirection url is changed to https://talaria instead of http://talaria .
The above issue was seen after the following commit : https://github.com/xmidt-org/talaria/pull/190 where the http scheme was removed from the address.
Please find the below logs from talaria,petasos and simulator :
Talaria logs:
Petasos logs:
Simulator logs:
We have used the envt variable HOSTNAME from https://github.com/xmidt-org/talaria/blob/6cd8ee52a0a29bcb601a6cff7bd0cec460bddeee/deploy/packaging/talaria_spruce.yaml#L402 to concat http prefix ,but the above approach is giving HTTP 500 error probably as the same envt variable is used in the server field too.
The only solution that works for me is to specify a new envt variable HOSTNAME_ADDRESS replacing the existing https://github.com/xmidt-org/talaria/blob/6cd8ee52a0a29bcb601a6cff7bd0cec460bddeee/deploy/packaging/talaria_spruce.yaml#L402 and concat http prefix to the variable in the docker-compose.yml file :
Is there any other approach to make the configuration work with http scheme instead of https?