Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 215 for Authz (0.05 sec)

  1. releasenotes/notes/authz-dry-run.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
    - https://github.com/istio/api/pull/1933
    docs:
    - '[usage] https://istio.io/latest/docs/tasks/security/authorization/authz-dry-run/'
    - '[design] https://docs.google.com/document/d/1xQdZsEgJ3Ld2qebfT3EJkg2COTtCR1TqBVojmnvI78g'
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 29 06:43:43 UTC 2021
    - 424 bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/authz-a.yaml

    Akshay J Nambiar <******@****.***> 1683529381 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 402 bytes
    - Viewed (0)
  3. tests/integration/security/policy_attachment_only/testdata/authz/gateway-authz.yaml.tmpl

      - issuer: "******@****.***"
        jwksUri: "https://raw.githubusercontent.com/istio/istio/master/tests/common/jwt/jwks.json"
    --- 
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: authz-gateway-{{ .To.ServiceName }}
    spec:
      targetRef:
        name: {{ .To.ServiceName }}-gateway
        kind: Gateway
        group: gateway.networking.k8s.io
      action: ALLOW
      rules:
      - to:
        - operation:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 24 19:50:43 UTC 2023
    - 847 bytes
    - Viewed (0)
  4. tests/integration/security/testdata/requestauthn/authn-authz.yaml.tmpl

    Akshay J Nambiar <******@****.***> 1683529381 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 699 bytes
    - Viewed (0)
  5. cluster/gce/manifests/abac-authz-policy.jsonl

    Mike Danese <******@****.***> 1516900203 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 01 16:39:56 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  6. releasenotes/notes/authz-dry-run-alpha.yaml

    area: security
    issue:
    - https://github.com/istio/enhancements/pull/112
    releaseNotes:
    - |
      **Promoted** the authorization policy dry-run mode to alpha.
    docs:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 21 00:31:38 UTC 2021
    - 286 bytes
    - Viewed (0)
  7. releasenotes/notes/audit-authz-policy.yaml

    Brian Avery <******@****.***> 1598371881 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 25 16:11:21 UTC 2020
    - 212 bytes
    - Viewed (0)
  8. samples/extauthz/README.md

    ## Usage
    
    1. Deploy the Ext Authz service in a dedicated pod:
    
        ```console
        $ kubectl apply -f ext-authz.yaml
        service/ext-authz created
        deployment.apps/ext-authz created
        ```
    
        Note, you can also deploy the Ext Authz service locally with the application container in the same pod, see the example in `local-ext-authz.yaml`.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 13:52:47 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  9. pilot/pkg/model/authorization_test.go

    				newConfig("authz-3", "bar", auditPolicy),
    				newConfig("authz-4", "bar", auditPolicy),
    			},
    			wantDeny: []AuthorizationPolicy{
    				{
    					Name:      "authz-2",
    					Namespace: "bar",
    					Spec:      denyPolicy,
    				},
    			},
    			wantAllow: []AuthorizationPolicy{
    				{
    					Name:      "authz-1",
    					Namespace: "bar",
    					Spec:      policy,
    				},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  10. pkg/test/framework/components/authz/kubelocal.go

        service: "{{ .httpHost }}"
        port: {{ .httpPort }}
        headersToUpstreamOnAllow: ["x-ext-authz-*"]
        headersToDownstreamOnDeny: ["x-ext-authz-*"]
        includeRequestHeadersInCheck: ["x-ext-authz"]
        includeAdditionalHeadersInCheck:
          x-ext-authz-additional-header-new: additional-header-new-value
          x-ext-authz-additional-header-override: additional-header-override-value
    - name: "{{ .grpcName }}"
      envoyExtAuthzGrpc:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 5.1K bytes
    - Viewed (0)
Back to top