Skip to content

tasks: sanitize log attributes (cherry-pick #17833 to version-2025.10)#17842

Merged
rissson merged 1 commit intoversion-2025.10from
cherry-pick/17833-to-version-2025.10
Oct 30, 2025
Merged

tasks: sanitize log attributes (cherry-pick #17833 to version-2025.10)#17842
rissson merged 1 commit intoversion-2025.10from
cherry-pick/17833-to-version-2025.10

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #17833 to version-2025.10 branch.

Original PR: #17833
Original Author: @rissson
Cherry-picked commit: bf19d57

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 047fbba
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6903a4070e6bf00008ab7015

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 047fbba
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6903a407b05765000968d1e7
😎 Deploy Preview https://deploy-preview-17842--authentik-integrations.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 project configuration.

@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.98%. Comparing base (9e272c7) to head (047fbba).
⚠️ Report is 1 commits behind head on version-2025.10.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2025.10   #17842      +/-   ##
===================================================
+ Coverage            92.72%   92.98%   +0.26%     
===================================================
  Files                  869      869              
  Lines                47947    47948       +1     
===================================================
+ Hits                 44458    44586     +128     
+ Misses                3489     3362     -127     
Flag Coverage Δ
e2e 45.26% <100.00%> (+0.69%) ⬆️
integration 23.19% <100.00%> (+<0.01%) ⬆️
unit 91.07% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.12% <100.00%> (+<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.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Oct 30, 2025
@rissson rissson merged commit 24cb5ae into version-2025.10 Oct 30, 2025
88 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Oct 30, 2025
@rissson rissson deleted the cherry-pick/17833-to-version-2025.10 branch October 30, 2025 18:03
@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-047fbba87c9e43d04cda3aff15c012ec93d9bb3d
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-047fbba87c9e43d04cda3aff15c012ec93d9bb3d

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant