diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 317377c4c..fd799f26e 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -39,7 +39,7 @@ ("RUN_SUPERSET", True), ("DOCKER_IMAGE_ASPECTS", "edunext/aspects:{{ ASPECTS_VERSION }}"), ("DOCKER_IMAGE_CLICKHOUSE", "clickhouse/clickhouse-server:25.8"), - ("DOCKER_IMAGE_RALPH", "fundocker/ralph:4.1.0"), + ("DOCKER_IMAGE_RALPH", "fundocker/ralph:5.0.1"), ("DOCKER_IMAGE_SUPERSET", "edunext/aspects-superset:{{ ASPECTS_VERSION }}"), ("DOCKER_IMAGE_VECTOR", "timberio/vector:0.30.0-alpine"), ( diff --git a/tutoraspects/templates/aspects/apps/ralph/config/ralph_auth/auth.json b/tutoraspects/templates/aspects/apps/ralph/config/ralph_auth/auth.json index 43fdde035..4f88c59cd 100755 --- a/tutoraspects/templates/aspects/apps/ralph/config/ralph_auth/auth.json +++ b/tutoraspects/templates/aspects/apps/ralph/config/ralph_auth/auth.json @@ -1,9 +1,7 @@ [ { "username": "{{RALPH_ADMIN_USERNAME}}", - "scopes": [ - "ralph_scope" - ], + "scopes": ["all"], "hash": "{{RALPH_ADMIN_HASHED_PASSWORD}}", "agent": { "account": { @@ -14,9 +12,7 @@ }, { "username": "{{RALPH_LMS_USERNAME}}", - "scopes": [ - "ralph_scope" - ], + "scopes": ["statements/write", "statements/read"], "hash": "{{RALPH_LMS_HASHED_PASSWORD}}", "agent": { "account": {