Skip to content

Commit

Permalink
feat(docker-jans): add client auth scopes (#4156)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli authored Mar 15, 2023
1 parent 8eea271 commit 1ae907b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docker-jans-config-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# ==========

ENV CN_VERSION=1.0.10-SNAPSHOT
ENV CN_BUILD_DATE='2023-03-09 10:26'
ENV CN_BUILD_DATE='2023-03-15 10:03'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-config-api-server/${CN_VERSION}/jans-config-api-server-${CN_VERSION}.war

# Install Jans Config API
Expand Down Expand Up @@ -110,7 +110,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=da87cef4efd88796260d123054575c3aceb1ed38
ENV JANS_SOURCE_VERSION=22323cebe180c6e224baf28d66cb435982880df7
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
ARG JANS_CONFIG_API_RESOURCES=jans-config-api/server/src/main/resources

Expand Down Expand Up @@ -230,7 +230,8 @@ ENV CN_MAX_RAM_PERCENTAGE=75.0 \
CN_PROMETHEUS_PORT="" \
CN_AWS_SECRETS_ENDPOINT_URL="" \
CN_AWS_SECRETS_PREFIX=jans \
CN_AWS_SECRETS_REPLICA_FILE=""
CN_AWS_SECRETS_REPLICA_FILE="" \
CN_CONFIG_API_CREATE_SCOPES=false

# ====
# misc
Expand Down
2 changes: 1 addition & 1 deletion docker-jans-monolith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EXPOSE 443 8080 1636
# jans-linux-setup
# =====================

ENV JANS_SOURCE_VERSION=2603bbb1080345cab4fe814dca39024d8d0b5434
ENV JANS_SOURCE_VERSION=22323cebe180c6e224baf28d66cb435982880df7

# cleanup
RUN rm -rf /tmp/jans
Expand Down
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=7e432dcde57657d1cfa1cd45bde2206156dc6905
ENV JANS_SOURCE_VERSION=22323cebe180c6e224baf28d66cb435982880df7
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
ARG JANS_SCRIPT_CATALOG_DIR=docs/script-catalog
ARG JANS_CONFIG_API_RESOURCES=jans-config-api/server/src/main/resources
Expand Down

0 comments on commit 1ae907b

Please sign in to comment.