Skip to content

Commit

Permalink
chore: bumped search to 3.0.0 (#1630)
Browse files Browse the repository at this point in the history
* chore: bumped search to 3.0.0

Signed-off-by: Allison Suarez Miranda <[email protected]>

* changed default proxy client

Signed-off-by: Allison Suarez Miranda <[email protected]>
  • Loading branch information
allisonsuarez authored Dec 23, 2021
1 parent 277abb5 commit b463b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search/search_service/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class LocalConfig(Config):
LOCAL_HOST=LOCAL_HOST,
PORT=PROXY_PORT)
)
PROXY_CLIENT = PROXY_CLIENTS[os.environ.get('PROXY_CLIENT', 'ELASTICSEARCH')]
PROXY_CLIENT = PROXY_CLIENTS[os.environ.get('PROXY_CLIENT', 'ELASTICSEARCH_V2')]
PROXY_CLIENT_KEY = os.environ.get('PROXY_CLIENT_KEY') # type: Optional[Any]
PROXY_USER = os.environ.get('CREDENTIALS_PROXY_USER', 'elastic')
PROXY_PASSWORD = os.environ.get('CREDENTIALS_PROXY_PASSWORD', 'elastic')
Expand Down
2 changes: 1 addition & 1 deletion search/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = '2.11.1'
__version__ = '3.0.0'

oidc = ['flaskoidc>=1.0.0']

Expand Down

0 comments on commit b463b45

Please sign in to comment.