Skip to content

website/docs: endpoints: mention connector key required for stage to work (cherry-pick #19084 to version-2025.12)#19095

Merged
BeryJu merged 1 commit intoversion-2025.12from
cherry-pick/19084-to-version-2025.12
Dec 29, 2025
Merged

website/docs: endpoints: mention connector key required for stage to work (cherry-pick #19084 to version-2025.12)#19095
BeryJu merged 1 commit intoversion-2025.12from
cherry-pick/19084-to-version-2025.12

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #19084 to version-2025.12 branch.

Original PR: #19084
Original Author: @dominic-r
Cherry-picked commit: ec22753

…work (#19084)

keypair = CertificateKeyPair.objects.filter(pk=stage.connector.challenge_key_id).first()
  if not keypair:
      return self.executor.stage_ok()  # < --- skips the stage

took me a bit of time to find this and yea
@netlify
Copy link

netlify bot commented Dec 29, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 2d2c443
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/695248b2324e9e0008435afd
😎 Deploy Preview https://deploy-preview-19095--authentik-integrations.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 project configuration.

@netlify
Copy link

netlify bot commented Dec 29, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 2d2c443
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/695248b2b0222a0008656fe0
😎 Deploy Preview https://deploy-preview-19095--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 project configuration.

@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.08%. Comparing base (5b43301) to head (2d2c443).
⚠️ Report is 5 commits behind head on version-2025.12.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2025.12   #19095      +/-   ##
===================================================
- Coverage            93.27%   93.08%   -0.19%     
===================================================
  Files                  946      946              
  Lines                52076    52076              
===================================================
- Hits                 48573    48475      -98     
- Misses                3503     3601      +98     
Flag Coverage Δ
e2e 44.05% <ø> (-0.31%) ⬇️
integration 23.45% <ø> (+<0.01%) ⬆️
unit 91.58% <ø> (+<0.01%) ⬆️
unit-migrate 91.62% <ø> (+<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 f60f382 into version-2025.12 Dec 29, 2025
85 of 88 checks passed
@BeryJu BeryJu deleted the cherry-pick/19084-to-version-2025.12 branch December 29, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants