Skip to content

Conversation

@rissson
Copy link
Member

@rissson rissson commented Jan 7, 2025

Details

Closes #11842


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)

@rissson rissson self-assigned this Jan 7, 2025
@rissson rissson requested a review from a team as a code owner January 7, 2025 13:37
@netlify
Copy link

netlify bot commented Jan 7, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit e6d16db
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67855d32cbb30b0008c5bd9d
😎 Deploy Preview https://deploy-preview-12585--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jan 7, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit e6d16db
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67855d32aa8e950008e87e5d
😎 Deploy Preview https://deploy-preview-12585--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (f83fab2) to head (e6d16db).
Report is 40 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12585      +/-   ##
==========================================
+ Coverage   92.69%   92.76%   +0.06%     
==========================================
  Files         770      769       -1     
  Lines       38873    38863      -10     
==========================================
+ Hits        36033    36050      +17     
+ Misses       2840     2813      -27     
Flag Coverage Δ
e2e 48.65% <76.92%> (+0.05%) ⬆️
integration 24.64% <23.07%> (+0.06%) ⬆️
unit 90.38% <92.30%> (-0.01%) ⬇️

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.

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
@github-actions
Copy link
Contributor

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-e6d16db8ca250c0b9e74f8d1916fd436044dea64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-e6d16db8ca250c0b9e74f8d1916fd436044dea64-arm64
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-e6d16db8ca250c0b9e74f8d1916fd436044dea64

For arm64, use these values:

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-e6d16db8ca250c0b9e74f8d1916fd436044dea64-arm64

Afterwards, run the upgrade commands from the latest release notes.

@BeryJu BeryJu merged commit baf8f18 into main Jan 13, 2025
69 of 71 checks passed
@BeryJu BeryJu deleted the password-set-proper-ip branch January 13, 2025 19:38
mahmoudajawad pushed a commit to mahmoudajawad/authentik that referenced this pull request Jan 15, 2025
…12585)

* events: make sure password set event has the correct IP

Signed-off-by: Marc 'risson' Schmitt <[email protected]>

* wip

Signed-off-by: Marc 'risson' Schmitt <[email protected]>

---------

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
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.

Events regarding "password set" is always mapped to default_ip / 255.255.255.255

3 participants