Skip to content

Conversation

@dewi-tik
Copy link
Contributor

Details

Adds s3 perms.

Closes #19577


Checklist

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@dewi-tik dewi-tik requested a review from a team as a code owner January 19, 2026 13:40
@dewi-tik dewi-tik added area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Jan 19, 2026
@netlify
Copy link

netlify bot commented Jan 19, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 9abea73
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/696e34bfe85a1c0008f0ce4d
😎 Deploy Preview https://deploy-preview-19579--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.

@netlify
Copy link

netlify bot commented Jan 19, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 9abea73
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/696e34bfb60e120008e840f8
😎 Deploy Preview https://deploy-preview-19579--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 project configuration.

@dewi-tik dewi-tik enabled auto-merge (squash) January 19, 2026 14:06
@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

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-9abea732c44656ed579a3287657c0b30324b5d46
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-9abea732c44656ed579a3287657c0b30324b5d46

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

@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.30%. Comparing base (74831d6) to head (9abea73).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #19579   +/-   ##
=======================================
  Coverage   93.30%   93.30%           
=======================================
  Files         949      949           
  Lines       52067    52067           
=======================================
  Hits        48581    48581           
  Misses       3486     3486           
Flag Coverage Δ
conformance 38.25% <ø> (+<0.01%) ⬆️
e2e 44.19% <ø> (+<0.01%) ⬆️
integration 23.20% <ø> (+<0.01%) ⬆️
unit 91.50% <ø> (-0.02%) ⬇️
unit-migrate 91.55% <ø> (+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.

@dewi-tik dewi-tik merged commit 0058146 into main Jan 19, 2026
137 of 140 checks passed
@dewi-tik dewi-tik deleted the website/docs--s3-permissions branch January 19, 2026 14:29
authentik-automation bot pushed a commit that referenced this pull request Jan 19, 2026
* Add s3 perms

* Update website/docs/sys-mgmt/ops/storage-s3.md

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

---------

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
Co-authored-by: Marc 'risson' Schmitt <[email protected]>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #19581

rissson added a commit that referenced this pull request Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add required s3 permissions

2 participants