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

glooctl add route doesn't support query parameter matching #932

Closed
rickducott opened this issue Jul 31, 2019 · 0 comments · Fixed by #1164
Closed

glooctl add route doesn't support query parameter matching #932

rickducott opened this issue Jul 31, 2019 · 0 comments · Fixed by #1164
Assignees
Labels
Size: S 1 - 3 days

Comments

@rickducott
Copy link

An example virtual service:

apiVersion: gateway.solo.io/v1
kind: VirtualService
metadata:
  name: test-query-parameter
  namespace: gloo-system
spec:
  virtualHost:
    domains:
      - 'foo'
    routes:
      - matcher:
          queryParameters:
            - name: param1
              value: value1
            - name: param2
            - name: param3
              regex: true
              value: "[a-z]{1}"
          prefix: /
        routeAction:
          single:
            upstream:
              name: json-upstream
              namespace: gloo-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: S 1 - 3 days
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants