Skip to content
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

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Aug 27, 2024

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

…e account

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners August 27, 2024 11:54
Copy link

netlify bot commented Aug 27, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 98648c8
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66cdbe5be92aef000894e974

Copy link

netlify bot commented Aug 27, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 98648c8
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66cdbe5b83d3e7000899eb3c
😎 Deploy Preview https://deploy-preview-11085--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@BeryJu
Copy link
Member Author

BeryJu commented Aug 27, 2024

/cherry-pick version-2024.8

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (7141702) to head (98648c8).
Report is 8 commits behind head on main.

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     
Flag Coverage Δ
e2e 49.27% <0.00%> (+<0.01%) ⬆️
integration 25.01% <0.00%> (-0.01%) ⬇️
unit 90.23% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit cdbf448 into main Aug 27, 2024
67 checks passed
@BeryJu BeryJu deleted the providers/oauth2/ignore-last_login-change branch August 27, 2024 12:23
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Aug 27, 2024
…e account (#11085)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

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 Kubernetes

Add the following block to your values.yml file:

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.

BeryJu added a commit that referenced this pull request Aug 27, 2024
…e account (cherry-pick #11085) (#11086)

providers/oauth2: audit_ignore last_login change for generated service account (#11085)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Aug 27, 2024
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant