Conversation
✅ Deploy Preview for authentik-docs canceled.
|
❌ Deploy Preview for authentik-storybook failed. Why did it fail? →
|
✅ Deploy Preview for authentik-integrations canceled.
|
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-452da3b1e7d92567117abf5c7b21d4babfa2dbca
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-452da3b1e7d92567117abf5c7b21d4babfa2dbcaAfterwards, run the upgrade commands from the latest release notes. |
5dacbc9 to
d4ef5c3
Compare
0436a60 to
8c0818a
Compare
7e5d618 to
b50f37b
Compare
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu
approved these changes
Nov 18, 2025
kensternberg-authentik
added a commit
that referenced
this pull request
Dec 11, 2025
* main: (55 commits) Makefile: Fix kerberos tests for brew users (#17223) website/docs: add 2025.8.5 and 2025.10.2 release notes (#18268) internal: Automated internal backport: 5000-sidebar.sec.patch to authentik-main (#18266) internal: Automated internal backport: 1498-oauth2-cc-user-active.sec.patch to authentik-main (#18265) internal: Automated internal backport: 1487-invitation-expiry.sec.patch to authentik-main (#18264) core, web: update translations (#18241) web: bump ts-pattern from 5.8.0 to 5.9.0 in /web (#18247) web: bump the react group across 2 directories with 1 update (#18244) web: bump knip from 5.66.2 to 5.70.0 in /web (#18245) core: bump library/nginx from `b5b9e01` to `553f64a` in /website (#18253) core: bump library/golang from `27e1c92` to `728cbef` (#18252) core: bump goauthentik/fips-debian from `65a9f1f` to `55c1514` (#18251) web: Bump Vitest, TypeScript config (#18238) web: bump js-yaml from 4.1.0 to 4.1.1 in /packages/esbuild-plugin-live-reload (#18237) web/i18n: Remove English Locale (#18164) web: bump js-yaml from 3.14.1 to 3.14.2 in /packages/docusaurus-config (#18239) web/i18n: Clean up locale scripts (#18163) stages/prompt: fix choices with labels causing error on submit (#18183) web: Patternfly 5 Prep: Part 2 (#18085) lifecycle/aws: bump aws-cdk from 2.1031.2 to 2.1032.0 in /lifecycle/aws (#18218) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
This PR is a follow up on #17444, porting over additional dark theme styles from the base Patternfly 4 NPM package. In many situations, these default styles allow us to remove redundant rules within each custom element.
In some cases, we opt to adjust Patternfly's default values to find a balance between the current look and feel with the upcoming Patternfly 5 upgrade. This is mostly achieved with matching our custom colors with existing PF 4 values, using existing or newer values when we drift too far from PF 5 baseline.