<@U02B96E9ASK> hm, it should be set to secure fals...
# talk-kratos
h
@User hm, it should be set to secure false in that case
w
im using helm to deploy with the following:
Copy code
...
image:
  repository: oryd/kratos
  tag: v0.8.0-alpha.2
  pullPolicy: IfNotPresent
kratos:
  autoMigrate: true
  development: true
  config:
    dev: true
    version: v0.8.0-alpha.2
...
h
hm, that’s strange - without direct access to the system I can’t really say. but you’re right, the secure flag should be omitted 😕
w
here is the setcookie:
Copy code
set-cookie: ory_kratos_session=xxx Max-Age=86400; Path=/; Expires=Fri, 29 Oct 2021 14:18:33 GMT; HttpOnly; Secure; SameSite=Lax
h
maybe try and reproduce it locally without helm for now and see what happens
and then debug from there
w
could u link the part of the code that conditionally adds Secure 🙂 ?
h
I’d recommend looking into the helm chart first
because the code in kratos itself is end-to-end tested
w
aha
ill check the pods etc then, ty
nevermind, seems I was setting the wrong env variable in kratos-react-next, and was prolly requesting the cloud krator 🙂