Skip to content

Conversation

GirlBossRush
Copy link
Contributor

Details

Before

Screenshot 2025-08-29 at 21 24 30

After

Screenshot 2025-08-29 at 21 22 33

@GirlBossRush GirlBossRush requested a review from BeryJu August 29, 2025 19:26
@GirlBossRush GirlBossRush requested a review from a team as a code owner August 29, 2025 19:26
Copy link

netlify bot commented Aug 29, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 2e78c24
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68c1c13d52350e00086d2359

Copy link

netlify bot commented Aug 29, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 2e78c24
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68c1c13dc0ebc10008f7457e

Copy link

netlify bot commented Aug 29, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 2e78c24
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68c1c13d76ad2b00086ffb93

Copy link

codecov bot commented Aug 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.83%. Comparing base (ca73d7d) to head (2e78c24).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16481      +/-   ##
==========================================
+ Coverage   92.78%   92.83%   +0.05%     
==========================================
  Files         838      838              
  Lines       45367    45367              
==========================================
+ Hits        42092    42118      +26     
+ Misses       3275     3249      -26     
Flag Coverage Δ
e2e 46.58% <ø> (+0.08%) ⬆️
integration 23.51% <ø> (+<0.01%) ⬆️
unit 90.92% <ø> (+<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.

Copy link
Contributor

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-d14459493d2c40d82598dca239a35901f05546b8
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-d14459493d2c40d82598dca239a35901f05546b8

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

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

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

Could be better. Should just be embedded.

@@ -35,6 +35,7 @@ export class ObjectPermissionsPageForm extends ModelForm<unknown, string> {

renderForm(): TemplateResult {
return html`<ak-rbac-object-permission-page
.embedded=${true}
Copy link
Contributor

Choose a reason for hiding this comment

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

Aroo? Not just embedded?

@GirlBossRush GirlBossRush enabled auto-merge (squash) September 10, 2025 18:08
@GirlBossRush GirlBossRush enabled auto-merge (squash) September 10, 2025 18:22
@GirlBossRush GirlBossRush merged commit 37d8ccd into main Sep 10, 2025
151 of 155 checks passed
@GirlBossRush GirlBossRush deleted the permissions-modal-tabs branch September 10, 2025 18:59
PeshekDotDev pushed a commit that referenced this pull request Sep 11, 2025
* web: Use embedded layout.

* web: Fix import path. Clarify type.
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.

2 participants