Skip to content

Commit

Permalink
chore(image): sync missing localized attributes for sql and spanner (#…
Browse files Browse the repository at this point in the history
…2927)

* chore(image): sync missing localized attributes for sql and spanner

* chore(image): sync jans-schema.json template
  • Loading branch information
iromli authored and pujavs committed Nov 10, 2022
1 parent b203afe commit dbe60b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-jans-persistence-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN python3 -m ensurepip \
# =====================

# janssenproject/jans SHA commit
ENV JANS_SOURCE_VERSION=d1890e76c13c8c2c3dcdcc0625edd04cf552bbf9
ENV JANS_SOURCE_VERSION=eea281de11013b18f715b77a5c7cf69537c668cc
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
ARG JANS_SCRIPT_CATALOG_DIR=docs/script-catalog
ARG JANS_CONFIG_API_DOCS=jans-config-api/docs
Expand Down
5 changes: 5 additions & 0 deletions docker-jans-persistence-loader/scripts/spanner_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ def column_int_to_string(table_name, col_name):
("jansStatEntry", "jansData"),
("jansSessId", "deviceSecret"),
("jansSsa", "jansState"),
("jansClnt", "jansClntURILocalized"),
("jansClnt", "jansLogoURILocalized"),
("jansClnt", "jansPolicyURILocalized"),
("jansClnt", "jansTosURILocalized"),
("jansClnt", "displayNameLocalized"),
]:
add_column(mod[0], mod[1])

Expand Down
5 changes: 5 additions & 0 deletions docker-jans-persistence-loader/scripts/sql_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ def column_from_json(table_name, col_name):
("jansStatEntry", "jansData"),
("jansSessId", "deviceSecret"),
("jansSsa", "jansState"),
("jansClnt", "jansClntURILocalized"),
("jansClnt", "jansLogoURILocalized"),
("jansClnt", "jansPolicyURILocalized"),
("jansClnt", "jansTosURILocalized"),
("jansClnt", "displayNameLocalized"),
]:
add_column(mod[0], mod[1])

Expand Down

0 comments on commit dbe60b7

Please sign in to comment.