rules:
  - path: /podcasts/episode/<int>/transcript/file
    methods: [GET]
    groups:
      alw: ['*']
      oa: ['*']
  - path: <*>
    methods: ['*']
    groups:
      oa: ['*']
