You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ended delegating some application configuration to node-config , as would not depend on changing other modules given the urgency in the past. This is not only a design issue, but it reflects in production bug, as Cloud Native users won't be able to change the values in production.js file.
We need to move this setting to where other applications settings are: backend persistence.
so which one do we want to config through oxtrust(backend persistence)? I think except passportFile and saltFile, we can take all. Let me know your thought
so which one do we want to config through oxtrust(backend persistence)? I think except passportFile and saltFile, we can take all. Let me know your thought
We use
node-config
module to handle settings that changes according toNODE_ENV
(i.e.TEST
,PRODUCTION
,DEV
).gluu-passport/config/default.js
Line 7 in fc37c63
We ended delegating some application configuration to
node-config
, as would not depend on changing other modules given the urgency in the past. This is not only a design issue, but it reflects in production bug, as Cloud Native users won't be able to change the values inproduction.js
file.We need to move this setting to where other applications settings are: backend persistence.
This should be:
gluu-server <= 4.2.4
): loading from ENV fix(production): allow rate limit settings to be loaded from env #386gluu-server > 4.3.0
): moving to backend persistenceThe text was updated successfully, but these errors were encountered: