Peter Nied
Peter Nied
### Description This repository has dependencies on Lucene snapshots from OpenSearch that are hosted on cloudfront. When these snapshots are updated the they can be unavailable between file deletion and...
**Is your feature request related to a problem? Please describe.** OpenSearch extensions need to know the identity of the caller and existing architecture requires depending on the [security plugin](https://github.com/opensearch-project/security) to...
### User Story As a cluster administrator, I am able to explicitly grant and revoke permissions to extensions in order for extensions to access data, resources, and APIs. ### Acceptance...
**Describe the bug** - org.opensearch.remotestore.RemoteStoreRestoreIT.testRTSRestoreWithRefreshedDataPrimaryReplicaDown - org.opensearch.remotestore.RemoteStoreRestoreIT.testRemoteTranslogRestoreWithCommittedData - org.opensearch.remotestore.RemoteStoreRestoreIT.testRemoteTranslogRestoreWithRefreshedData - org.opensearch.remotestore.RemoteStoreRestoreIT.testRemoteTranslogRestoreWithNoDataPostCommit - org.opensearch.remotestore.RemoteStoreRestoreIT.testRTSRestoreWithNoDataPostRefreshPrimaryReplicaDown - org.opensearch.remotestore.RemoteStoreRestoreIT.testRTSRestoreDataOnlyInTranslog - org.opensearch.remotestore.RemoteStoreRestoreIT.testRTSRestoreWithCommittedDataPrimaryReplicaDown tests are flaky. #### Stacktrace _Consistent with all but `testRTSRestoreWithRefreshedDataPrimaryReplicaDown`_ ``` java.lang.AssertionError: Missing...
**What do you want to do?** - [ ] Request a change to existing documentation - [ ] Add new documentation - [X] Report a technical problem with the documentation...
### Is your feature request related to a problem? Please describe There is an outstanding request to have repositories to make changes to use [get-ci-image-tag.yml](https://github.com/opensearch-project/opensearch-build/blob/main/.github/workflows/get-ci-image-tag.yml) to select a docker image....
To aid in detection and removal of non-inclusive terms, add a checkstyle error when they are detected. See plugin specific implication https://github.com/opensearch-project/security/pull/1782 We should expand these checks so that there...
**Is your feature request related to a problem? Please describe.** When authoring a blog post is hard to know what the required metadata values are and if they have been...
## Problem Statement Administrators need to be able to quickly understand what an extension might be able to do with an OpenSearch Cluster. Administrators might be familiar with the OpenSearch...
### Background Administrators need mechanism to control what extensions can do through Applications Scopes. - https://github.com/opensearch-project/security/issues/2587 ### Problem statement Extensions support a large set of functionality today, and will support...