sources/oauth: add gitlab type [AUTH-323]#8195
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8195 +/- ##
===========================================
+ Coverage 46.62% 64.36% +17.74%
===========================================
Files 626 493 -133
Lines 30996 24854 -6142
===========================================
+ Hits 14451 15997 +1546
+ Misses 16545 8857 -7688
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c4a0bcf to
c18767b
Compare
authentik translations instructionsThanks for your pull request! authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-1639d3723a60c502f2a88ebe8d2aa918803e1e0a
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sFor arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-1639d3723a60c502f2a88ebe8d2aa918803e1e0a-arm64
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
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-1639d3723a60c502f2a88ebe8d2aa918803e1e0aFor arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-1639d3723a60c502f2a88ebe8d2aa918803e1e0a-arm64Afterwards, run the upgrade commands from the latest release notes. |
567c7e7 to
4f657db
Compare
✅ Deploy Preview for authentik ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
4f657db to
216bdbf
Compare
54e197f to
3d4910a
Compare
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Signed-off-by: Jens Langhammer <jens@goauthentik.io>
46fc021 to
1639d37
Compare
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
* main: web: bump API Client version (#8753) sources/oauth: add gitlab type [AUTH-323] (#8195) web: bump the babel group in /web with 4 updates (#8744) web: bump @types/grecaptcha from 3.0.7 to 3.0.8 in /web (#8745) web: bump chart.js from 4.4.1 to 4.4.2 in /web (#8746) web: bump chromedriver from 122.0.3 to 122.0.4 in /tests/wdio (#8747) core, web: update translations (#8743) ci: fix missing output on composite action (#8741)
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)make i18n-extract)If applicable
make website)