Skip to content

lifecycle: fix cryptography's OpenSSL path#12753

Merged
BeryJu merged 3 commits intomainfrom
lifecycle/fix-cryptography-ssl
Jan 21, 2025
Merged

lifecycle: fix cryptography's OpenSSL path#12753
BeryJu merged 3 commits intomainfrom
lifecycle/fix-cryptography-ssl

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jan 21, 2025

Details

Somehow when installing cryptography from source with Poetry it gets the wrong path...?
followup for #12724


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)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner January 21, 2025 19:43
@netlify
Copy link

netlify bot commented Jan 21, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit cf2756b
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6790170827371200088ac90c

@netlify
Copy link

netlify bot commented Jan 21, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit cf2756b
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67901708564f040008986dfe

@codecov
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.77%. Comparing base (5b01f44) to head (cf2756b).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12753      +/-   ##
==========================================
+ Coverage   92.70%   92.77%   +0.06%     
==========================================
  Files         769      769              
  Lines       38909    38909              
==========================================
+ Hits        36072    36096      +24     
+ Misses       2837     2813      -24     
Flag Coverage Δ
e2e 48.57% <ø> (+0.09%) ⬆️
integration 24.62% <ø> (ø)
unit 90.40% <ø> (ø)

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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@github-actions
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-cf2756ba39814b38a636946ebb00b9376a2d4459
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-cf2756ba39814b38a636946ebb00b9376a2d4459

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

@BeryJu BeryJu merged commit 365e9c9 into main Jan 21, 2025
@BeryJu BeryJu deleted the lifecycle/fix-cryptography-ssl branch January 21, 2025 23:08
@BeryJu
Copy link
Member Author

BeryJu commented Jan 22, 2025

/cherry-pick version-2024.12

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jan 22, 2025
* lifecycle: make it work

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

* sigh

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

* I dont know why this works but it works

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

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Jan 22, 2025
lifecycle: fix cryptography's OpenSSL path (#12753)

* lifecycle: make it work



* sigh



* I dont know why this works but it works



---------

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 Jan 22, 2025
* main:
  web: update gen-client-ts to OpenAPI 7.11.0 (#12756)
  website/integrations: rustdesk-server-pro (#12706)
  core: bump codespell from 2.3.0 to 2.4.0 (#12762)
  root: docker: ensure apt packages are up-to-date (#12683)
  ci: fix missing build args for dev and release (#12760)
  web: bump vite from 5.4.11 to 5.4.14 in /web (#12757)
  web: bump undici from 6.21.0 to 6.21.1 in /web (#12755)
  lifecycle: fix cryptography's OpenSSL path (#12753)
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