-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
providers/rac: move to open source #13015
Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
2088aa5
to
0d7462a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #13015 +/- ##
==========================================
- Coverage 92.76% 92.66% -0.11%
==========================================
Files 785 785
Lines 39623 39600 -23
==========================================
- Hits 36756 36694 -62
- Misses 2867 2906 +39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-e6d534684c776ba1fce1269d4dfb7364cc1763d4
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s Afterwards, 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-e6d534684c776ba1fce1269d4dfb7364cc1763d4 Afterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
f7e749e
to
4cf69b6
Compare
/cherry-pick version-2025.2 |
* move RAC to open source * move web out of enterprise Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove enterprise license requirements from RAC * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
providers/rac: move to open source (#13015) * move RAC to open source * move web out of enterprise * remove enterprise license requirements from RAC * format --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
* 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
REPLACE ME
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
)