security-dashboards-plugin
security-dashboards-plugin copied to clipboard
🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
### Is your feature request related to a problem? Please describe. Opensearch-dashboard features a refresh option that refreshes dashboard by a user-defined time interval. Using this feature can cause the...
**What is the bug?** On start up, https://github.com/opensearch-project/security-dashboards-plugin/blob/main/server/plugin.ts#L191 calls out to get tenant info. But if I do not have tenancy enabled on my cluster and disable multitenancy in my...
### Description **New Feature** Allow admins to define the sign-in options that will be displayed on OpenSearch Dashboard login page. There are couple of sign-in options defined in [Security documentation](https://opensearch.org/docs/latest/security/configuration/multi-auth/),...
[Multiple Datasource] Support scenarios where datasource is running without security or without FGAC
**Is your feature request related to a problem?** With multiple datasources, the same OSD installation can be connected to multiple backend clusters. This issue is to track supporting and testing...
**Is your feature request related to a problem?** For a readonly user dashboard the `View roles and identities` that shows the information about role, backend mapped role should be hidden...
**Describe the bug** For security, I want to make enable client certificate authentication mandatory on the OpenSearch nodes. Following [Client certificate authentication - OpenSearch documentation 3](https://opensearch.org/docs/latest/security-plugin/configuration/client-auth/) I set: plugins.security.ssl.http.clientauth_mode: "REQUIRE"...
**Is your feature request related to a problem? Please describe.** Upon investigation, it seems like Kerberos authentication was not added to Security Dashboard Plugin, despite existing in OpenSearch. Specifically, according...
**Is your feature request related to a problem?** **What solution would you like?** Hello we can set order of auth in `opensearch` ```yml config: dynamic: http: anonymous_auth_enabled: false xff: enabled:...
**Is your feature request related to a problem?** The workspace feature will have similar functionality with multi tenancy. If they are both turned on that may confuse user, as there...
**What is the bug?** The Dashboard application crashes with error 502 Bad Gateway when an user authenticated & authorized by Keycloak tries to access Opensearch. **How can one reproduce the...