Does anyone know why setting `earliest_possible_ex...
# talk-kratos
f
Does anyone know why setting
earliest_possible_extend
under
session
isn’t allowed on
0.9.0-alpha.3
? Just tried adding the config but the schema doesn’t allow it and the container wont start with it.
To add context to this: • I found examples for the
earliest_possible_extend
in the docs, but also references to
earliest_refresh
https://www.ory.sh/docs/guides/session-management/refresh-extend-sessions#reduce-database-load • The docs for configs also has examples of
earliest_possible_extend
, but I can’t set this value without getting an error https://www.ory.sh/docs/kratos/reference/configuration • I cannot see
AdminExtendSession
on
0.9.0-alpha.3
here https://github.com/ory/kratos/blob/v0.9.0-alpha.3/internal/httpclient/README.md but can see it here https://github.com/ory/kratos/blob/e0fc0dfe337360c2975ba72ed9a3a8193b1b1dbf/internal/httpclient/docs/V0alpha2Api.md#adminextendsession • I found this PR https://github.com/ory/kratos/pull/2146 where aeneasr merged the admin session extend feature 28 days ago (to where, I have yet to figure out) • We’re self-hosting, so perhaps this is only available for Ory Cloud? But then why would the docs have references to the
earliest_possble_extend
config schema? • I have tried to make request directly to
localhost:4434/admin/sessions/{id}/extend
only to hit 404 and 403 errors If I’m missing something here, any help would be greatly appreciated!