security-dashboards-plugin
security-dashboards-plugin copied to clipboard
🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
***Received Error***: **Error building securityDashboards, retry with: ./build.sh manifests/3.0.0/opensearch-dashboards-3.0.0.yml --component securityDashboards**. securityDashboards failed during the distribution build for version: 3.0.0. Please see build log at https://build.ci.opensearch.org/job/distribution-build-opensearch-dashboards/7309/display/redirect. The failed build stage...
This is a component issue for `2.15.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4681. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...
The integration test failed at distribution level for component securityDashboardsVersion: 2.14.0Distribution: debArchitecture: x64Platform: linuxPlease check the logs: https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards/5773/display/redirect * Test-report manifest:* - https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.14.0/7584/linux/x64/deb/test-results/5773/integ-test/test-report.yml _Note: Steps to reproduce, additional logs and...
### Description For MDS, tenancy tab is always locked to local cluster. When disabling/removing local cluster, this causes an edge case where local cluster does not exist in the picker,...
**What is the bug?** For Auth, Roles, Users, Permissions tabs - when no datasource is in the URL, initial page load of error/empty data does not change - need to...
**What is the bug?** When local cluster is disabled, the "tenant" tab is still pulling info from the local cluster - this is because this tab is locked to the...
### Description This PR fixes a bug where the security-dashboards-plugin would redirect back to `/` instead of `/{serverBasePath}` after authenticating with OpenID. This PR also performs all SAML, OpenID and...
**Is your feature request related to a problem?** Recently there was an integration test failure that was caught only at release time. This is because we are not running the...
### Description In OIDC flow ID token expiry time was used to set cookie expiry time. Because of this cookie was getting expired at same time as ID token and...
**Is your feature request related to a problem?** There seems to have been a regression with the OIDC refresh token workflow introduced in this PR: https://github.com/opensearch-project/security-dashboards-plugin/pull/1773. Checking the existing e2e...