We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
targetSelectors
Description:
Creation of SecurityPolicy with targetSelectors only fails with the either targetRef or targetRefs must be used message
either targetRef or targetRefs must be used
Repro steps:
Create SecurityPolicy below
apiVersion: gateway.envoyproxy.io/v1alpha1 kind: SecurityPolicy metadata: labels: eg/namespace: reference-apps name: eg-fallback-oidc namespace: reference-apps spec: oidc: clientID: xxxxxxxxxx clientSecret: name: oauth2-secret provider: issuer: >- https://login.microsoftonline.com/xxxxxxxxxx/v2.0 scopes: - 'api://xxxxxxxxxx/oidc' - offline_access targetSelectors: - group: gateway.networking.k8s.io kind: HTTPRoute matchLabels: eg/namespace: reference-apps
Environment:
Version v1.1.0-rc.1, installed with the helm chart
dependencies: - name: gateway-helm version: v1.1.0-rc.1 repository: oci://docker.io/envoyproxy
It must be coming from the x-kubernetes-validation.
These CRDS are in the generated directory and I'm failing to find their source to fix the bug
generated
The text was updated successfully, but these errors were encountered:
CC @liorokman
Sorry, something went wrong.
liorokman
Successfully merging a pull request may close this issue.
Description:
Repro steps:
Environment:
It must be coming from the x-kubernetes-validation.
These CRDS are in the
generated
directory and I'm failing to find their source to fix the bugThe text was updated successfully, but these errors were encountered: