Skip to content

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Dec 6, 2025

uploading with an un-manageable backend results in a 405

This will only show up if you deploy in k8s and don't configure S3 and dont have a PVC

@BeryJu BeryJu requested a review from a team as a code owner December 6, 2025 15:46
@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 4c32f91
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6936bdbb67ffe30007ea02be
😎 Deploy Preview https://deploy-preview-18646--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 project configuration.

@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 4c32f91
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6936bdbb646d17000837989f

@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 4c32f91
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6936bdbb33adde0008b7f921
😎 Deploy Preview https://deploy-preview-18646--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 Dec 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.19%. Comparing base (859a753) to head (4c32f91).
⚠️ Report is 21 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18646      +/-   ##
==========================================
- Coverage   93.22%   93.19%   -0.04%     
==========================================
  Files         933      929       -4     
  Lines       51227    51175      -52     
==========================================
- Hits        47757    47693      -64     
- Misses       3470     3482      +12     
Flag Coverage Δ
e2e 44.92% <ø> (+0.17%) ⬆️
integration 23.14% <ø> (+0.32%) ⬆️
unit 91.41% <ø> (-0.04%) ⬇️
unit-migrate 91.46% <ø> (-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
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 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-4c32f91a1d359f4a2201b574ade7f16d74662f19
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-4c32f91a1d359f4a2201b574ade7f16d74662f19

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

Comment on lines 138 to 143
<a
target="_blank"
class="pf-c-button pf-m-primary"
href=${docLink("/install-config/configuration/#storage-settings")}
>${msg("Learn more")}</a
>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a
target="_blank"
class="pf-c-button pf-m-primary"
href=${docLink("/install-config/configuration/#storage-settings")}
>${msg("Learn more")}</a
>
${msg("Read more about")}&nbsp;
<a
target="_blank"
rel="noopener noreferrer"
href=${docLink("/install-config/configuration/#storage-settings")}
>${msg("Storage Settings")}</a
>.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer keeping it as a single string in the link since that makes translation a lot easier (with regards to where the button is placed in the sentence)

Signed-off-by: Jens Langhammer <[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.

4 participants