Skip to content

Commit

Permalink
Merge branch 'main' into add-jwt-multiauth
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-ho authored Oct 2, 2024
2 parents bf5ddf6 + 5495990 commit 842b2fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const APP_LIST_FOR_READONLY_ROLE = [APP_ID_HOME, APP_ID_DASHBOARDS, APP_ID_OPENS

const dataAccessUsersCategory: AppCategory & { group?: AppCategory } = {
id: 'dataAccessAndUsers',
label: 'Data Access and Users',
label: 'Data access and users',
order: 9000,
euiIconType: 'managementApp',
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Version 2.17.1 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 2.17.1

### Maintenance
* Bump micromatch to 4.0.8 ([#2117](https://github.com/opensearch-project/security-dashboards-plugin/pull/2117))

0 comments on commit 842b2fa

Please sign in to comment.