security-dashboards-plugin
security-dashboards-plugin copied to clipboard
🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
Opening an issue to track testing for version decoupling with multiple datasources. As part of CI, we should add checks to ensure that the security-dashboards-plugin is compatible with all the...
The integration test failed at distribution level for component securityDashboardsVersion: 1.3.16Distribution: zipArchitecture: x64Platform: windowsPlease check the logs: https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards/5790/display/redirect * Test-report manifest:* - https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/1.3.16/7587/windows/x64/zip/test-results/5790/integ-test/test-report.yml _Note: Steps to reproduce, additional logs and...
**Describe the bug** Since I upgraded from 2.11.1 to 2.12.0, I encounter a bug in redirection with openID (keycloak) at the end of authentification process. Fom https://myUrl.com/clusterName/app/login I click on...
## Background The OpenSearch Dashboard configuration contains multiple settings that affect how long user credentials are saved and valid in the browser cookie: - cookie.ttl - session.ttl - session.keepalive In...
**Is your feature request related to a problem?** We should make sure that most if not all text has translation support across different languages. There are some places that this...
**What is the bug?** It always shows only 3 roles it seems. This is confusing, I was under the impression I made an error, but it turned out the config...
**Describe the bug** When a user is forced through auth redirects either for initial login or reauth after timeout the query they were navigating to or previously loaded is lost...
**What is the bug?** The bug is multiple duplicate network calls being made on page load/refresh. We should look into these and remove extra ones or move them to a...
**Is your feature request related to a problem? Please describe.** Need to view/edit/add/remove and_backend_roles in role mapping **Describe the solution you'd like** When we create a role mapping, we need...
**Is your feature request related to a problem?** The security-dashboards-plugin relies on a static [constants.tsx](https://github.com/opensearch-project/security-dashboards-plugin/blob/main/public/apps/configuration/constants.tsx) file to obtain the list of actions that are permissible in the `index_permissions` and `cluster_permissions`...