Skip to content
Snippets Groups Projects
Forked from ICS Control System Infrastructure / csentry
Source project has a limited visibility.
  • Benjamin Bertrand's avatar
    a17dfd20
    Change Flask-Session redis_store config_prefix · a17dfd20
    Benjamin Bertrand authored
    The "REDIS_URL" variable is hard-coded in RQ Dashboard.
    
    REDIS_URL was used by redis_store that is passed to Flask Session.
    The url variable used by Flask-Redis can be changed by setting the
    config_prefix.
    
    1. Rename REDIS_URL to SESSION_REDIS_URL
    2. Rename redis_store to session_redis_store
    3. Use "SESSION_REDIS" config_prefix to initialize session_redis_store
    
    This makes it clear that this Redis instance is used by Flask-Session.
    REDIS_URL will be used for RQ.
    a17dfd20
    History
    Change Flask-Session redis_store config_prefix
    Benjamin Bertrand authored
    The "REDIS_URL" variable is hard-coded in RQ Dashboard.
    
    REDIS_URL was used by redis_store that is passed to Flask Session.
    The url variable used by Flask-Redis can be changed by setting the
    config_prefix.
    
    1. Rename REDIS_URL to SESSION_REDIS_URL
    2. Rename redis_store to session_redis_store
    3. Use "SESSION_REDIS" config_prefix to initialize session_redis_store
    
    This makes it clear that this Redis instance is used by Flask-Session.
    REDIS_URL will be used for RQ.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.