Skip to content

Commit

Permalink
Merge pull request #1610 from GluuFederation/cn-aui-session
Browse files Browse the repository at this point in the history
fix(docker-admin-ui): add missing uiConfig on fresh install
  • Loading branch information
mzico authored Mar 6, 2024
2 parents a9b05ef + 3ec7171 commit dc91801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk update \
# TODO:
# - use NODE_ENV=production
# - download build package (not git clone)
ENV FLEX_SOURCE_VERSION=de06fe49102cf8df497449b6dda40eecc56b4593
ENV FLEX_SOURCE_VERSION=a9b05ef3a52975854141d69b142e6981cfd42d54
ENV ADMIN_UI_VERSION=${FLEX_SOURCE_VERSION}

RUN mkdir -p /opt/flex /app/templates/admin-ui
Expand Down
3 changes: 3 additions & 0 deletions docker-admin-ui/templates/admin-ui/auiConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"introspectionEndpoint": "%(token_server_introspection_url)s"
}
},
"uiConfig": {
"sessionTimeoutInMins": 30
},
"licenseConfig": {
"ssa": "%(ssa)s",
"scanLicenseApiHostname": "%(scan_license_api_hostname)s",
Expand Down

0 comments on commit dc91801

Please sign in to comment.