-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 certificate instructions to apache guacamole #13684
base: main
Are you sure you want to change the base?
website/integrations: add certificate instructions to apache guacamole #13684
Conversation
Needs:
|
✅ 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.
|
Thank you for the suggestion @cheggerdev Does this modified document match your experiences? Are there any further details that you think I should add? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13684 +/- ##
==========================================
+ Coverage 92.70% 92.74% +0.03%
==========================================
Files 794 796 +2
Lines 40545 40750 +205
==========================================
+ Hits 37588 37792 +204
- Misses 2957 2958 +1
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 @dewi-tik, Thank you for the work. Yes, this matches my experience. Failing to add the (self signed) associated CA results in rejecting the JWT due fullchain validation failure. I suppose, this must be done so for all Apps with Java based authentication. |
we can do this in the pr i'm working on, Each PR should ideally stick to it's title/linked issue to keep tracking easy |
Details
Adds a section to the Apache Guacamole integration document to explain the use of self signed certificates.
Closes #13671
Inapplicable
## Checklistak 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
)