Skip to content

Commit 4301387

Browse files
authored
chore(image): sync static files and templates from upstream (#628)
1 parent 01e306a commit 4301387

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docker-admin-ui/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk update \
77
# TODO:
88
# - use NODE_ENV=production
99
# - download build package (not git clone)
10-
ENV ADMIN_UI_VERSION=292c90182c988a138c169b5cdc12a0da6397a04b
10+
ENV ADMIN_UI_VERSION=01e306ad4cc4695b105d57ea1bcd864544edfad3
1111

1212
# note that as we're pulling from a monorepo (with multiple project in it)
1313
# we are using partial-clone and sparse-checkout to get the admin-ui code
@@ -67,7 +67,7 @@ RUN python3 -m ensurepip \
6767
# jans-linux-setup sync
6868
# =====================
6969

70-
ENV JANS_SOURCE_VERSION=fddbc51d305eee28895b806be178fe8e089b9fc6
70+
ENV JANS_SOURCE_VERSION=13f599830c0d6b48bd1cd6f71f3d200ec6bddfe7
7171
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
7272

7373
# note that as we're pulling from a monorepo (with multiple project in it)

docker-admin-ui/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
libcst<0.4
22
# pinned to py3-grpcio version to avoid failure on native extension build
33
grpcio==1.41.0
4-
git+https://github.com/JanssenProject/jans@4063981f124d9111c41357d868183295b55b6d86#egg=jans-pycloudlib&subdirectory=jans-pycloudlib
4+
git+https://github.com/JanssenProject/jans@c23a2e505b7eb325a293975d60bbc65d5e367c7d#egg=jans-pycloudlib&subdirectory=jans-pycloudlib

docker-admin-ui/templates/clients.ldif

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dn: inum=%(admin_ui_client_id)s,ou=clients,o=jans
22
objectClass: top
33
objectClass: jansClnt
44
del: false
5-
displayName: Jans Admin UI Client
5+
displayName: Gluu Flex Admin UI Client
66
inum: %(admin_ui_client_id)s
77
jansAccessTknAsJwt: true
88
jansAccessTknSigAlg: RS256
@@ -35,7 +35,7 @@ dn: inum=%(token_server_admin_ui_client_id)s,ou=clients,o=jans
3535
objectClass: top
3636
objectClass: jansClnt
3737
del: false
38-
displayName: Token server admin-ui client
38+
displayName: Gluu Flex Admin UI Client for Token Server
3939
inum: %(token_server_admin_ui_client_id)s
4040
jansAccessTknAsJwt: true
4141
jansAccessTknSigAlg: RS256

docker-casa/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN mkdir -p /opt/prometheus \
7474
# jans-linux-setup sync
7575
# =====================
7676

77-
ENV JANS_SOURCE_VERSION=d1890e76c13c8c2c3dcdcc0625edd04cf552bbf9
77+
ENV JANS_SOURCE_VERSION=13f599830c0d6b48bd1cd6f71f3d200ec6bddfe7
7878
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
7979

8080
# note that as we're pulling from a monorepo (with multiple project in it)
@@ -101,7 +101,7 @@ RUN cd /tmp/jans \
101101
# flex setup sync
102102
# ===============
103103

104-
ENV FLEX_VERSION=31e9142c887d4cd8d2be1f1dc7b83a21ff23fb2b
104+
ENV FLEX_VERSION=01e306ad4cc4695b105d57ea1bcd864544edfad3
105105
ARG FLEX_SETUP_DIR=flex-linux-setup/flex_linux_setup
106106
ARG CASA_EXTRAS_DIR=casa/extras
107107

docker-casa/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ webdavclient3>=3.14.5
22
libcst<0.4
33
# pinned to py3-grpcio version to avoid failure on native extension build
44
grpcio==1.41.0
5-
git+https://github.com/JanssenProject/jans@4063981f124d9111c41357d868183295b55b6d86#egg=jans-pycloudlib&subdirectory=jans-pycloudlib
5+
git+https://github.com/JanssenProject/jans@c23a2e505b7eb325a293975d60bbc65d5e367c7d#egg=jans-pycloudlib&subdirectory=jans-pycloudlib

0 commit comments

Comments
 (0)