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

Configurable token auth for media bucket filters #598

Open
jdspugh opened this issue Feb 17, 2020 · 0 comments
Open

Configurable token auth for media bucket filters #598

jdspugh opened this issue Feb 17, 2020 · 0 comments

Comments

@jdspugh
Copy link

jdspugh commented Feb 17, 2020

If I call a media bucket with a filter query like /media/mediaStore?filter={"status":"todo"} it seems it always needs to be authenticated. There should be a configuration setting to turn it off on a per bucket basis like we can with collection endpoints. I recommend a setting like this in config.development/production.json files:

 "media" : {
    "mediaStore": {
      "authenticate": <true|false>
    }
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant