```# access-rules.yml - id: "iam:ory-kratos" ups...
# talk-oathkeeper
s
Copy code
# access-rules.yml
- id: "iam:ory-kratos"
  upstream:
    preserve_host: false
    url: "<http://kratos>::4433"
  match:
    url: "<http://127.0.0.1:4455/>"
    methods:
      - "*"
  authenticators:
    - handler: noop
  mutators:
    - handler: noop
  authorizer:
    handler: allow
Hey all, what would be the correct env variable to specify the upstream url and match url