Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of about 10,000 for _run (0.06 sec)

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

    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. releasenotes/notes/authz-dry-run-alpha.yaml

    apiVersion: release-notes/v2
    kind: feature
    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)
  3. pilot/pkg/security/authz/builder/testdata/tcp/dry-run-mix-in.yaml

      namespace: foo
      annotations:
        "istio.io/dry-run": "true"
    spec:
      selector:
        matchLabels:
          app: httpbin
          version: v1
      action: ALLOW
      rules:
        - to:
            - operation:
                ports: ["80"]
    ---
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: httpbin-2
      namespace: foo
      annotations:
        "istio.io/dry-run": "false"
    spec:
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 625 bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/dry-run-mix-in.yaml

      annotations:
        "istio.io/dry-run": "true"
    spec:
      selector:
        matchLabels:
          app: httpbin
          version: v1
      action: ALLOW
      rules:
        - to:
            - operation:
                paths: ["/allow"]
    ---
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: httpbin-2
      namespace: foo
      annotations:
        "istio.io/dry-run": "false"
    spec:
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 633 bytes
    - Viewed (0)
  5. hack/run-prometheus-on-etcd-scrapes.sh

    # Unpacks a tarfile of etcd scrapes and runs a simple web server exposing it
    # and a Prometheus server scraping that simple web server.
    # The simple web server listens on port 9091.
    # The Prometheus server is run in a container and looks for the
    # simple web server at the host's first global IPv4 address.
    
    # Usage: $0 scrapes_tar_pathname
    #
    # Where scrapes_tar_pathname is a gzipped tar archive containing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 08 20:28:05 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/dry-run-allow-in.yaml

    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: httpbin-1
      namespace: foo
      annotations:
        "istio.io/dry-run": "true"
    spec:
      selector:
        matchLabels:
          app: httpbin
          version: v1
      rules:
        - to:
            - operation:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 297 bytes
    - Viewed (0)
  7. docs/site-replication/run-multi-site-oidc.sh

    	exit_1
    fi
    
    ./mc admin policy create minio1 projecta ./docs/site-replication/rw.json
    sleep 5
    
    # Generate STS credential with STS call to minio1
    STS_CRED=$(MINIO_ENDPOINT=http://localhost:9001 go run ./docs/site-replication/gen-oidc-sts-cred.go)
    
    MC_HOST_foo=http://${STS_CRED}@localhost:9001 ./mc ls foo
    if [ $? -ne 0 ]; then
    	echo "Expected sts credential to work, exiting.."
    	exit_1
    fi
    
    sleep 2
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  8. .junit.run/Not Slow.run.xml

    Yuri Schimke <******@****.***> 1605965325 +0000
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Nov 21 13:28:45 UTC 2020
    - 730 bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/dry-run-allow-and-deny-in.yaml

      annotations:
        "istio.io/dry-run": "true"
    spec:
      selector:
        matchLabels:
          app: httpbin
          version: v1
      action: ALLOW
      rules:
        - to:
            - operation:
                paths: ["/allow"]
    ---
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: httpbin-2
      namespace: foo
      annotations:
        "istio.io/dry-run": "true"
    spec:
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 628 bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/dry-run-mix-out.yaml

    Yangmin Zhu <******@****.***> 1617651067 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 847 bytes
    - Viewed (0)
Back to top