Skip to content

Commit

Permalink
Support mongo server url path (#1213)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
PuneetPunamiya authored Oct 10, 2024
1 parent bb02106 commit 69a8f5f
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 64 deletions.
Loading

0 comments on commit 69a8f5f

Please sign in to comment.