Skip to content

admin: fix system API when using bearer token (cherry-pick #13651)#13654

Merged
rissson merged 3 commits intoversion-2025.2from
cherry-pick-40dfcc-version-2025.2
Mar 24, 2025
Merged

admin: fix system API when using bearer token (cherry-pick #13651)#13654
rissson merged 3 commits intoversion-2025.2from
cherry-pick-40dfcc-version-2025.2

Conversation

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-picked admin: fix system API when using bearer token (#13651)

Signed-off-by: Marc 'risson' Schmitt marc.schmitt@risson.space

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner March 24, 2025 14:42
@netlify
Copy link

netlify bot commented Mar 24, 2025

Deploy Preview for authentik-docs canceled.

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

BeryJu added 2 commits March 24, 2025 18:51
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@rissson rissson merged commit b10957e into version-2025.2 Mar 24, 2025
75 checks passed
@rissson rissson deleted the cherry-pick-40dfcc-version-2025.2 branch March 24, 2025 20:03
@codecov
Copy link

codecov bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.67%. Comparing base (3adf79c) to head (b4a8d43).
Report is 1 commits behind head on version-2025.2.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2025.2   #13654      +/-   ##
==================================================
- Coverage           92.68%   92.67%   -0.01%     
==================================================
  Files                 793      793              
  Lines               40297    40297              
==================================================
- Hits                37348    37345       -3     
- Misses               2949     2952       +3     
Flag Coverage Δ
e2e 48.04% <0.00%> (ø)
integration 24.32% <0.00%> (ø)
unit 90.44% <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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@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-b4a8d4386cf67f88afaef7340ffd3fcc5fbb0a13
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-b4a8d4386cf67f88afaef7340ffd3fcc5fbb0a13

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants