security-dashboards-plugin
security-dashboards-plugin copied to clipboard
🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
**What is the bug?** OIDC authentication not working if OIDC server was not available when the dashboard application is launched but is available after. **How can one reproduce the bug?**...
Currently the SAML auth test for successful login is only checking for the presence of a cookie (https://github.com/opensearch-project/security-dashboards-plugin/blob/main/test/jest_integration/saml_auth.test.ts#L247). While this assertion is valid for successful login, the assertions can go...
**Is your feature request related to a problem? Please describe.** I have a user that only has access to certain fields, but they are able to see the restricted fields...
**What is the bug?** In the Roles/Security/ view on the permissions tab, there are only three index patterns shown for each entry in the index permissions view. The list is...
Setting default route does not change from `/app/home` for IDP initiated Authentication Steps to reproduce the behavior: Login to dashboards, change default route - no issues here On SDP initiated...
**Describe the bug** Opensearch-Desktop does not operate as expected using saml authentication. It is still referring to the _opendistro endpoint instead of the _plugins endpoint. The documentation [link](https://opensearch.org/docs/security-plugin/configuration/saml/#opensearch-dashboards-configuration) explains to...
### Issue Description The functional tests of security-dashboards-plugin is currently based in the functional test repo. Even the FTR has the description of how to onboard test cases, we should...
**Is your feature request related to a problem?** Cookie is queried by API multiple times in authentication_type. Refactor is needed for abstract methods in authentication_type to improve the efficiency to...
**What is the request?** `''`, `'basicauth' and `AuthType.BASIC` all end up with pointing to basic auth. Thare are quite a few occurrences in the code base, which needs to be...
**What is the bug?** The `config.yml` honors outdated `kibana` key and throws an error for `opensearch-dashboards`. **How can one reproduce the bug?** Steps to reproduce the behavior: ``` config: dynamic:...