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

Use safer default values #405

Merged
merged 23 commits into from
Jan 12, 2017
Merged

Use safer default values #405

merged 23 commits into from
Jan 12, 2017

Commits on Jan 9, 2017

  1. Update install scripts to configure MongoDB to listen on localhost only

    by default.
    
    That's already a default in some versions, but we still should do it bo
    be on the safe side.
    Kami committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    7191fda View commit details
    Browse the repository at this point in the history
  2. Update debian bootstrap script to enable RBAC for MongoDB and create new

    admin and stackstorm user which is used for database access.
    Kami committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    fd5d744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f574eb9 View commit details
    Browse the repository at this point in the history
  4. Installer crudini early on.

    Kami committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    f6d5a28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eb2bd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d68be3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2765d6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98d7cd6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a4ecda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6461a9f View commit details
    Browse the repository at this point in the history
  11. Abort if password is empty.

    Kami committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    3ce0dcf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff83c05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2238498 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59439c0 View commit details
    Browse the repository at this point in the history
  15. Use correct config path.

    Kami committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    6b6bcdc View commit details
    Browse the repository at this point in the history
  16. Fix typo.

    Kami committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    f80bb70 View commit details
    Browse the repository at this point in the history
  17. Need to use echo -e on RHEL.

    Kami committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    d21214b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    097de90 View commit details
    Browse the repository at this point in the history
  19. Can't use crudini on RHEL.

    Kami committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    e591891 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dfc9ec8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Use 127.0.0.1 instead of localhost.

    This way we can avoid potential IPv6 issues and similar.
    Kami committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    26b7a4c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Use consistent order.

    Kami committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    03e81c8 View commit details
    Browse the repository at this point in the history
  2. Use restart on ubuntu 14.04.

    Kami committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    bbc9b9e View commit details
    Browse the repository at this point in the history