Hi all, I'm trying to use Ory Kratos and Ory Oaut...
# ory-selfhosting
h
Hi all, I'm trying to use Ory Kratos and Ory Oauthkeeper to protect various tools on my development server (i.e. docker registry UI, traefik dashboard, etc.). Each tool sits under own subdomain like traefik.my-domain.com, accounts.my-domain.com (this is SelfService-UI), registry.my-domain.com. For that reason I'm trying to set session cookie to my-domain.com. I added to kratos.yml:
Copy code
cookies:
  domain: .my-domain.com

session:
  cookie:
    domain: .my-domain.com
but when I log in using self-service I stiil see that cookie is set for accounts.my-domain.com
According to the documentation this should be enough, but it's not working. Any idea what is missing?