Skip to content

enterprise/endpoints/connectors: add google_chrome#19129

Merged
BeryJu merged 21 commits intomainfrom
endpoints/google_chrome
Mar 9, 2026
Merged

enterprise/endpoints/connectors: add google_chrome#19129
BeryJu merged 21 commits intomainfrom
endpoints/google_chrome

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Dec 31, 2025

the migration from the gdtc stage to use the endpoint system

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner December 31, 2025 13:08
@netlify
Copy link

netlify bot commented Dec 31, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit ee33540
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69a6c07caa669a000886faf2
😎 Deploy Preview https://deploy-preview-19129--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 project configuration.

@netlify
Copy link

netlify bot commented Dec 31, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 48da9dd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69adad516771dc0008fc5c72
😎 Deploy Preview https://deploy-preview-19129--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 31, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 48da9dd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69adad51f34f320008c314dd
😎 Deploy Preview https://deploy-preview-19129--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 31, 2025

Codecov Report

❌ Patch coverage is 95.79832% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.44%. Comparing base (7f1f3de) to head (48da9dd).
⚠️ Report is 60 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...terprise/endpoints/connectors/google_chrome/api.py 83.33% 4 Missing ⚠️
...prise/endpoints/connectors/google_chrome/models.py 90.90% 3 Missing ⚠️
...e/endpoints/connectors/google_chrome/controller.py 97.67% 1 Missing ⚠️
...se/endpoints/connectors/google_chrome/views/dtc.py 97.05% 1 Missing ⚠️
...se/stages/authenticator_endpoint_gdtc/views/dtc.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19129      +/-   ##
==========================================
+ Coverage   93.34%   93.44%   +0.09%     
==========================================
  Files         983      992       +9     
  Lines       55473    55876     +403     
==========================================
+ Hits        51783    52214     +431     
+ Misses       3690     3662      -28     
Flag Coverage Δ
conformance 37.59% <42.43%> (-0.05%) ⬇️
e2e 43.12% <42.43%> (-0.10%) ⬇️
integration 22.32% <10.16%> (-0.12%) ⬇️
unit 91.60% <95.79%> (+9.59%) ⬆️
unit-migrate 91.69% <95.79%> (+0.05%) ⬆️

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 added area:frontend Features or issues related to the browser, TypeScript, Node.js, etc area:backend labels Dec 31, 2025
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner January 23, 2026 21:48
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@github-actions
Copy link
Contributor

github-actions bot commented Jan 24, 2026

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-a5264619b7abc88517237880372bd47de5ff6c72
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-a5264619b7abc88517237880372bd47de5ff6c72

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

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

# Conflicts:
#	authentik/enterprise/settings.py
#	blueprints/schema.json
#	schema.yml
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu added this to the Release 2026.5.0: Required milestone Mar 1, 2026
BeryJu added 9 commits March 1, 2026 22:22
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner March 2, 2026 16:24
Copy link
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok from docs POV

Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm for docs^2

BeryJu added 2 commits March 8, 2026 18:06
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit d880c46 into main Mar 9, 2026
103 checks passed
@BeryJu BeryJu deleted the endpoints/google_chrome branch March 9, 2026 10:17
kensternberg-authentik added a commit that referenced this pull request Mar 10, 2026
* main: (23 commits)
  web: CodeSpell -> CSpell migration (#20188)
  core: bump goauthentik.io/api/v3 to 3.2026.5.0-rc1-1773052201 (#20801)
  core: bump github.com/go-openapi/runtime from 0.29.2 to 0.29.3 (#20787)
  core: bump golang.org/x/sync from 0.19.0 to 0.20.0 (#20788)
  web: bump the storybook group across 1 directory with 5 updates (#20794)
  core: bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 (#20789)
  core: bump goauthentik/selenium from 145.0-ak-0.40.3 to 145.0-ak-0.40.5 in /tests/e2e (#20790)
  core: bump black from 26.1.0 to 26.3.0 (#20791)
  core: bump cachetools from 7.0.3 to 7.0.4 (#20792)
  core: bump goauthentik/fips-python from `38c4dd2` to `b481db2` in /lifecycle/container (#20796)
  web: bump @rollup/plugin-commonjs from 29.0.1 to 29.0.2 in /web in the rollup group across 1 directory (#20795)
  core: bump astral-sh/uv from 0.10.8 to 0.10.9 in /lifecycle/container (#20797)
  core: bump goauthentik/fips-debian from `4966b90` to `6c9197b` in /lifecycle/container (#20798)
  web: bump @types/node from 25.3.3 to 25.3.5 in /web (#20799)
  web: bump knip from 5.85.0 to 5.86.0 in /web (#20800)
  enterprise/endpoints/connectors: add google_chrome (#19129)
  providers/oauth2: decode percent-encoded basic auth (#20779)
  web: bump immutable from 5.1.4 to 5.1.5 in /web (#20720)
  web: bump the storybook group across 1 directory with 5 updates (#20731)
  web: bump @rollup/plugin-commonjs from 29.0.0 to 29.0.1 in /web in the rollup group across 1 directory (#20732)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants