Skip to content

Replace 'guest' role with 'user-light' role#859

Open
LetsDrinkSomeTea wants to merge 3 commits into
opencloud-eu:mainfrom
LetsDrinkSomeTea:patch-1
Open

Replace 'guest' role with 'user-light' role#859
LetsDrinkSomeTea wants to merge 3 commits into
opencloud-eu:mainfrom
LetsDrinkSomeTea:patch-1

Conversation

@LetsDrinkSomeTea
Copy link
Copy Markdown

Fixed old missleading documentation. As seen in https://docs.opencloud.eu/de/docs/dev/server/services/proxy/yaml-config the correct role is user-light instead of guest.

Copilot AI review requested due to automatic review settings May 20, 2026 21:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the v4.0 External IDP documentation to use the correct OpenCloud role name (user-light) instead of the outdated guest, aligning the sample OIDC role mappings with current Proxy configuration expectations.

Changes:

  • Replaced role_name: guest with role_name: user-light in the role mapping example.
  • Replaced role_name: guest with role_name: user-light in the documented default role_mapping.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

Comments suppressed due to low confidence (1)

docs/_static/env-vars/proxy_readme.md:254

  • In the default role_mapping example, claim_value is spelled opencloudcloudGuest (double “cloud”). This likely should be opencloudGuest to match the proxy.yaml reference and other docs; otherwise readers may copy an invalid claim value.
- role_name: user-light
  claim_value: opencloudcloudGuest

Comment on lines 106 to 110
claim_value: mySpaceAdminRole
- role_name: user
claim_value: myUserRole
- role_name: guest
- role_name: user-light
claim_value: myGuestRole
Comment on lines 96 to 101
- role_name: spaceadmin
claim_value: mySpaceAdminRole
- role_name: user
claim_value: myUserRole
- role_name: guest
- role_name: user-light
claim_value: myGuestRole
Comment on lines 221 to 225
claim_value: mySpaceAdminRole
- role_name: user
claim_value: myUserRole
- role_name: guest
- role_name: user-light
claim_value: myGuestRole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants