OpenSearch/plugins/repository-azure
David Pilato a34db4e09f Support for accessing Azure repositories through a proxy (#23518)
You can define a proxy using the following settings:

```yml
azure.client.default.proxy.host: proxy.host
azure.client.default.proxy.port: 8888
azure.client.default.proxy.type: http
```

Supported values for `proxy.type` are `direct`, `http` or `socks`. Defaults to `direct` (no proxy).

Closes #23506

BTW I changed a test `testGetSelectedClientBackoffPolicyNbRetries` as it was using an old setting name `cloud.azure.storage.azure.max_retries` instead of `azure.client.azure1.max_retries`.
2017-09-13 11:51:55 +02:00
..
licenses Update to Azure Storage 5.0.0 2017-03-08 21:56:19 -08:00
src Support for accessing Azure repositories through a proxy (#23518) 2017-09-13 11:51:55 +02:00
build.gradle Remove azure deprecated settings (#26099) 2017-09-12 16:51:44 +02:00