Skip to content

Configurable token auth for media bucket filters #598

@jdspugh

Description

@jdspugh

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>
    }
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions