From c74e0bb6b3771a8b9e6d6d8b7884881aa6da1f0e Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 11 Jul 2019 16:29:27 +0100 Subject: [PATCH] tell people what an IS/IM are --- src/service-types.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/service-types.js b/src/service-types.js index 5cb0a5d36..0803b9247 100644 --- a/src/service-types.js +++ b/src/service-types.js @@ -15,6 +15,6 @@ limitations under the License. */ export const SERVICE_TYPES = Object.freeze({ - IS: 'SERVICE_TYPE_IS', - IM: 'SERVICE_TYPE_IM', + IS: 'SERVICE_TYPE_IS', // An Identity Service + IM: 'SERVICE_TYPE_IM', // An Integration Manager });