fescobar / allure-docker-service-ui

Allure Docker Service UI provides a friendly user interface for frankescobar/allure-docker-service API container.
Apache License 2.0
81 stars 40 forks source link

cookies SameSite header #21

Closed brizjin closed 4 months ago

brizjin commented 3 years ago

Hi! I published allure UI and service to heroku as separate docker containers app. Both has different URL. I specified ALLURE_DOCKER_PUBLIC_API_URL to service app. But can not login. Chrome says, that do not saves any cookies, and suggest, that Set-cookie header should have SameSite=None to allowed me have ui and service on different urls. How can i set that cookie by my self or why nobody else have this essue? image

fescobar commented 3 years ago

Hi @brizjin By security that by default requires to use the same domain for api/ui. I've tried to do that configuration optional, but there is an issue with Flask. That config comes from the API, not from the UI. I haven't checked again.