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

Support mongo server url path #1213

Merged
merged 1 commit into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. Support mongo server url path

    Previously when `storage.docdb.mongo-server-url-dir` was set, then value
    was read from the path specified in the field plus `MONGO_SERVER_URL`
    i.e. (for e.g. /mnt/mongo-creds-secret/MONGO_SERVER_URL) so user had to
    create the secret with the key `MONGO_SERVER_URL`
    
    Hence, with this patch user can specify the path now and the tokwn will
    be read from the path specified
    
    Signed-off-by: PuneetPunamiya <[email protected]>
    PuneetPunamiya committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cd6eae2 View commit details
    Browse the repository at this point in the history