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

enterprise/rac: fix API Schema for invalidation_flow #11907

Merged
merged 3 commits into from
Nov 4, 2024

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Nov 4, 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)

@BeryJu BeryJu requested review from a team as code owners November 4, 2024 17:21
Copy link

netlify bot commented Nov 4, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit cb0d787
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67290eb97f333600085699ac

Copy link

netlify bot commented Nov 4, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit cb0d787
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67290eb824069f0008356e20

Copy link
Collaborator

@gergosimonyi gergosimonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a bit cleaner with list.remove and del, but approving.

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.64%. Comparing base (5198174) to head (cb0d787).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11907      +/-   ##
==========================================
+ Coverage   92.54%   92.64%   +0.09%     
==========================================
  Files         760      761       +1     
  Lines       37793    37813      +20     
==========================================
+ Hits        34977    35031      +54     
+ Misses       2816     2782      -34     
Flag Coverage Δ
e2e 49.21% <9.52%> (+0.13%) ⬆️
integration 24.91% <9.52%> (-0.02%) ⬇️
unit 90.15% <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 force-pushed the enterprise/rac/fix-api-schema branch from ca2594c to ecb1bd1 Compare November 4, 2024 17:31
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
Copy link
Contributor

github-actions bot commented Nov 4, 2024

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-cb0d787609fa78a13b47e0946de6153b69f161b6
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-cb0d787609fa78a13b47e0946de6153b69f161b6-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-cb0d787609fa78a13b47e0946de6153b69f161b6

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-cb0d787609fa78a13b47e0946de6153b69f161b6-arm64

Afterwards, run the upgrade commands from the latest release notes.

@BeryJu BeryJu merged commit 7352f37 into main Nov 4, 2024
64 checks passed
@BeryJu BeryJu deleted the enterprise/rac/fix-api-schema branch November 4, 2024 18:33
@BeryJu
Copy link
Member Author

BeryJu commented Nov 4, 2024

/cherry-pick version-2024.10

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Nov 4, 2024
* enterprise/rac: fix API Schema for invalidation_flow

Signed-off-by: Jens Langhammer <[email protected]>

* fix tests

Signed-off-by: Jens Langhammer <[email protected]>

* add tests

Signed-off-by: Jens Langhammer <[email protected]>

---------

Signed-off-by: Jens Langhammer <[email protected]>
BeryJu added a commit that referenced this pull request Nov 4, 2024
) (#11908)

enterprise/rac: fix API Schema for invalidation_flow (#11907)

* enterprise/rac: fix API Schema for invalidation_flow



* fix tests



* add tests



---------

Signed-off-by: Jens Langhammer <[email protected]>
Co-authored-by: Jens L. <[email protected]>
kensternberg-authentik added a commit that referenced this pull request Nov 12, 2024
* main:
  web: bump API Client version (#11909)
  enterprise/rac: fix API Schema for invalidation_flow (#11907)
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.

2 participants