-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
web: Use embedded layout. #16481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web: Use embedded layout. #16481
Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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 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-d14459493d2c40d82598dca239a35901f05546b8 Afterwards, run the upgrade commands from the latest release notes. |
There was a problem hiding this 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} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aroo? Not just embedded
?
d144594
to
0e72a81
Compare
0e72a81
to
e6587af
Compare
* web: Use embedded layout. * web: Fix import path. Clarify type.
Details
Before
After