Skip to content

mongoOptions aren't passed to GridFSBucketAdapter #7910

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

Closed
4 tasks done
dblythy opened this issue Mar 31, 2022 · 2 comments · Fixed by #7911
Closed
4 tasks done

mongoOptions aren't passed to GridFSBucketAdapter #7910

dblythy opened this issue Mar 31, 2022 · 2 comments · Fixed by #7911
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@dblythy
Copy link
Member

dblythy commented Mar 31, 2022

New Issue Checklist

Issue Description

If you are using custom databaseOptions in your Parse Server options (such as sslKey), the default GridFS file storage stops working.

Steps to reproduce

Create a Parse Server with databaseOptions, using a mongoDB with certificate auth. Attempt to save a file..

Actual Outcome

Certificate validation fails

Expected Outcome

Files to save

Environment

Server

  • Parse Server version: alpha
  • Operating system: macos
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): local

Database

  • System (MongoDB or Postgres): mongo
@parse-github-assistant
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Mar 31, 2022
@mtrezza mtrezza linked a pull request Apr 4, 2022 that will close this issue
3 tasks
@mtrezza
Copy link
Member

mtrezza commented Apr 4, 2022

Closed via #7911

@mtrezza mtrezza closed this as completed Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants