File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 69
69
- secretRef :
70
70
name : {{ .Release.Name }}-jupyterhub-api-token
71
71
env :
72
+ - name : RSPY_EXPIRES_IN
73
+ value : {{ .Values.app.AccessTokenLifetime | default 1200 | quote }}
74
+ - name : RSPY_REFRESH_EXPIRES_IN
75
+ value : {{ .Values.app.RefreshTokenLifetime | default 3600 | quote }}
72
76
- name : RSPY_TIME_BEFORE_ACCESS_TOKEN_EXPIRE
73
77
value : {{ .Values.app.NbSecsBeforeAccessTokenExpire | default 60 | quote }}
74
78
- name : RSPY_TIME_BEFORE_REFRESH_TOKEN_EXPIRE
Original file line number Diff line number Diff line change 37
37
endpointCatalog : http://rs-server-catalog.processing.svc.cluster.local:8080
38
38
# -- Object Storage bucket for the catalog
39
39
catalogBucket : rs-cluster-catalog
40
+
41
+ # -- Access token validity duration (in seconds)
42
+ AccessTokenLifetime : 1200
43
+ # -- Refresh token validity duration (in seconds)
44
+ RefreshTokenLifetime : 3600
40
45
# -- Duration before expiration of the access token
41
46
NbSecsBeforeAccessTokenExpire : 60
42
47
# -- Duration before expiration of the refresh token
You can’t perform that action at this time.
0 commit comments