-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/docs: Advanced queries, remove reference to QL and add more examples #16191
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
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16191 +/- ##
==========================================
+ Coverage 92.50% 92.82% +0.32%
==========================================
Files 836 837 +1
Lines 45167 45244 +77
==========================================
+ Hits 41781 41998 +217
+ Misses 3386 3246 -140
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-ee77a3b276b60cea888d2ce14e5a3152ed1543b3
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-ee77a3b276b60cea888d2ce14e5a3152ed1543b3 Afterwards, run the upgrade commands from the latest release notes. |
Co-authored-by: Jens L. <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Jens L. <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
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.
Tiny optional suggestion
Co-authored-by: Dewi Roberts <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Jens L. <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
…xamples (#16191) * remove reference to QL * add Jens' examples * tweak * Update website/docs/users-sources/user/user_basic_operations.md Co-authored-by: Jens L. <[email protected]> Signed-off-by: Tana M Berry <[email protected]> * Update website/docs/users-sources/user/user_basic_operations.md Co-authored-by: Jens L. <[email protected]> Signed-off-by: Tana M Berry <[email protected]> * add note about UX ticks * tweak * argh * clarify there are more values * add link to Event actions list * tweaks, typo * Update website/docs/users-sources/user/user_basic_operations.md Co-authored-by: Dewi Roberts <[email protected]> Signed-off-by: Tana M Berry <[email protected]> * Update website/docs/sys-mgmt/events/logging-events.md Co-authored-by: Jens L. <[email protected]> Signed-off-by: Tana M Berry <[email protected]> * jens edits --------- Signed-off-by: Tana M Berry <[email protected]> Co-authored-by: Tana M Berry <[email protected]> Co-authored-by: Jens L. <[email protected]> Co-authored-by: Dewi Roberts <[email protected]>
… Guide (cherry-pick #16191) (#16258) website/docs: Advanced queries, remove reference to QL and add more examples (#16191) * remove reference to QL * add Jens' examples * tweak * Update website/docs/users-sources/user/user_basic_operations.md * Update website/docs/users-sources/user/user_basic_operations.md * add note about UX ticks * tweak * argh * clarify there are more values * add link to Event actions list * tweaks, typo * Update website/docs/users-sources/user/user_basic_operations.md * Update website/docs/sys-mgmt/events/logging-events.md * jens edits --------- Signed-off-by: Tana M Berry <[email protected]> Co-authored-by: Tana M Berry <[email protected]> Co-authored-by: Jens L. <[email protected]> Co-authored-by: Dewi Roberts <[email protected]>
This PR updates the Advanced Queroies docs, and adds Vaultwarden to the list of new Int guides in the 2025.8 Release Notes.
make docs
)