Skip to content

providers/saml: fix ecdsa support (cherry-pick #9537)#9544

Merged
BeryJu merged 2 commits intoversion-2024.4from
cherry-pick-9cd11a-version-2024.4
May 2, 2024
Merged

providers/saml: fix ecdsa support (cherry-pick #9537)#9544
BeryJu merged 2 commits intoversion-2024.4from
cherry-pick-9cd11a-version-2024.4

Conversation

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-picked providers/saml: fix ecdsa support (#9537)

  • crypto: add option to select which alg to use to generate

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

  • fix missing ecdsa options for XML signing

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

  • bump xml libraries and remove disclaimer

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

  • lock djangoframework

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


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

* crypto: add option to select which alg to use to generate

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

* fix missing ecdsa options for XML signing

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

* bump xml libraries and remove disclaimer

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

* lock djangoframework

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

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested review from a team as code owners May 2, 2024 13:41
@netlify
Copy link

netlify bot commented May 2, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 6f4c41d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6633989a9bb17a0008ab6240

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

codecov bot commented May 2, 2024

Codecov Report

Attention: Patch coverage is 97.82609% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 92.46%. Comparing base (0f6ece5) to head (6f4c41d).

Files Patch % Lines
authentik/crypto/builder.py 91.66% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           version-2024.4    #9544   +/-   ##
===============================================
  Coverage           92.45%   92.46%           
===============================================
  Files                 669      669           
  Lines               32712    32742   +30     
===============================================
+ Hits                30244    30275   +31     
+ Misses               2468     2467    -1     
Flag Coverage Δ
e2e 50.64% <58.69%> (+0.01%) ⬆️
integration 25.99% <39.13%> (+<0.01%) ⬆️
unit 89.76% <97.82%> (+<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 2900f01 into version-2024.4 May 2, 2024
@BeryJu BeryJu deleted the cherry-pick-9cd11a-version-2024.4 branch May 2, 2024 14:08
@github-actions
Copy link
Contributor

github-actions bot commented May 2, 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-ghcr.io/goauthentik/dev-server:gh-6f4c41d1e641cdcccbfb4531d410a6eb24407973
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-ghcr.io/goauthentik/dev-server:gh-6f4c41d1e641cdcccbfb4531d410a6eb24407973-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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-6f4c41d1e641cdcccbfb4531d410a6eb24407973

For 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-6f4c41d1e641cdcccbfb4531d410a6eb24407973-arm64

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

calbrecht pushed a commit to mayflower/authentik that referenced this pull request Aug 12, 2024
…uthentik#9544)

* providers/saml: fix ecdsa support (goauthentik#9537)

* crypto: add option to select which alg to use to generate

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

* fix missing ecdsa options for XML signing

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

* bump xml libraries and remove disclaimer

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

* lock djangoframework

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

---------

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

* bump api client

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

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L <jens@goauthentik.io>
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