Skip to content
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

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

Conversation

dewi-tik
Copy link
Contributor

Details

Adds a section to the Apache Guacamole integration document to explain the use of self signed certificates.

Closes #13671


Inapplicable ## Checklist
  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

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

@dewi-tik
Copy link
Contributor Author

Needs:

  • to be modified to match new document template
  • tested

Copy link

netlify bot commented Mar 27, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 188f9f4
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67eba8f681150100085ca545
😎 Deploy Preview https://deploy-preview-13684--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 site configuration.

Copy link

netlify bot commented Mar 27, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 188f9f4
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67eba8f6c35cee00084fa7a3

@dewi-tik
Copy link
Contributor Author

Thank you for the suggestion @cheggerdev

Does this modified document match your experiences? Are there any further details that you think I should add?

Copy link

codecov bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (d3172ae) to head (188f9f4).
Report is 34 commits behind head on main.

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     
Flag Coverage Δ
e2e 47.87% <ø> (+0.01%) ⬆️
integration 24.18% <ø> (-0.10%) ⬇️
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.

@cheggerdev
Copy link

Thank you for the suggestion @cheggerdev

Does this modified document match your experiences? Are there any further details that you think I should add?

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.

@dominic-r
Copy link
Contributor

to be modified to match new document template

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

@dewi-tik dewi-tik added the documentation Improvements or additions to documentation label Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[website/doc] integrations: Enhance Apache Guacamole integration how to login with selfsigned CA
3 participants