cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Redis Host and Redis Port in the System config under FlexNet Platform Server

Redis Host and Redis Port in the System config under FlexNet Platform Server

Redis Host and Port config have been introduced to fix a "Vulnerability" which is WhiteHat: CVSS V3 - 6.5 : Vulnerability ID : 52269953. 

However, as of now, the Redis instances are provisioned and available yet to leverage caching for session management hence this config is not used so you can ignore this config. 

or if you want to delete (Only for Onprem) then you can use the following query to delete it.

delete from PLT_APP_CONFIG_VALUE where CONFIG_ENTRY_ID=(select ID from PLT_APP_CONFIG_ENTRY where NAME='redis.port');

delete from PLT_APP_CONFIG_VALUE where CONFIG_ENTRY_ID=(select ID from PLT_APP_CONFIG_ENTRY where NAME='redis.host');

Restart the FNO server. 

Labels (4)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Dec 09, 2021 01:43 AM
Updated by:
Contributors