website/integrations: add tandoor#13560
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <chwshka@outlook.com>
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <chwshka@outlook.com>
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <chwshka@outlook.com>
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <chwshka@outlook.com>
|
@dominic-r I think I've matched the document with the new template. Let me know if you spot anything else. |
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <chwshka@outlook.com>
|
@chwshka Hi, I notice the documentation build is failing. Before merging, these errors would need to be resolved. Can you take a look at this when you have a second? Thanks |
|
By the looks of it, the error is in the provider configuration, KBD isn't meant for multi line code blocks, you should use ``` instead |
That's fixed. The codeblock is now using ```. The environment variables codeblock includes |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13560 +/- ##
==========================================
+ Coverage 92.73% 92.76% +0.02%
==========================================
Files 794 794
Lines 40425 40493 +68
==========================================
+ Hits 37487 37562 +75
+ Misses 2938 2931 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @chwshka thanks for this PR. Thanks also for linking to PR# #6609. Was it not possible to add to that PR, and co-author it with the original contributor? Maybe not, perhaps the technical details had changed too much, but I wanted to ask. We can go ahead and merge yours, and if OK with you, in the closing comments I'd like to acknowledge the work the original contributor(s) did? |
That probably would have been better. I'll do that next time. I'd be happy to have the author of #6609 acknowledged. |
* main: (76 commits) admin: fix system API when using bearer token (#13651) website: bump the build group in /website with 6 updates (#13645) core: bump goauthentik.io/api/v3 from 3.2025022.5 to 3.2025022.6 (#13646) translate: Updates for file web/xliff/en.xlf in fr (#13653) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#13652) website/integrations: add tandoor (#13560) core, web: update translations (#13642) providers/scim: fix group membership check failing (#13644) ci: add semgrep (#13643) flows: fix API not returning configured background (#13641) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#13631) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#13633) translate: Updates for file web/xliff/en.xlf in zh_CN (#13632) translate: Updates for file web/xliff/en.xlf in zh-Hans (#13634) brands: fix migration 0008 by removing incorrect context manager usage (#13635) web: Fix prop. (#13630) core, web: update translations (#13628) web/admin: reworked sync status card (#13625) core: bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#13626) translate: Updates for file web/xliff/en.xlf in zh-Hans (#13622) ...
Details
Adds documentation on integrating Tandoor recipe manager with authentik.
This would close #6609
Checklist
Inapplicable
- [ ] Local tests pass (`ak test authentik/`) - [ ] The code has been formatted (`make lint-fix`)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)make website)