-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module Office 365 configuration viewer #3524
Module Office 365 configuration viewer #3524
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR: LGTM ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some spell comments
...components/management/configuration/office365/components/SubscriptionTab/SubscriptionTab.tsx
Outdated
Show resolved
Hide resolved
...agement/components/management/configuration/office365/components/general-tab/general-tab.tsx
Outdated
Show resolved
Hide resolved
public/controllers/management/components/management/configuration/office365/constants.tsx
Outdated
Show resolved
Hide resolved
public/controllers/management/components/management/configuration/office365/office365.tsx
Outdated
Show resolved
Hide resolved
…ot. Fix label of only_future_events
...ement/components/management/configuration/office365/components/api-auth-tab/api-auth-tab.tsx
Outdated
Show resolved
Hide resolved
public/controllers/management/components/management/configuration/office365/office365.tsx
Outdated
Show resolved
Hide resolved
...ement/components/management/configuration/office365/components/api-auth-tab/api-auth-tab.tsx
Outdated
Show resolved
Hide resolved
field: 'only_future_events', | ||
label: 'Collect events generated since Wazuh is initialized', | ||
}, | ||
{ field: 'interval', label: 'Interval between Office 365 wodle executions in seconds' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check: We should check if the value of interval
is expressed in seconds on the API response because the field description mentions the time is in seconds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe like this:
Interval between Office 365 wodle executions, format: s (seconds), m (minutes), h (hours), d (days)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: I could not test the PR, but I think the time could be returned in seconds. Check it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test: 🟢
CR: 🟢
...ement/components/management/configuration/office365/components/api-auth-tab/api-auth-tab.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR: LGTM ✔️
Testing: LGTM ✔️
Second test: |
…viewer - Module configuration only available for managers - Replaced as the list of credentials are rendered. Now it uses the `WzConfigurationSettingsListSelector` - Replaced some descriptions
Changes
Screenshot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR: LGTM ✔️
Testing: LGTM ✔️
Changed the label for time between wodle executions to seconds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR:🟢
Testing:🟢
Hi team
This PR added configuration on
Management/Configuration
for the new module Office 365.XML config extracted from issue #4983 and PR
Screenshots:
Management/Configuration
Office 365 / General:
Office 365 / Api Auth:
Office 365 / Subscriptions:
JSON/XML:
Closes: #3507
Note: we have not yet defined URLs documentation