Skip to content

Commit

Permalink
fix: change column size of jansFido2AuthnEntry.jansAuthData column (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Mar 17, 2022
1 parent 2add3e9 commit f1c3ffa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-jans-persistence-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pip3 install -U pip wheel \
# jans-linux-setup sync
# =====================

ENV JANS_LINUX_SETUP_VERSION=5b7fd274230c160d470ef76495d333cab1ae3b2a
ENV JANS_LINUX_SETUP_VERSION=2add3e9ef4d29847f77d5d7389e22ded76cc3764
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup

# note that as we're pulling from a monorepo (with multiple project in it)
Expand Down Expand Up @@ -61,7 +61,7 @@ RUN cd /tmp/jans \
&& cp -R ${JANS_SETUP_DIR}/templates/jans-cli /app/templates/jans-cli

# TODO: casa should be moved from this image
ENV GLUU_CASA_VERSION=303e707061773ba33bec74ecb3a78f5de0539e24
ENV GLUU_CASA_VERSION=2a4a7fcb16554d23ea0ff599d46f86b9de292e30
RUN wget -q https://github.com/GluuFederation/flex/raw/${GLUU_CASA_VERSION}/casa/extras/Casa.py -O /app/static/extension/person_authentication/Casa.py

# cleanup
Expand Down
1 change: 1 addition & 0 deletions docker-jans-persistence-loader/scripts/spanner_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ def column_from_array(table_name, col_name):
("jansDeviceRegistration", "jansDeviceKeyHandle"),
("jansUmaResource", "jansUmaScope"),
("jansU2fReq", "jansReq"),
("jansFido2AuthnEntry", "jansAuthData"),
]:
change_column_type(mod[0], mod[1])

Expand Down
1 change: 1 addition & 0 deletions docker-jans-persistence-loader/scripts/sql_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ def column_from_json(table_name, col_name):
("jansDeviceRegistration", "jansDeviceKeyHandle"),
("jansUmaResource", "jansUmaScope"),
("jansU2fReq", "jansReq"),
("jansFido2AuthnEntry", "jansAuthData"),
]:
change_column_type(mod[0], mod[1])

Expand Down

0 comments on commit f1c3ffa

Please sign in to comment.