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?** When no datasources available, or illegal option passed in via URL the plugin crashes **How can one reproduce the bug?** - enable MDS - navigate to...
**What is the bug?** When anonymous auth is enabled, when users visit OSD, they will hit a login screen. When the URL contains a nextUrl parameter and users sign in...
Security-dashboards plugin code still uses a [legacy cluster client](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/server/opensearch/legacy/cluster_client.ts) when setting up [Security-client](https://github.com/opensearch-project/security-dashboards-plugin/blob/main/server/backend/opensearch_security_client.ts#L21) to make calls to security plugin. This has been replaced by a [newer version cluster client](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/server/opensearch/client/cluster_client.ts). The...
**Is your feature request related to a problem?** With the introduction of multiple datasources feature, two new interfaces were introduced: RequestParams and RequestTypeParams. During PR review there was confusion about...
**Is your feature request related to a problem?** When adding MDS support for security dashboards plugins, almost all API calls had to be changed. When investigating these changes, I noticed...
**Is your feature request related to a problem?** The multi datasource disabled workflow can piggy back off of some of the existing cypress tests, since the multiple datasources feature is...
Describe the bug opensearch_security.multitenancy.tenants.preferred is set, but OpenSearch Dashboard does not show tenant in "switch tenant" tab as set in opensearch_dashboard.yaml. To Reproduce opensearch_security.multitenancy.enabled: true opensearch_security.multitenancy.tenants.enable_global: false opensearch_security.multitenancy.tenants.enable_private: true opensearch_security.multitenancy.tenants.preferred:...
This is a component issue for `2.14.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4562. 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? Please describe.** When configuring OIDC OpenSearch Dashboards needs to connect with https to our outside OIDC / OpenID Connect provider. When /...
**Is your feature request related to a problem? Please describe.** No. Request is not to related to any problem. **Describe the solution you'd like** It would be great if you...