Skip to content

web/a11y: Isolated Outpost Error Page#17683

Merged
GirlBossRush merged 2 commits intomainfrom
isolated-outpost-error-page
Oct 30, 2025
Merged

web/a11y: Isolated Outpost Error Page#17683
GirlBossRush merged 2 commits intomainfrom
isolated-outpost-error-page

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Oct 24, 2025

Details

This PR removes external resources from the error page with a few motivations:

  • Having this page not use external styles removes any dependencies which may prevent the error from rendering clearly
  • The page contents are minimal, screen reader friendly, deferring to the user's preferred font size, contrast, etc

Screenshots

The design uses a similar CSS featured on our server startup page, omitting the animation to keep the page content in focus:

Light

Screenshot 2025-10-24 at 05 29 01

Dark

Screenshot 2025-10-24 at 05 28 44

ARIA Tree

Screenshot 2025-10-24 at 05 29 26

Blocking Dependents

@GirlBossRush GirlBossRush requested a review from BeryJu October 24, 2025 03:39
@GirlBossRush GirlBossRush self-assigned this Oct 24, 2025
@GirlBossRush GirlBossRush requested a review from a team as a code owner October 24, 2025 03:39
@GirlBossRush GirlBossRush added a11y Features or issues related to accessibility area:frontend Features or issues related to the browser, TypeScript, Node.js, etc labels Oct 24, 2025
@netlify
Copy link

netlify bot commented Oct 24, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 2f5582c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690378bbb8caa800091702b7

@netlify
Copy link

netlify bot commented Oct 24, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 2f5582c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/690378bba6798e0008de46cf
😎 Deploy Preview https://deploy-preview-17683--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 Oct 24, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 2f5582c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690378bbe034a10008661a2d

@codecov
Copy link

codecov bot commented Oct 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.98%. Comparing base (3d38bcd) to head (2f5582c).
⚠️ Report is 60 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17683      +/-   ##
==========================================
+ Coverage   92.93%   92.98%   +0.04%     
==========================================
  Files         869      869              
  Lines       47949    47952       +3     
==========================================
+ Hits        44563    44589      +26     
+ Misses       3386     3363      -23     
Flag Coverage Δ
e2e 45.27% <ø> (+0.07%) ⬆️
integration 23.19% <ø> (+<0.01%) ⬆️
unit 91.08% <ø> (+<0.01%) ⬆️
unit-migrate 91.12% <ø> (+<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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 24, 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-2f5582c8c22adf8c0208374c4151c72df12f0583
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-2f5582c8c22adf8c0208374c4151c72df12f0583

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

@GirlBossRush GirlBossRush enabled auto-merge (squash) October 30, 2025 22:37
@GirlBossRush GirlBossRush merged commit 45d0c7c into main Oct 30, 2025
135 of 138 checks passed
@GirlBossRush GirlBossRush deleted the isolated-outpost-error-page branch October 30, 2025 23:00
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (32 commits)
  website/docs: 2025.10.1 release notes (#17918)
  providers/oauth2: fix kid always required for federation (#17914)
  providers/radius: revert fix inverted message authenticator validation (#17855) (#17915)
  website: bump @types/node from 24.9.1 to 24.9.2 in /website (#17786)
  web: bump @rollup/plugin-commonjs from 28.0.8 to 28.0.9 in /web in the rollup group across 1 directory (#17788)
  web: bump validator from 13.15.15 to 13.15.20 in /packages/docusaurus-config (#17866)
  internal: add default go http server timeouts (#17858)
  providers/radius: fix inverted message authenticator validation (#17855)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#17871)
  web: fix package-lock.json (#17809)
  website/integrations: oracle cloud: cleanup (#17808)
  website/integrations: Add Keycloak integration (#17813)
  website: bump the build group across 1 directory with 9 updates (#17849)
  lifecycle/aws: bump aws-cdk from 2.1031.0 to 2.1031.1 in /lifecycle/aws (#17850)
  core: bump astral-sh/uv from 0.9.6 to 0.9.7 (#17851)
  internal: full openssl path (#17856)
  outpost: revert breaking signals change (#17847)
  web/a11y: Isolated Outpost Error Page (#17683)
  provider/saml: make signing kp singleton (#17703)
  tasks: sanitize log attributes (#17833)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a11y Features or issues related to accessibility area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants