Skip to content

website/integrations: update NetBox OIDC config#22018

Merged
dominic-r merged 1 commit intomainfrom
sdko/21986-netbox-socialauth-config
May 4, 2026
Merged

website/integrations: update NetBox OIDC config#22018
dominic-r merged 1 commit intomainfrom
sdko/21986-netbox-socialauth-config

Conversation

@dominic-r
Copy link
Copy Markdown
Member

Closes #21986

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 and clients have been updated (make gen)

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 docs)

@dominic-r dominic-r self-assigned this May 4, 2026
@dominic-r dominic-r added the area:docs Features or issues related to Docusaurus label May 4, 2026
@dominic-r dominic-r requested a review from a team as a code owner May 4, 2026 03:08
@netlify
Copy link
Copy Markdown

netlify Bot commented May 4, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 1c7df1b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69f80db600b03a0008485874
😎 Deploy Preview https://deploy-preview-22018--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
Copy Markdown

netlify Bot commented May 4, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 1c7df1b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69f80db6a247210008b1bb86
😎 Deploy Preview https://deploy-preview-22018--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
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.20%. Comparing base (3559beb) to head (1c7df1b).
⚠️ Report is 12 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22018      +/-   ##
==========================================
- Coverage   93.25%   93.20%   -0.06%     
==========================================
  Files        1024     1024              
  Lines       59153    59153              
  Branches      331      331              
==========================================
- Hits        55163    55131      -32     
- Misses       3990     4022      +32     
Flag Coverage Δ
conformance 36.28% <ø> (+<0.01%) ⬆️
e2e 42.07% <ø> (+<0.01%) ⬆️
integration 32.79% <ø> (-0.50%) ⬇️
rust 0.00% <ø> (ø)
unit 92.09% <ø> (ø)
unit-migrate 92.12% <ø> (-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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 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-1c7df1b062ac316a940264119c8c90a2ce4f1adc
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-1c7df1b062ac316a940264119c8c90a2ce4f1adc

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

@github-project-automation github-project-automation Bot moved this from Todo to In Progress in authentik Core May 4, 2026
@dominic-r dominic-r merged commit 3b4d51b into main May 4, 2026
113 checks passed
@dominic-r dominic-r deleted the sdko/21986-netbox-socialauth-config branch May 4, 2026 11:17
@github-project-automation github-project-automation Bot moved this from In Progress to Done in authentik Core May 4, 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: Done

Development

Successfully merging this pull request may close these issues.

Netbox SocialAuth configuration changed

2 participants