-
Notifications
You must be signed in to change notification settings - Fork 172
Add authentication documentation for Guacamole workspace service #4605
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
base: main
Are you sure you want to change the base?
Conversation
…e service Co-authored-by: marrobi <[email protected]>
|
@copilot please remove the readme file and include all the docs in the actual docs. |
…adme Co-authored-by: marrobi <[email protected]>
Done! I've consolidated all the authentication documentation into the main docs file (docs/tre-templates/workspace-services/guacamole.md) and removed the separate readme file. The documentation now includes both the high-level authentication overview and detailed technical implementation details in one place. (6f4e85d) |
|
@copilot pease do nto make claims about what it does, purely document how it works. Do not include any versions etc that may change over time. Include an intro to the guacamole workspace service at the top of the page. |
…on info, and add service intro Co-authored-by: marrobi <[email protected]>
Updated the documentation to focus on how the authentication works rather than making claims about capabilities, removed the OAuth2 Proxy version reference, and added a proper introduction to the Guacamole workspace service at the top of the page. (a8186a8) |
marrobi
left a comment
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.
LGTM
|
@copilot fix the linting. /github/workspace/docs/tre-templates/workspace-services/guacamole.md:31:27 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] |
Co-authored-by: marrobi <[email protected]>
Fixed the trailing spaces linting error on line 31. (f7b8e1c) |
|
@copilot fix the build issue. |
I've tested the documentation build locally and it's working correctly with both
This will help me identify and fix the specific issue. |
Unit Test Results15 tests 15 ✅ 1s ⏱️ Results for commit a2067b7. |
|
@copilot fix this linting /github/workspace/docs/tre-templates/workspace-services/guacamole.md:18:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 3] |
Co-authored-by: marrobi <[email protected]>
Fixed the MD007 unordered list indentation issues on lines 18-21 by changing from 3-space to 2-space indentation as required by the linting configuration. (a8cec1e) |
|
/test-force-approve Docs |
|
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 54f77eb) (in response to this comment from @marrobi) |
marrobi
left a comment
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.
LGTM
jonnyry
left a comment
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.
LGTM
Summary
This PR adds detailed documentation explaining how authentication to VMs works through the Guacamole workspace service in Azure TRE. The documentation clarifies the authentication flow for both internal and external users, addressing a gap in understanding how VM access is secured and managed.
Changes Made
Main User Documentation (
docs/tre-templates/workspace-services/guacamole.md)Added a new section "Authentication to VMs via Apache Guacamole in Azure TRE" that explains:
Technical Documentation (
templates/workspace_services/guacamole/guacamole-server/guacamole-auth-azure/readme.md)Enhanced the TRE Authorization extension section with:
Why This Matters
This documentation is particularly valuable for:
Authentication Flow Summary
All VM credentials are managed centrally in Azure Key Vault and never exposed to end users, enabling secure access for users who may not have direct VM accounts or Azure AD login capability.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.