security-dashboards-plugin
security-dashboards-plugin copied to clipboard
🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
**Describe the bug** ``` Error: Cannot find module './mocks' Require stack: - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/core/server/config/index.js - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/core/server/plugins/discovery/plugin_manifest_parser.js - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/core/server/plugins/discovery/index.js - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/core/server/plugins/plugins_service.js - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/core/server/plugins/index.js - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/core/server/index.js - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/cli/serve/serve.js - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/cli/cli.js - /home/runner/work/security-dashboards-plugin/security-dashboards-plugin/opensearch-dashboards-3.0.0-linux-x64/src/cli/dist.js at...
### Description Allows JWT to be included in a multiple-authentication configuration. ### Category Enhancement ### Why these changes are required? Previously one cannot use basic auth and JWT auth together...
Here is a vulnerability which is fixed in the main branch and 2.16(https://github.com/opensearch-project/security-dashboards-plugin/commit/fc4f6a27c0c80881be9e8ed6b9259a25c3fa0e13) but is not fixed in the branch of 2.15, maybe it should be backported?
**What is the bug?** When using an IDP Initiated SAML Flow with OpenSearch Dashboards, the RelayState provided by the IDP is dropped after authentication. As a result, the user is...
**What is the bug?** Some menu items are not full width: See below **How can one reproduce the bug?** **What is the expected behavior?** Should be full width **What is...
This is a component issue for `2.18.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/5004. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...
This is a component issue for `2.17.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4908. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...
**Is your feature request related to a problem?** Coming from: https://github.com/opensearch-project/security-dashboards-plugin/pull/2083#discussion_r1720299036, the security dashboards plugin has multiple places with large blocks of text that are hard coded in components. We...
### Description [Describe what this change achieves] ### Category [Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation] ### Why these changes are required? ### What is the old...
I have OpenSearch Dashboards configured to go to `/app/wazuh` which works with Internal User logins, but when using SAML users are directed to `/app/home` SAML Users not directed to default...