10000-ki

Results 18 issues of 10000-ki

Hello there, First of all I'm using this library well in my project. Thank you!!. I found an issue that it doesn't allow empty request body except GET ``` ###...

## Command ` podman run -it --device /dev/kvm -p 50922:10022 docker.io/sickcodes/docker-osx:monterey ` ## OS Version ``` NAME="Red Hat Enterprise Linux" VERSION="8.6 (Ootpa)" ID="rhel" ID_LIKE="fedora" VERSION_ID="8.6" PLATFORM_ID="platform:el8" PRETTY_NAME="Red Hat Enterprise Linux...

hi now `docker-osx:auto` image os version is `10.15.7` Do you have any plans to upgrade the os version about `docker-osx:auto` ?

when i use this action in enterprise github, Reporting is failing due to issue of access repository and `403` error returns so how about improving it by receiving github token...

If an error occurs while the conuser polls the message example deserialize exception ``` java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.RecordDeserializationException: Error deserializing key/value for partition crash-android-21 at offset 1047530996. If needed, please seek past...

Is there an option such as setting-path like [setup-java](https://oss.navercorp.com/actions/setup-java) https://oss.navercorp.com/actions/setup-java/blob/8d222861066e40836af2181b3a2ddd46f05b2dd8/docs/advanced-usage.md#apache-maven-with-a-settings-path > NOTE: The settings.xml file is created in the Actions $HOME/.m2 directory. If you have an existing settings.xml file at...

enhancement

### Description https://github.com/opensearch-project/OpenSearch/blob/6a01d2f95b7e98c601949a58b92b91e3e4022e17/buildSrc/src/main/java/org/opensearch/gradle/testclusters/OpenSearchCluster.java#L410 `discovery.zen.minimum_master_nodes` is only valid for opensearch 1.x.x I think it could confuse the user, so I improved the comment. ### Issues Resolved None By submitting this pull...

first-time-contributor

**Is your feature request related to a problem?** **What solution would you like?** Hello we can set order of auth in `opensearch` ```yml config: dynamic: http: anonymous_auth_enabled: false xff: enabled:...

enhancement
triaged

### Is your feature request related to a problem? https://github.com/elastic/elasticsearch-java/tree/main/java-client/src/main/java/co/elastic/clients/elasticsearch/security As you may know, elasticsearch-java-client supports `SecurityClient` This is a class that provides security-related convenience features. Are there any plans...

enhancement

**Is your feature request related to a problem?** ```java public RequestContentValidator.ValidationError validate(final String username, final String password) { if (minPasswordLength > 0 && password.length() < minPasswordLength) { logger.debug( "Password is...

enhancement
triaged