-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
providers/oauth2: audit_ignore last_login change for generated service account #11085
Conversation
…e account Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/cherry-pick version-2024.8 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11085 +/- ##
=======================================
Coverage 92.76% 92.76%
=======================================
Files 736 736
Lines 36425 36426 +1
=======================================
+ Hits 33788 33790 +2
+ Misses 2637 2636 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…e account (#11085) Signed-off-by: Jens Langhammer <jens@goauthentik.io>
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-98648c8d5fb18158dfe941105434ba8ca3afce7d
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s For arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-98648c8d5fb18158dfe941105434ba8ca3afce7d-arm64
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-98648c8d5fb18158dfe941105434ba8ca3afce7d For arm64, use these values: 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-98648c8d5fb18158dfe941105434ba8ca3afce7d-arm64 Afterwards, run the upgrade commands from the latest release notes. |
* main: providers/oauth2: audit_ignore last_login change for generated service account (#11085) web: bump the rollup group across 1 directory with 3 updates (#11080) core, web: update translations (#11076) core: bump watchdog from 4.0.2 to 5.0.0 (#11078) core: bump twilio from 9.2.3 to 9.2.4 (#11079) web: bump typescript-eslint from 8.2.0 to 8.3.0 in /web (#11081) web: bump rollup from 4.21.0 to 4.21.1 in /web (#11082) web: bump rollup from 4.21.0 to 4.21.1 in /web/sfe (#11083)
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
)If applicable
make website
)