diff --git a/src/TRE-API/Services/DareClientWithoutTokenHelper.cs b/src/TRE-API/Services/DareClientWithoutTokenHelper.cs index 3e291219a..b2c65fd77 100644 --- a/src/TRE-API/Services/DareClientWithoutTokenHelper.cs +++ b/src/TRE-API/Services/DareClientWithoutTokenHelper.cs @@ -22,7 +22,7 @@ public DareClientWithoutTokenHelper(IHttpClientFactory httpClientFactory, { _username = creds.UserName; _password = encDec.Decrypt(creds.PasswordEnc); - _requiredRole = "dare-control-admin"; + _requiredRole = "dare-tre-admin"; } }