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

Pass omero.db.pass via envvar to bin/omero admin reindex #3161

Merged
merged 1 commit into from Nov 5, 2014

Commits on Oct 31, 2014

  1. Pass omero.db.pass via envvar to bin/omero admin reindex

    For security reasons, the DB password is not passed as an xargs to the reindex
    command. This commit fixes this issue by internally setting the JAVA_OPTS
    environment variable which should only be visible to the process owner (and
    root).
    sbesson committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    787a5ee View commit details
    Browse the repository at this point in the history