Darshit Chanpura
Darshit Chanpura
## Background Previously, when installing the security plugin demo configuration, the cluster was spun up with the default admin credentials, admin:admin. A change was made in main and backported to...
Downstream change coming from security plugin: https://github.com/opensearch-project/security/pull/4061 *CheckList:* - [x] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made...
## Background Previously, when installing the security plugin demo configuration, the cluster was spun up with the default admin credentials, admin:admin. A change was made in main and backported to...
## Background Previously, when installing the security plugin demo configuration, the cluster was spun up with the default admin credentials, admin:admin. A change was made in main and backported to...
**What is the bug?** While debugging the fix for https://github.com/opensearch-project/index-management/pull/1100, I ran into: ```zsh REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test add policy" -Dtests.seed=5DCE79AE35A726F7 -Dtests.security.manager=false -Dtests.locale=de-CH -Dtests.timezone=Africa/Djibouti -Druntime.java=17 org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT > test...
Security-dashboards-plugin CI for `1.x` branch is currently blocked due to security plugin 1.4.0.0 artifact not being available[1]. All security-dashboards plugin PRs currently pointing to 1.x branch are blocked. I understand...
## Background Previously, when installing the security plugin demo configuration, the cluster was spun up with the default admin credentials, admin:admin. A change was made in main and backported to...
## Description During my work to add API spec for sec plugin, I discovered that some APIs need re-evaluation on whether they should be replaced or removed. Following is the...
There are some lingering references to deprecated settings with messages that they will be deprecated in specific version, and these versions have long since released. Example: These audit config settings...
Brought to highlight during discussion on https://github.com/opensearch-project/security/pull/4071, it should be documented that the password validation settings (regex + length) are not the same as the ones that supplied via configurable...