Skip to content

website/integrations: add omada controller doc #14523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented May 15, 2025

Details

WIP - not ready for review

Adds an integration doc for omada controller and updates the integrations sidebar.

Closes #14508


If applicable

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

Copy link

netlify bot commented May 15, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 46a1874
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68271ebb93f7410008d4af7d
😎 Deploy Preview https://deploy-preview-14523--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.

Copy link

netlify bot commented May 15, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 46a1874
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68271ebb63680b0008f6b231

@dewi-tik dewi-tik changed the title Adds omada controller doc and updated integration sidebar website/integrations: add omada controller doc May 15, 2025
Copy link

codecov bot commented May 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.69%. Comparing base (ca96b27) to head (46a1874).
Report is 9 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14523      +/-   ##
==========================================
- Coverage   92.70%   92.69%   -0.01%     
==========================================
  Files         809      809              
  Lines       41525    41529       +4     
==========================================
+ Hits        38494    38497       +3     
- Misses       3031     3032       +1     
Flag Coverage Δ
e2e 47.80% <ø> (-0.01%) ⬇️
integration 24.41% <ø> (-0.01%) ⬇️
unit 90.55% <ø> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

@cheggerdev cheggerdev left a comment

Choose a reason for hiding this comment

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

Thank you for doing this. Great work.

The default relay state is derived by decoding a combination of the **Resource ID** and **Omada ID** with a Base64 encryption tool. This section provides an example of how to do this.

1. Go to https://www.base64decode.org/
2. In the **Decode from Base64 format** section, enter: `<Resouce ID>_<Omada ID>`.

Choose a reason for hiding this comment

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

+r
Resource ID

Copy link
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-46a18741ce2fe6f112fae00438a2ec65e13a7bdd
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-46a18741ce2fe6f112fae00438a2ec65e13a7bdd

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

cheggerdev

This comment was marked as duplicate.

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.

website/integrations: add tplink omada controller
2 participants