core: fix get_provider returning base Provider instead of subclass#19064
core: fix get_provider returning base Provider instead of subclass#19064
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ 6 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c776d03be378f9fcb1f316958292b67de294d830
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-c776d03be378f9fcb1f316958292b67de294d830Afterwards, run the upgrade commands from the latest release notes. |
|
Yes, I was missing that this should run without additional database queries when listing applications. The |
add recursive approach to get deepest child object
f424611 to
a7505c8
Compare
…19064) Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
|
🍒 Cherry-pick to |
…19064) Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
|
🍒 Cherry-pick to |
Ref: https://discord.com/channels/809154715984199690/809154716507963434/1454160532641808689
On a GET to https://authentik/api/v3/core/applications/?ordering=name&page=1&page_size=20&search=&superuser_full_list=true
Notice
verbose_nameandverbose_name_pluralfor an ldap provider:vs an oauth2 one: