From 37882e634445956957af3f3f9285719b7ee8bd40 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 2 May 2024 13:43:48 -0400 Subject: [PATCH] rephrase ui texts --- backend/src/lib/api-docs/constants.ts | 2 +- .../components/AuditLogStreamTab/AuditLogStreamForm.tsx | 4 ++-- .../components/AuditLogStreamTab/AuditLogStreamTab.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/lib/api-docs/constants.ts b/backend/src/lib/api-docs/constants.ts index 2ede304f2..40043c900 100644 --- a/backend/src/lib/api-docs/constants.ts +++ b/backend/src/lib/api-docs/constants.ts @@ -618,7 +618,7 @@ export const INTEGRATION = { export const AUDIT_LOG_STREAMS = { CREATE: { url: "The socket URL to push logs to.", - token: "Authentication token for the external provider used for identification." + token: "Authentication token from the logging provider" }, UPDATE: { id: "The ID of the audit log stream to update.", diff --git a/frontend/src/views/Settings/OrgSettingsPage/components/AuditLogStreamTab/AuditLogStreamForm.tsx b/frontend/src/views/Settings/OrgSettingsPage/components/AuditLogStreamTab/AuditLogStreamForm.tsx index a47215f21..7f0ec24e8 100644 --- a/frontend/src/views/Settings/OrgSettingsPage/components/AuditLogStreamTab/AuditLogStreamForm.tsx +++ b/frontend/src/views/Settings/OrgSettingsPage/components/AuditLogStreamTab/AuditLogStreamForm.tsx @@ -102,7 +102,7 @@ export const AuditLogStreamForm = ({ id = "", onClose }: Props) => { control={control} name="url" render={({ field, fieldState: { error } }) => ( - + )} @@ -116,7 +116,7 @@ export const AuditLogStreamForm = ({ id = "", onClose }: Props) => { isOptional isError={Boolean(error?.message)} errorText={error?.message} - helperText="A token serves for identification and is sent in Authorization Bearer format." + helperText="The bearer token used to authenticate with the logging provider endpoint" > diff --git a/frontend/src/views/Settings/OrgSettingsPage/components/AuditLogStreamTab/AuditLogStreamTab.tsx b/frontend/src/views/Settings/OrgSettingsPage/components/AuditLogStreamTab/AuditLogStreamTab.tsx index be03b698e..7590d4002 100644 --- a/frontend/src/views/Settings/OrgSettingsPage/components/AuditLogStreamTab/AuditLogStreamTab.tsx +++ b/frontend/src/views/Settings/OrgSettingsPage/components/AuditLogStreamTab/AuditLogStreamTab.tsx @@ -91,7 +91,7 @@ export const AuditLogStreamsTab = withPermission(

- Manage audit log streams to send audit log to any logging providers with syslog support. + Send audit logs from Infisical to external logging providers via HTTP

@@ -169,7 +169,7 @@ export const AuditLogStreamsTab = withPermission( >