Skip to content

Commit 3d64183

Browse files
authored
Merge pull request #571 from tulibraries/BL-1566-fix-web-content-az-index-due-to-letsecrypt
BL-1566: Fix web content, az index broken after lets encrypt.
2 parents eaca45e + 9a45913 commit 3d64183

File tree

6 files changed

+83
-80
lines changed

6 files changed

+83
-80
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pysftp = "*"
2020
setuptools = "*"
2121
cryptography = "==3.3.2"
2222
sqlalchemy = "==1.3.23"
23+
flask-openid = "==1.3.0"
2324
flask-sqlalchemy = "==2.4.4"
2425
werkzeug = "==0.16.1"
2526

Pipfile.lock

Lines changed: 78 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cob_datapipeline/prod_az_reindex_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
SCHEDULE_INTERVAL = Variable.get("AZ_INDEX_SCHEDULE_INTERVAL")
2525

2626
# Get Solr URL & Collection Name for indexing info; error out if not entered
27-
SOLR_CONN = BaseHook.get_connection("SOLRCLOUD")
27+
SOLR_CONN = BaseHook.get_connection("SOLRCLOUD-WRITER")
2828
SOLR_CONFIG = Variable.get("AZ_SOLR_CONFIG", deserialize_json=True)
2929
# {"configset": "tul_cob-az-2", "replication_factor": 4}
3030
CONFIGSET = SOLR_CONFIG.get("configset")

0 commit comments

Comments
 (0)