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

root: expose CONN_MAX_AGE, CONN_HEALTH_CHECKS and DISABLE_SERVER_SIDE_CURSORS for PostgreSQL config (cherry-pick #10159) #12419

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

gcp-cherry-pick-bot[bot]
Copy link
Contributor

Cherry-picked root: expose CONN_MAX_AGE, CONN_HEALTH_CHECKS and DISABLE_SERVER_SIDE_CURSORS for PostgreSQL config (#10159)

Co-authored-by: Marc 'risson' Schmitt marc.schmitt@risson.space
Co-authored-by: Tana M Berry tana@goauthentik.com

…_CURSORS for PostgreSQL config (#10159)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Tana M Berry <tana@goauthentik.com>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested review from a team as code owners December 19, 2024 17:44
Copy link

netlify bot commented Dec 19, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f97d01d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67645b7eb31c3b0008f48752
😎 Deploy Preview https://deploy-preview-12419--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 site configuration.

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 89.74359% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92.79%. Comparing base (15cb6b1) to head (f97d01d).
Report is 2 commits behind head on version-2024.12.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/lib/config.py 80.95% 4 Missing ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2024.12   #12419      +/-   ##
===================================================
+ Coverage            92.71%   92.79%   +0.07%     
===================================================
  Files                  770      770              
  Lines                38735    38773      +38     
===================================================
+ Hits                 35913    35978      +65     
+ Misses                2822     2795      -27     
Flag Coverage Δ
e2e 48.76% <35.89%> (+0.14%) ⬆️
integration 24.62% <35.89%> (+<0.01%) ⬆️
unit 90.37% <89.74%> (+<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.

@rissson rissson merged commit 82930ee into version-2024.12 Dec 19, 2024
56 of 58 checks passed
@rissson rissson deleted the cherry-pick-9d9be9-version-2024.12 branch December 19, 2024 18:01
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-f97d01d0636bbd56c6284864f827b7579771a16c
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-f97d01d0636bbd56c6284864f827b7579771a16c-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-f97d01d0636bbd56c6284864f827b7579771a16c

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

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

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