Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
### Is your feature request related to a problem? Coming from https://github.com/opensearch-project/opensearch-api-specification/pull/368#discussion_r1659252513, add support for something like `x-experimental`. ### What solution would you like? 1. A way to mark an...
### What is the bug? The following test produces an OOM on my local machine. ```yaml $schema: ../../json_schemas/test_story.schema.yaml description: Test mappings endpoints. chapters: - synopsis: Get all mappings. path: /_mapping...
### Is your feature request related to a problem? The `_cat` API takes flags in the form of `?help` without a value. In https://github.com/opensearch-project/opensearch-api-specification/pull/360 I added support for boolean parameters...
### Is your feature request related to a problem? [ESLint deprecated of their formatting rules in v8.53.0](https://eslint.org/blog/2023/10/deprecating-formatting-rules/) and recommended users to migrate to ESLint Stylistic. ### What solution would you...
### Is your feature request related to a problem? The spec linter tells you the problem, but doesn't fix it for you. ### What solution would you like? Add `--fix`...
### Is your feature request related to a problem? In https://github.com/opensearch-project/opensearch-api-specification/pull/304 support for a new parameter was added, but coverage has not changed. ### What solution would you like? -...
Amazon Serverless OpenSearch requires `X-Amz-Content-Sha256` too. https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-clients.html We've been having to add it in a lot of places, e.g. https://github.com/jamesmbourne/aws4-axios/pull/1621 or https://github.com/opensearch-project/opensearch-js/pull/366.
Coming from https://github.com/opensearch-project/opensearch-api-specification/pull/483 where I was trying to add support for Amazon OpenSearch Serverless to already working support for Amazon Managed OpenSearch. The serverless implementation requires an `X-Amz-Content-Sha256` for all...
Closes #11.
**What is the bug?** In https://github.com/opensearch-project/index-management/blob/395317dcc40762fc05b4320885c2ea27be572324/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/resthandler/RestIndexPolicyAction.kt#L72C33-L72C41 we use `policyID` instead of what I think should be `policy_id`. **What is the expected behavior?** Add support for the latter and deprecate the...