Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for IST0149 (0.07 sec)

  1. pkg/config/analysis/analyzers/testdata/virtualservice_jwtclaimroute.yaml

    # The following virtual service should cause the error IST0149 because it uses JWT claim based routing but there is
    # no request authentication applied on the gateway.
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: foo
    spec:
      hosts:
        - "foo.com"
      gateways:
        - foo-gateway
      http:
        - match:
            - uri:
                prefix: /
              headers:
                "@request.auth.claims.foo":
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 843 bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.yaml

        template: "is enabled for Istio injection, as Istio is installed with enableNamespacesByDefault as true."
    
      - name: "JwtClaimBasedRoutingWithoutRequestAuthN"
        code: IST0149
        level: Error
        description: "Virtual service using JWT claim based routing without request authentication."
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  3. pkg/config/analysis/msg/messages.gen.go

    	// Description: Virtual service using JWT claim based routing without request authentication.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
Back to top