Skip to content

website/integrations: add wg-easy - #25544

Open
dominic-r wants to merge 1 commit into
mainfrom
dominic/wg-integr
Open

website/integrations: add wg-easy#25544
dominic-r wants to merge 1 commit into
mainfrom
dominic/wg-integr

Conversation

@dominic-r

Copy link
Copy Markdown
Member

Details

What does this PR change?

Why is this change needed?

How was this tested?

Linked issues


Checklist

  • The project has been linted, built, and tested (make all)
  • The documentation has been updated and formatted (make docs)
  • I have read the AI usage policy.

@dominic-r dominic-r self-assigned this Aug 27, 2026
@dominic-r
dominic-r requested a review from a team as a code owner August 27, 2026 20:46
@dominic-r dominic-r added the area:docs Features or issues related to Docusaurus label Aug 27, 2026
@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit cc1dd69
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a90a23bda9b150008e81eb5
😎 Deploy Preview https://deploy-preview-25544--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

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit cc1dd69
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a90a23bffa49d00086152b2
😎 Deploy Preview https://deploy-preview-25544--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

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.56%. Comparing base (8890ee2) to head (cc1dd69).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #25544      +/-   ##
==========================================
- Coverage   91.67%   91.56%   -0.12%     
==========================================
  Files        1151     1151              
  Lines       73416    73416              
  Branches     4054     4054              
==========================================
- Hits        67301    67220      -81     
- Misses       6073     6154      +81     
  Partials       42       42              
Flag Coverage Δ
conformance 34.41% <ø> (+<0.01%) ⬆️
e2e 38.39% <ø> (-0.68%) ⬇️
integration 30.56% <ø> (-0.45%) ⬇️
rust 42.92% <ø> (ø)
unit 93.22% <ø> (+<0.01%) ⬆️
unit-migrate 93.24% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@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-cc1dd69527535dd201ca861814de3ee70843200c
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-cc1dd69527535dd201ca861814de3ee70843200c

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

To support the integration of wg-easy with authentik, you need to create an application/provider pair in authentik.

### Create a custom scope mapping

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe add a link to the documentation about email verified

@dewi-tik dewi-tik left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

One small change otherwise LGTM

@github-project-automation github-project-automation Bot moved this from Todo to In Progress in authentik Core Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants