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

Allow Cassandra schema builder to use credentials #1635

Merged
merged 3 commits into from
Jun 27, 2019

Commits on Jun 26, 2019

  1. Allow Cassandra schema builder to use credentials

    Currently the Cassandra schema builder job only works on open Cassandra installations. This PR fixes this by modifying the script so that two environmental variables, CASSANDRA_USER and CASSANDRA_PASSWORD, could be passed in to supply these credentials.
    
    Signed-off-by: E.G. Hornbostel <eg.hornbostel@pricespider.com>
    EGHornbostel committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    6ed4fb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e1d3b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Fixed missing semi-colon

    Signed-off-by: E.G. Hornbostel <eg.hornbostel@pricespider.com>
    EGHornbostel committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    8ad25e8 View commit details
    Browse the repository at this point in the history