-
-
Notifications
You must be signed in to change notification settings - Fork 997
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: Update Semaphore UI description #12674
Conversation
Signed-off-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12674 +/- ##
==========================================
- Coverage 92.76% 92.75% -0.02%
==========================================
Files 769 769
Lines 38884 38886 +2
==========================================
- Hits 36072 36069 -3
- Misses 2812 2817 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com>
Signed-off-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com>
Hi @CFenner thanks for your further work... the build check called Also, just fyi, we will eventually be replacing the sections about using the Wizard in all of the integration guides, with more detailed info about accessing the Wizard. What you have is fine for now, though. |
@tanberry |
Signed-off-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com>
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 again so much @CFenner , and for rerunning the linting/formatting tools. LGTM!
Details
I had issues when getting authentik to work with semaphore in a docker compose scenario. It turned out that it helps to set the
SEMAPHORE_WEB_ROOT
env var in this case.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
)