-
-
Notifications
You must be signed in to change notification settings - Fork 964
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
website/integrations: add MeshCentral #10490
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
## MeshCentral configuration | ||
|
||
Edit the `config.json` for your MeshCentral deployment, and add the following code in the `domains:` subsection: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add where the config json is located? if needed
Co-authored-by: 4d62 <github-user@sdko.org> Signed-off-by: axemann <17078534+axemann@users.noreply.github.com>
Co-authored-by: 4d62 <github-user@sdko.org> Signed-off-by: axemann <17078534+axemann@users.noreply.github.com>
Co-authored-by: 4d62 <github-user@sdko.org> Signed-off-by: axemann <17078534+axemann@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10490 +/- ##
==========================================
- Coverage 92.61% 92.60% -0.01%
==========================================
Files 714 714
Lines 35010 35010
==========================================
- Hits 32423 32422 -1
- Misses 2587 2588 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
could you also switch out the > to use docsaurrus' warning / error boxes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @axemann for this contribution. MeshCentral looks kinda cool! I have a couple of nits and suggestions. Also, I noticed that the build check for prettier
failed.. can you run make website
or npm run prettier
and then push to the PR again? Let me know if you have any questions; here are our docs for how to run the required linting before pushing a PR. https://docs.goauthentik.io/developer-docs/docs/writing-documentation
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: axemann <17078534+axemann@users.noreply.github.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: axemann <17078534+axemann@users.noreply.github.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: axemann <17078534+axemann@users.noreply.github.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: axemann <17078534+axemann@users.noreply.github.com>
Hi @axemann it seems the |
Details
This PR adds documentation for integrating authentik with MeshCentral.
No API or frontend changes have been made.
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)