policies/geoip: distance + impossible travel#12541
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
a2cc87e to
bec9606
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-a5c1ca793dc7f5c5338c36ac1fa4f4b2a2438f11
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-a5c1ca793dc7f5c5338c36ac1fa4f4b2a2438f11Afterwards, run the upgrade commands from the latest release notes. |
bec9606 to
7ac0d30
Compare
| <ak-form-group> | ||
| <span slot="header"> ${msg("Distance settings")} </span> | ||
| <div slot="body" class="pf-c-form"> | ||
| <ak-form-element-horizontal name="checkHistoryDistance"> |
There was a problem hiding this comment.
ak-switch-input could be used here
| )} | ||
| </p> | ||
| </ak-form-element-horizontal> | ||
| <ak-form-element-horizontal |
There was a problem hiding this comment.
No ak-number-input though, it doesn't support min yet. cc. @kensternberg-authentik for awareness
| """ | ||
| results: list[PolicyResult] = [] | ||
| static_results: list[PolicyResult] = [] | ||
| dynamic_results: list[PolicyResult] = [] |
There was a problem hiding this comment.
Any advantage in having two separate lists here?
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
7ac0d30 to
4222e0a
Compare
* main: web/user: fix opening application with Enter not respecting new tab setting (#13115) web: bump API Client version (#13113) providers/rac: move to open source (#13015) website/docs: add 2025.2 release notes (#13002) core: clear expired database sessions (#13105) core: bump sentry-sdk from 2.21.0 to 2.22.0 (#13098) core: bump bandit from 1.8.2 to 1.8.3 (#13097) core: bump aws-cdk-lib from 2.178.2 to 2.179.0 (#13099) core: bump goauthentik.io/api/v3 from 3.2024123.4 to 3.2024123.6 (#13100) lifecycle/aws: bump aws-cdk from 2.178.2 to 2.179.0 in /lifecycle/aws (#13101) website/docs: Add AdventureLog Community Integration Documentation (#12928) website/docs: minor fixes (#13095) website/integrations: Update to Wizard and Styling Guide (#12919) web: bump API Client version (#13093) policies/geoip: distance + impossible travel (#12541) root: fix generated API docs not being excluded from codespell (#13091)
Details
Add options to the GeoIP policy for distance checks and impossible travel checks
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)