Skip to content

core: revert backchannel only filtering#10455

Merged
BeryJu merged 1 commit intomainfrom
core/backchannel-optional
Jul 11, 2024
Merged

core: revert backchannel only filtering#10455
BeryJu merged 1 commit intomainfrom
core/backchannel-optional

Conversation

@BeryJu
Copy link
Copy Markdown
Member

@BeryJu BeryJu commented Jul 11, 2024

Details

closes #10300

as part of the microsoft entra and google workspace providers, the UI was changed to only allow non-backchannel providers in the application form, however this also excluded LDAP providers which can be used for either

this removes the filter, and also adjusts all backchannel-only providers to also work as frontchannel providers


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)

If applicable

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners July 11, 2024 14:33
@netlify
Copy link
Copy Markdown

netlify bot commented Jul 11, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit bbb82c9
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/668fed351c28f8000826f361

@netlify
Copy link
Copy Markdown

netlify bot commented Jul 11, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit bbb82c9
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/668fed355c04e700086525ca
😎 Deploy Preview https://deploy-preview-10455--authentik-storybook.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.

@BeryJu
Copy link
Copy Markdown
Member Author

BeryJu commented Jul 11, 2024

/cherry-pick version-2024.6

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.62%. Comparing base (96f04d3) to head (bbb82c9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10455      +/-   ##
==========================================
- Coverage   92.63%   92.62%   -0.01%     
==========================================
  Files         714      714              
  Lines       35014    35016       +2     
==========================================
  Hits        32434    32434              
- Misses       2580     2582       +2     
Flag Coverage Δ
e2e 49.61% <62.50%> (-0.01%) ⬇️
integration 25.37% <37.50%> (+<0.01%) ⬆️
unit 90.11% <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.

@BeryJu BeryJu merged commit a5e45ba into main Jul 11, 2024
@BeryJu BeryJu deleted the core/backchannel-optional branch July 11, 2024 14:57
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jul 11, 2024
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Jul 11, 2024
core: revert backchannel only filtering (#10455)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L <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-ghcr.io/goauthentik/dev-server:gh-bbb82c92ccd10353131238b5a563ab96460420f4
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-bbb82c92ccd10353131238b5a563ab96460420f4-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-ghcr.io/goauthentik/dev-server:gh-bbb82c92ccd10353131238b5a563ab96460420f4

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-ghcr.io/goauthentik/dev-server:gh-bbb82c92ccd10353131238b5a563ab96460420f4-arm64

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

kensternberg-authentik added a commit that referenced this pull request Jul 11, 2024
* main:
  core: revert backchannel only filtering (#10455)
  website/docs: add info about license:org relation (#10444)
  web: bump @sentry/browser from 8.15.0 to 8.17.0 in /web in the sentry group across 1 directory (#10449)
  web: bump the storybook group across 1 directory with 7 updates (#10451)
  core: bump msgraph-sdk from 1.4.0 to 1.5.2 (#10450)
  core: bump sentry-sdk from 2.8.0 to 2.9.0 (#10452)
  website/docs: add info and link about supported versions (#10442)
kensternberg-authentik added a commit that referenced this pull request Jul 12, 2024
* main: (35 commits)
  core: bump github.com/redis/go-redis/v9 from 9.5.3 to 9.5.4 (#10469)
  core: bump goauthentik.io/api/v3 from 3.2024060.6 to 3.2024061.1 (#10470)
  web: bump the babel group across 1 directory with 2 updates (#10471)
  web: bump the storybook group across 1 directory with 7 updates (#10472)
  core: bump coverage from 7.5.4 to 7.6.0 (#10473)
  website/docs: air gapped: clarify .env usage at the top for Kubernetes installations (#10447)
  website/docs: air gapped: update "see configuration" wording (#10448)
  website/docs: Add Kubernetes Bootstrap Instructions (#9541)
  web: bump API Client version (#10461)
  release: 2024.6.1
  website/docs: add 2024.6.1 release notes (#10456)
  core: revert backchannel only filtering (#10455)
  website/docs: add info about license:org relation (#10444)
  web: bump @sentry/browser from 8.15.0 to 8.17.0 in /web in the sentry group across 1 directory (#10449)
  web: bump the storybook group across 1 directory with 7 updates (#10451)
  core: bump msgraph-sdk from 1.4.0 to 1.5.2 (#10450)
  core: bump sentry-sdk from 2.8.0 to 2.9.0 (#10452)
  website/docs: add info and link about supported versions (#10442)
  core: fix source flow_manager not resuming flow when linking (#10436)
  ci: fix PR comment k8s snippet (#10433)
  ...
gergosimonyi pushed a commit to gergosimonyi/authentik that referenced this pull request Jul 17, 2024
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
gergosimonyi pushed a commit to gergosimonyi/authentik that referenced this pull request Jul 17, 2024
Signed-off-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.

2024.6.0 Regression: LDAP Providers not listed in Providers list for applications

1 participant