website/integrations: improves netbird documentation#14191
Conversation
…s order of the sidebar.
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14191 +/- ##
==========================================
- Coverage 92.80% 92.75% -0.05%
==========================================
Files 808 809 +1
Lines 41419 41533 +114
==========================================
+ Hits 38440 38526 +86
- Misses 2979 3007 +28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-2e867db32c2e55a3e0f56d6aa60330a0b1d0ac8f
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-2e867db32c2e55a3e0f56d6aa60330a0b1d0ac8fAfterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
dominic-r
left a comment
There was a problem hiding this comment.
Thanks. A few more nits, then LGTM
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
| NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT="https://authentik.company/application/o/<application slug>/.well-known/openid-configuration" | ||
| NETBIRD_USE_AUTH0=false | ||
| NETBIRD_AUTH_CLIENT_ID="<Your Client ID>" | ||
| NETBIRD_AUTH_SUPPORTED_SCOPES="openid profile email offline_access api" |
There was a problem hiding this comment.
I think this variable can be removed. NETBIRD_AUTH_AUDIENCE
This is a public client and there is not Client Secret to set
* main: web: Safari fixes merge branch (#14181) website: bump the build group in /website with 9 updates (#14204) website: bump typescript from 5.8.2 to 5.8.3 in /website (#13786) lifecycle/migrate: fix migration failing if killed during first startup (#14207) core, web: update translations (#14203) lifecycle/aws: bump aws-cdk from 2.1010.0 to 2.1012.0 in /lifecycle/aws (#14205) website/integrations: improves netbird documentation (#14191) website/docs: updated user count info (#14186) website/docs: rearranged brands docs (#14116) website: integrations: apache guacamole: remove redirect URI comments (#14113)
Details
Closes #14156
Improves the NetBird documentation and brings it more in line with the official NetBird documentation
Checklist
make website)