Skip to content
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

Merged
merged 4 commits into from
Feb 19, 2025
Merged

Conversation

gergosimonyi
Copy link
Collaborator

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Copy link

netlify bot commented Feb 13, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit e6d5346
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67af63af73f3510008bef00d

Copy link

netlify bot commented Feb 13, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit e6d5346
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67af63af17a83f0008afec17

@gergosimonyi gergosimonyi force-pushed the providers/rac/move-to-open-source branch from 2088aa5 to 0d7462a Compare February 13, 2025 10:42
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.66%. Comparing base (3d2bd4d) to head (e6d5346).
Report is 70 commits behind head on main.

✅ 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     
Flag Coverage Δ
e2e 48.34% <76.92%> (-0.15%) ⬇️
integration 24.18% <7.69%> (-0.37%) ⬇️
unit 90.39% <100.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Feb 13, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

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 Kubernetes

Add the following block to your values.yml file:

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.

@gergosimonyi gergosimonyi force-pushed the providers/rac/move-to-open-source branch from f7e749e to 4cf69b6 Compare February 14, 2025 15:28
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@gergosimonyi gergosimonyi marked this pull request as ready for review February 14, 2025 16:02
@gergosimonyi gergosimonyi requested review from a team as code owners February 14, 2025 16:02
@gergosimonyi gergosimonyi requested a review from BeryJu February 14, 2025 16:02
gergosimonyi added a commit that referenced this pull request Feb 14, 2025
@BeryJu
Copy link
Member

BeryJu commented Feb 19, 2025

/cherry-pick version-2025.2

@gergosimonyi gergosimonyi merged commit 2128e7f into main Feb 19, 2025
72 checks passed
@gergosimonyi gergosimonyi deleted the providers/rac/move-to-open-source branch February 19, 2025 11:48
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Feb 19, 2025
* 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>
BeryJu added a commit that referenced this pull request Feb 19, 2025
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>
kensternberg-authentik added a commit that referenced this pull request Feb 20, 2025
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants