Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/opencloud/templates/opencloud/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ spec:
- name: GRAPH_USERNAME_MATCH
value: "none"
- name: PROXY_ROLE_ASSIGNMENT_OIDC_CLAIM
value: "roles"
value: {{ .Values.global.oidc.roleAttributePath | default "roles" | quote }}
- name: PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD
value: "jwt"
- name: WEB_OIDC_METADATA_URL
Expand Down
4 changes: 4 additions & 0 deletions charts/opencloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ global:
# This is the URL where users can manage their accounts, typically provided by Keycloak.
# Example: https://keycloak.opencloud.test/realms/openCloud/account
accountUrl: ""
# JSON path expression to extract user roles from the OIDC token claims.
# This defines where to find the user's roles in the JWT token structure.
# Example: If roles are in token.resource_access.web.roles, use "resource_access.web.roles"
roleAttributePath: roles

# Global storage settings
storage:
Expand Down