fix: make storage system user a service account

The reva auth-middleware blocks users without a tenant id, expect
system users.
This commit is contained in:
Ralf Haferkamp
2025-09-30 08:41:48 +02:00
committed by Ralf Haferkamp
parent 7b5c59e827
commit 736fb9db1f

View File

@@ -50,7 +50,7 @@ func StorageSystemFromStruct(cfg *config.Config) map[string]interface{} {
"id": map[string]interface{}{
"opaqueId": cfg.SystemUserID,
"idp": "internal",
"type": userpb.UserType_USER_TYPE_PRIMARY,
"type": userpb.UserType_USER_TYPE_SERVICE,
},
"username": "serviceuser",
"display_name": "System User",