security-dashboards-plugin
security-dashboards-plugin copied to clipboard
🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
When the user needs to re-login after an timeout session on kibana in ODFE 1.13.2, the page "Application not found" shows up. Steps to reproduce the behavior: 1. Go to...
The plugin automatically adds some query parameters to the log out URL, but if query parameters are present in the log out URL provided in `kibana.yml` (`opendistro_security.openid.logout_url`) they are not...
Hi, I trying to set 2 OD clusters in AWS behind the same ALB and Host name but using path pattern routing, so for example: ``` opendistro.cluster.co.uk -> AWSALB --->...
Hi, Kibana-ver: 7.4.2 opendistro-ver: 1.4.0 When I create a tenant, I find some problems. First of all, when I create the **Chinese tenant name**, there is no problem, but when...
**Describe the bug** The session cookie is not working in proxy mode because it does not gets validated. **To Reproduce** Steps to reproduce the behavior: 1. request any url using...
Coming from https://github.com/opensearch-project/opensearch-plugins/issues/96, add MacOS (Darwin) support. - [ ] Passing CI on MacOS - [ ] Documentation
# Page is Not Getting Refreshed Automatically After Deleting The Action Group 1. Navigate to Security-> permission-> create action group. 2. Enter user name and permission then create. 3. Select...
**What is the bug?** Any exception during OIDC sign-in causes redirect to login: ``` } catch (error) { context.security_plugin.logger.error(`OpenId authentication failed: ${error}`); // redirect to login return this.redirectToLogin(request, response); }...
In our plugin for OpenSearch Dashboards, we want to run some actions to clear the user session (for example third-party token) when the user clicks on the `Log out` button....
**Is your feature request related to a problem? Please describe.** I'm trying to customize the login screen on OpenSearch, and as far as I understood it's a part of the...