Skip to content

Commit

Permalink
Merge pull request #644 from esune/fix/missing-volume-mount
Browse files Browse the repository at this point in the history
Temporarily disable session timeout config file
  • Loading branch information
esune authored Sep 28, 2024
2 parents 67b7928 + ba2a8df commit a0eba9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/vc-authn-oidc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ spec:
value: {{ .Values.controller.cameraRedirectUrl }}
- name: CONTROLLER_PRESENTATION_EXPIRE_TIME
value: {{ .Values.controller.presentationExpireTime | quote }}
- name: CONTROLLER_SESSION_TIMEOUT_CONFIG_FILE
value: /home/aries/sessiontimeout.json
# - name: CONTROLLER_SESSION_TIMEOUT_CONFIG_FILE
# value: /home/aries/sessiontimeout.json
- name: CONTROLLER_PRESENTATION_CLEANUP_TIME
value: {{ .Values.controller.sessionTimeout.duration | quote }}
- name: ACAPY_AGENT_URL
Expand Down

0 comments on commit a0eba9f

Please sign in to comment.