From 15febd49fa94fffd538b7b53e673f0531b186754 Mon Sep 17 00:00:00 2001 From: Rustam_Lotsmanenko <rustam_lotsmanenko@epam.com> Date: Mon, 18 Dec 2023 15:49:31 +0200 Subject: [PATCH] update README --- provider/notification-gc/docs/baremetal/README.md | 6 +++--- provider/notification-gc/docs/gc/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/provider/notification-gc/docs/baremetal/README.md b/provider/notification-gc/docs/baremetal/README.md index 0d168b61e..809766233 100644 --- a/provider/notification-gc/docs/baremetal/README.md +++ b/provider/notification-gc/docs/baremetal/README.md @@ -82,9 +82,9 @@ After the service has started it should be accessible via a web browser by visit **Entitlements configuration for integration accounts** -| DE_OPS_TESTER | DE_ADMIN_TESTER | DE_EDITOR_TESTER | DE_NO_ACCESS_TESTER | -| --- | --- | --- | --- | -|notification.pubsub<br/>service.entitlements.user<br/>users<br/>users.datalake.ops</br>| service.entitlements.user<br/>users<br/>users.datalake.admins</br> | service.entitlements.user<br/>users<br/>users.datalake.editors</br> | service.entitlements.user<br/>users<br/>| +| DE_OPS_TESTER | DE_ADMIN_TESTER | DE_EDITOR_TESTER | DE_NO_ACCESS_TESTER | +|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|---------------------------------------------------------------------|------------------------------------------| +| notification.pubsub<br/>service.entitlements.user<br/>users<br/>users.datalake.ops</br> | service.entitlements.user<br/>users<br/>users.datalake.admins</br>service.legal.admin | service.entitlements.user<br/>users<br/>users.datalake.editors</br> | service.entitlements.user<br/>users<br/> | Above variables should be configured in the release pipeline to run integration tests. You should also replace them with proper values if you wish to run tests locally. diff --git a/provider/notification-gc/docs/gc/README.md b/provider/notification-gc/docs/gc/README.md index b2c8bb3ff..eaa1e5ad4 100644 --- a/provider/notification-gc/docs/gc/README.md +++ b/provider/notification-gc/docs/gc/README.md @@ -84,9 +84,9 @@ After the service has started it should be accessible via a web browser by visit **Entitlements configuration for integration accounts** -| DE_OPS_TESTER | DE_ADMIN_TESTER | DE_EDITOR_TESTER | DE_NO_ACCESS_TESTER | -| --- | --- | --- | --- | -|notification.pubsub<br/>service.entitlements.user<br/>users<br/>users.datalake.ops</br>| service.entitlements.user<br/>users<br/>users.datalake.admins</br> | service.entitlements.user<br/>users<br/>users.datalake.editors</br> | service.entitlements.user<br/>users<br/>| +| DE_OPS_TESTER | DE_ADMIN_TESTER | DE_EDITOR_TESTER | DE_NO_ACCESS_TESTER | +|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|---------------------------------------------------------------------|------------------------------------------| +| notification.pubsub<br/>service.entitlements.user<br/>users<br/>users.datalake.ops</br> | service.entitlements.user<br/>users<br/>users.datalake.admins</br>service.legal.admin | service.entitlements.user<br/>users<br/>users.datalake.editors</br> | service.entitlements.user<br/>users<br/> | Above variables should be configured in the release pipeline to run integration tests. You should also replace them with proper values if you wish to run tests locally. -- GitLab