EIDA / eida-statistics

Aggregated statistics of EIDA nodes
GNU General Public License v3.0
0 stars 0 forks source link

Having openapi spec file served on the right protocol (https) #36

Closed jschaeff closed 1 year ago

jschaeff commented 1 year ago

In the branch fix_openap3_proto the deployment uses pyramid_openapi3 delivered by vpet github repository.

Now, we need to force the protocol to https, I don't remember how to do so in the code. @vpet98 can you help ?

It should be configured with an environment variable EIDASTATS_API_PROTO

vpet98 commented 1 year ago

I made a commit. It should be fine now I think; you can test it and tell me if there is still a problem.

jschaeff commented 1 year ago

Thank you. I made a correction on the port. Now it works great : https://ws.resif.fr/eidaws/statistics/1/#/

Merged in branch development and main.