security-dashboards-plugin
security-dashboards-plugin copied to clipboard
🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
### Description This PR bumps the qualifier on main branch from alpha to beta. ### Category Maintenance ### Why these changes are required? Release beta 1 ### What is the...
## Background As part of OpenSearch Dashboards' upgrade to Node.js `v20`, we need to verify plugin compatibility. This is part of a larger initiative tracked in the [Node.js v20 Upgrade...
### 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...
**What is the bug?** Here is the url with error http://localhost:5601/app/login?nextUrl=%2Fapp%2Fopensearch_index_management_dashboards_%252Frollups#/rollups?from=0&search=&size=20&sortDirection=desc&sortField=_id ```json { "statusCode": 400, "error": "Bad Request", "message": "[request query.nextUrl]: Invalid nextUrl parameter." } ``` The nextUrl is `/app/opensearch_index_management_dashboards_%2Frollups`...
2.18
### Description Add Kerberos authentication feature on opensearch-dashboard ### Category New feature ### Why these changes are required? This add version will add feature to authentication by Kerberos via SPNEGO....
**Describe the bug** Hello Team! I have noticed some errors in the logs, seems they do not have any impact on the users however I have decided to report this....
**What is the bug?** When a user wants to reset the password with an **invalid current password** the application reloads the page. **How can one reproduce the bug?** Steps to...
**What is the bug?** After upgrading Opensearch-Dashboards from 2.18 to 2.19 I was unable to log in. The login would time out and I received the following error in the...
This is a component issue for `2.20.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/5295. 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?** Currently, when performing SAML tests, the security-dashboards-plugin spins up a node-based SAML IdP based on the [saml-idp node](https://www.npmjs.com/package/saml-idp) package. The last published...