security icon indicating copy to clipboard operation
security copied to clipboard

🔐 Secure your cluster with TLS, numerous authentication backends, data masking, audit logging as well as role-based access control on indices, documents, and fields

Results 267 security issues
Sort by recently updated
recently updated
newest added

### Description This PR fixes build errors caused by a recent change in Core where the _filderIndices()_ method got moved from SnapshotUtils to IndexUtils ### Issues Resolved #4312 ### Check...

### Description Currently, our system only allows for the invalidation of the entire user authentication cache, which can lead to numerous cache misses and inefficiencies. This change is required to...

### Description Added space between `common_utils` version and java libs versions (`kafka_version`, `open_saml_version` etc.) n the `gradle.build` file. in the `buildscript` `ext` section to avoid falires for auto backport to...

***Received Error***: **Error building security, retry with: ./build.sh manifests/3.0.0/opensearch-3.0.0.yml --component security**. security failed during the distribution build for version: 3.0.0. Please see build log at https://build.ci.opensearch.org/job/distribution-build-opensearch/9795/display/redirect. The failed build stage...

untriaged
v3.0.0
autocut

***Received Error***: **Error building security, retry with: ./build.sh manifests/2.15.0/opensearch-2.15.0.yml --component security**. security failed during the distribution build for version: 2.15.0. Please see build log at https://build.ci.opensearch.org/job/distribution-build-opensearch/9793/display/redirect. The failed build stage...

untriaged
autocut
v2.15.0

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...

untriaged
v2.15.0

### Description Introduce new endpoint: - `_plugins/_security/api/certificates` - `_plugins/_security/api/certificates/{nodeId}` which provides information about SSL certificates for each node in the cluster. The endpoint works only with Default key store but...

### Description Moved test: - `SecurityConfigApiActionTest` into `ConfigRestApiIntegrationTest` Test with the Legacy prefix removed since new tests use randomization for paths ### Check List - [ ] New functionality includes...

backport 2.x

**What is the bug?** Builds are failing due to filterIndices() method being moved from SnapshotUtils to IndexUtils as part of a recent commit in core https://github.com/opensearch-project/OpenSearch/pull/8922 **How can one reproduce...

bug
untriaged