diff --git a/services/storage-system/pkg/revaconfig/config.go b/services/storage-system/pkg/revaconfig/config.go index 0f6bd992b7..e5183a7a5a 100644 --- a/services/storage-system/pkg/revaconfig/config.go +++ b/services/storage-system/pkg/revaconfig/config.go @@ -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",