forgot to mention, here’s the relevant portion of ...
# talk-oathkeeper
c
forgot to mention, here’s the relevant portion of my
config.yaml
Copy code
authorizers:
  allow:
    enabled: true
  deny:
    enabled: true
  remote_json:
    enabled: true
    config:
      remote: <http://my-authorizer-api:8080/authorize>
      payload: |
        { }
      forward_response_headers_to_upstream: []
      retry:
        max_delay: 1s
        give_up_after: 1s