Skip to content

providers/rac: fixes prompt data not being merged with connection_settings#15037

Merged
BeryJu merged 2 commits into
mainfrom
providers/rac--fix-prompt-data-not-being-merged
Jun 13, 2025
Merged

providers/rac: fixes prompt data not being merged with connection_settings#15037
BeryJu merged 2 commits into
mainfrom
providers/rac--fix-prompt-data-not-being-merged

Conversation

@dewi-tik
Copy link
Copy Markdown
Contributor

@dewi-tik dewi-tik commented Jun 13, 2025

Details

connection_settings set via prompt_data are not being pulled and merged with RAC connection_settings. This updates the definition to include prompt_data


Checklist

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

@dewi-tik dewi-tik requested a review from a team as a code owner June 13, 2025 15:37
@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 13, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit c463b26
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/684c47642ecec000089b0fcc

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 13, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit c463b26
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/684c4764bc0a370008d21da4

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (81e5fef) to head (c463b26).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15037      +/-   ##
==========================================
- Coverage   92.81%   92.76%   -0.05%     
==========================================
  Files         815      815              
  Lines       42112    42117       +5     
==========================================
- Hits        39086    39070      -16     
- Misses       3026     3047      +21     
Flag Coverage Δ
e2e 47.59% <40.00%> (-0.09%) ⬇️
integration 24.35% <0.00%> (-0.01%) ⬇️
unit 90.65% <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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

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

@BeryJu BeryJu merged commit 2aceed2 into main Jun 13, 2025
101 checks passed
@BeryJu BeryJu deleted the providers/rac--fix-prompt-data-not-being-merged branch June 13, 2025 16:54
@BeryJu
Copy link
Copy Markdown
Member

BeryJu commented Jun 13, 2025

/cherry-pick version-2025.6

gcp-cherry-pick-bot Bot pushed a commit that referenced this pull request Jun 13, 2025
…tings (#15037)

* Fixes line that pulls in prompt data

* fallback to old settings

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

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Jun 13, 2025
…tings (cherry-pick #15037) (#15038)

providers/rac: fixes prompt data not being merged with connection_settings (#15037)

* Fixes line that pulls in prompt data

* fallback to old settings



---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
…tings (goauthentik#15037)

* Fixes line that pulls in prompt data

* fallback to old settings

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

---------

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

2 participants