Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose hook to inject database connection logic on the fly #4505

Merged
merged 2 commits into from
Mar 7, 2018

Commits on Mar 1, 2018

  1. Expose hook to inject database connection logic on the fly

    This environment configuration setting hook allows administrators to
    alter the database connection parameters on the fly based on user
    information. This can be use for a variety of purposes:
    
    * rewire a subset of users to use different database user accounts
    * pass user related information to the database for logging or QoS
    purposes
    * ...
    mistercrunch committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    c0ac9c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Fixes

    mistercrunch committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    ee755ef View commit details
    Browse the repository at this point in the history