File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/pages/product/configuration/reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1401,7 +1401,7 @@ def context_to_roles(ctx: dict) -> list[str]:
1401
1401
1402
1402
module .exports = {
1403
1403
contextToRoles : ({ securityContext }) => {
1404
- const cloud_ctx = securityContext .cloud || { roles: [] }
1404
+ const cloud_ctx = securityContext .cubeCloud || { roles: [] }
1405
1405
return cloud_ctx .roles || []
1406
1406
}
1407
1407
}
@@ -1542,4 +1542,4 @@ If not defined, Cube will lookup for environment variable
1542
1542
[ ref-ldap-integration ] : /product/workspace/sso#ldap-integration
1543
1543
[ ref-dax-api ] : /product/apis-integrations/dax-api
1544
1544
[ ref-mdx-api ] : /product/apis-integrations/mdx-api
1545
- [ ref-ntlm ] : /product/auth/methods/ntlm
1545
+ [ ref-ntlm ] : /product/auth/methods/ntlm
You can’t perform that action at this time.
0 commit comments