Skip to content

enterprise/providers/rac: add option to limit concurrent connections to endpoint#8053

Merged
BeryJu merged 3 commits intomainfrom
enterprise/providers/rac-connection-limit
Jan 4, 2024
Merged

enterprise/providers/rac: add option to limit concurrent connections to endpoint#8053
BeryJu merged 3 commits intomainfrom
enterprise/providers/rac-connection-limit

Conversation

@BeryJu
Copy link
Copy Markdown
Member

@BeryJu BeryJu commented Jan 3, 2024

Details

REPLACE ME


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)
  • The translation files have been updated (make i18n-extract)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

…to endpoint

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners January 3, 2024 23:45
@netlify
Copy link
Copy Markdown

netlify bot commented Jan 3, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 00f95c5
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6596c63dd4e619000881576b

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

codecov bot commented Jan 3, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (b93ad86) 92.35% compared to head (00f95c5) 92.33%.

Files Patch % Lines
authentik/enterprise/providers/rac/views.py 71.42% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8053      +/-   ##
==========================================
- Coverage   92.35%   92.33%   -0.02%     
==========================================
  Files         608      608              
  Lines       30160    30170      +10     
==========================================
+ Hits        27853    27857       +4     
- Misses       2307     2313       +6     
Flag Coverage Δ
e2e 50.60% <33.33%> (-0.01%) ⬇️
integration 26.24% <6.66%> (-0.01%) ⬇️
unit 89.50% <73.33%> (-0.02%) ⬇️

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
Copy Markdown
Contributor

github-actions bot commented Jan 4, 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-enterprise-providers-rac-connection-limit-1704381124-00f95c5
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-enterprise-providers-rac-connection-limit-1704381124-00f95c5-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-enterprise-providers-rac-connection-limit-1704381124-00f95c5

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-enterprise-providers-rac-connection-limit-1704381124-00f95c5-arm64

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

@BeryJu BeryJu merged commit 2064395 into main Jan 4, 2024
@BeryJu BeryJu deleted the enterprise/providers/rac-connection-limit branch January 4, 2024 15:27
kensternberg-authentik added a commit that referenced this pull request Jan 4, 2024
* main:
  website/docs: add link to our example flows (#8052)
  providers/oauth2: offline access (#8026)
  web: bump API Client version (#8059)
  Update index.md (#8056)
  enterprise/providers/rac: add option to limit concurrent connections to endpoint (#8053)
  web: bump API Client version (#8058)
  enterprise/providers/rac: add alert that enterprise is required for RAC (#8057)
  enterprise/providers/rac: create authorize_application event when creating token (#8050)
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