Skip to content

flows: fix API not returning configured background#13641

Merged
BeryJu merged 2 commits intomainfrom
flows/fix-background-return
Mar 24, 2025
Merged

flows: fix API not returning configured background#13641
BeryJu merged 2 commits intomainfrom
flows/fix-background-return

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 23, 2025

Details

Found during goauthentik/terraform-provider-authentik#666


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)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner March 23, 2025 23:23
@netlify
Copy link

netlify bot commented Mar 23, 2025

Deploy Preview for authentik-storybook canceled.

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

@netlify
Copy link

netlify bot commented Mar 23, 2025

Deploy Preview for authentik-docs canceled.

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

@codecov
Copy link

codecov bot commented Mar 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.70%. Comparing base (5a17dea) to head (862bb2d).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13641      +/-   ##
==========================================
+ Coverage   92.69%   92.70%   +0.01%     
==========================================
  Files         794      794              
  Lines       40508    40523      +15     
==========================================
+ Hits        37549    37568      +19     
+ Misses       2959     2955       -4     
Flag Coverage Δ
e2e 47.87% <22.22%> (-0.02%) ⬇️
integration 24.29% <5.55%> (-0.01%) ⬇️
unit 90.53% <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

github-actions bot commented Mar 23, 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-862bb2df6baea5a0887613980978e961a88a62c0
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-862bb2df6baea5a0887613980978e961a88a62c0

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the flows/fix-background-return branch from 245f81d to 862bb2d Compare March 23, 2025 23:54
@BeryJu BeryJu merged commit b7dac06 into main Mar 24, 2025
85 checks passed
@BeryJu BeryJu deleted the flows/fix-background-return branch March 24, 2025 00:10
kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main: (76 commits)
  admin: fix system API when using bearer token (#13651)
  website: bump the build group in /website with 6 updates (#13645)
  core: bump goauthentik.io/api/v3 from 3.2025022.5 to 3.2025022.6 (#13646)
  translate: Updates for file web/xliff/en.xlf in fr (#13653)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#13652)
  website/integrations: add tandoor (#13560)
  core, web: update translations (#13642)
  providers/scim: fix group membership check failing (#13644)
  ci: add semgrep (#13643)
  flows: fix API not returning configured background (#13641)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#13631)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#13633)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#13632)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#13634)
  brands: fix migration 0008 by removing incorrect context manager usage (#13635)
  web: Fix prop. (#13630)
  core, web: update translations (#13628)
  web/admin: reworked sync status card (#13625)
  core: bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#13626)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#13622)
  ...
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.

1 participant