Skip to content

Commit

Permalink
Merge pull request #1719 from thomaspicquet/master
Browse files Browse the repository at this point in the history
auth_type confguration
  • Loading branch information
XWB authored Oct 12, 2020
2 parents c55f66d + a4fd3f8 commit ded9696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ in 6.0 versions.
* **[BC break]** Marked the `fos_elastica.client` alias as private.
* **[BC break]** Marked the `fos_elastica.client_prototype` service as private.
* **[BC break]** Marked the `fos_elastica.index_template_prototype` service as private.
* Added `auth_type` client parameter [Elastica#1790](https://github.com/ruflin/Elastica/pull/1790).

### 6.0.0-BETA3 (2020-09-28)

Expand Down
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ private function addClientsSection(ArrayNodeDefinition $rootNode)
->scalarNode('host')->end()
->scalarNode('port')->end()
->scalarNode('proxy')->end()
->scalarNode('auth_type')->end()
->arrayNode('http_error_codes')
->beforeNormalization()
->ifTrue(function ($v) { return !\is_array($v); })
Expand Down

0 comments on commit ded9696

Please sign in to comment.