Skip to content

website/integrations: small fixes#18423

Merged
dominic-r merged 4 commits intomainfrom
website/integrations--small-fixes
Dec 1, 2025
Merged

website/integrations: small fixes#18423
dominic-r merged 4 commits intomainfrom
website/integrations--small-fixes

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Nov 28, 2025

Details

Small fixes to integrations


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 November 28, 2025 12:57
@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 2caaac0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6929a1942a029300081cd00f

@dewi-tik dewi-tik changed the title Wwebsite/integrations small fixes website/integrations: small fixes Nov 28, 2025
@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 2caaac0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6929a1945a377000088bcf1d
😎 Deploy Preview https://deploy-preview-18423--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.

@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 2caaac0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6929a194fafab000090d65c1
😎 Deploy Preview https://deploy-preview-18423--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.

@dewi-tik dewi-tik self-assigned this Nov 28, 2025
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label Nov 28, 2025
@dewi-tik dewi-tik requested a review from dominic-r November 28, 2025 12:58
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.00%. Comparing base (d94117a) to head (2caaac0).
⚠️ Report is 19 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18423   +/-   ##
=======================================
  Coverage   92.99%   93.00%           
=======================================
  Files         902      902           
  Lines       49351    49351           
=======================================
+ Hits        45896    45897    +1     
+ Misses       3455     3454    -1     
Flag Coverage Δ
e2e 45.38% <ø> (+<0.01%) ⬆️
integration 23.05% <ø> (+<0.01%) ⬆️
unit 91.15% <ø> (+<0.01%) ⬆️
unit-migrate 91.20% <ø> (+<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 and others added 2 commits November 28, 2025 13:19
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@dewi-tik dewi-tik requested a review from dominic-r November 28, 2025 13:20
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 28, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 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-5e93d0659ef31dc9539d3bbbe3047516fab74575
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-5e93d0659ef31dc9539d3bbbe3047516fab74575

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

@dominic-r dominic-r added this to the Release 2025.12 milestone Dec 1, 2025
@dominic-r dominic-r merged commit c75ff13 into main Dec 1, 2025
98 checks passed
@dominic-r dominic-r deleted the website/integrations--small-fixes branch December 1, 2025 04:59
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Dec 1, 2025
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (53 commits)
  core, web: update translations (#18380)
  web: re-add en.xlf locale (#18469)
  stages/user_write: Fix user attributes are not sanitized under certains conditions (#17890)
  providers/scim: compare users/groups before sending update request (#18456)
  enterprise/endpoints/connectors/agent: fix Apple JWE encryption when FIPS is enabled (#18464)
  website: bump @types/react from 19.2.6 to 19.2.7 in /website (#18357)
  core: bump goauthentik/fips-debian from `ac4c80b` to `de70579` (#18419)
  core: bump github.com/getsentry/sentry-go from 0.39.0 to 0.40.0 (#18416)
  website: bump prettier-plugin-packagejson from 2.5.19 to 2.5.20 in /website (#18460)
  core: bump goauthentik.io/api/v3 from 3.2025120.7 to 3.2025120.11 (#18461)
  website/integrations: add GLPI (#17937)
  website/integrations: small fixes (#18423)
  enterprise: Apple Platform SSO (#15318)
  crypto: only generate managed keypair if non-existent (#18457)
  ci: remove translation-rename (#18444)
  translate: Updates for project authentik and language tr (#18438)
  translate: Updates for project authentik and language fr (#18431)
  translate: Updates for project authentik and language ru (#18442)
  translate: Updates for project authentik and language cs_CZ (#18443)
  translate: Updates for project authentik and language pt (#18437)
  ...
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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants