Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 132 for Decref (0.13 sec)

  1. pkg/kube/inject/testdata/inputs/hello-image-pull-secret.yaml.11.template.gen.yaml

              name: kube-root-ca.crt
          {{- end }}
          {{- if .Values.global.mountMtlsCerts }}
          # Use the key and cert mounted to /etc/certs/ for the in-cluster mTLS communications.
          - name: istio-certs
            secret:
              optional: true
              {{ if eq .Spec.ServiceAccountName "" }}
              secretName: istio.default
              {{ else -}}
              secretName: {{  printf "istio.%s" .Spec.ServiceAccountName }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. tests/integration/security/fuzz/fuzzers/wfuzz/wordlist.yaml

    data:
      dirTraversal.txt: |
        ../private/secret.html
        ../../private/secret.html
        ../../../private/secret.html
        ../../../../private/secret.html
        ../../../../../private/secret.html
        ../../../../../../private/secret.html
        ../../../../../../../private/secret.html
        ../../../../../../../../private/secret.html
        ..%2fprivate/secret.html
        ..%2f..%2fprivate/secret.html
        ..%2f..%2f..%2fprivate/secret.html
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 23 20:55:02 UTC 2021
    - 86K bytes
    - Viewed (0)
  3. pilot/pkg/security/authn/policy_applier_test.go

    								"origins-0": {
    									Issuer: "https://secret.foo.com",
    									JwksSourceSpecifier: &envoy_jwt.JwtProvider_LocalJwks{
    										LocalJwks: &core.DataSource{
    											Specifier: &core.DataSource_InlineString{
    												InlineString: test.JwtPubKey1,
    											},
    										},
    									},
    									Forward:           false,
    									PayloadInMetadata: "https://secret.foo.com",
    								},
    							},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  4. istioctl/pkg/proxyconfig/testdata/config_dump.json

          "dynamic_active_secrets": [
            {
              "name": "default",
              "last_updated": "2023-05-15T01:32:52.262Z",
              "secret": {
                "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.Secret",
                "name": "default",
                "tls_certificate": {
                  "certificate_chain": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/conversion.go

    	if !nilOrEqual((*string)(ref.Group), gvk.Secret.Group) || !nilOrEqual((*string)(ref.Kind), gvk.Secret.Kind) {
    		return "", &ConfigError{Reason: InvalidTLS, Message: fmt.Sprintf("invalid certificate reference %v, only secret is allowed", objectReferenceString(ref))}
    	}
    
    	secret := model.ConfigKey{
    		Kind:      kind.Secret,
    		Name:      string(ref.Name),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  6. common/scripts/metallb-native.yaml

                  passwordSecret:
                    description: passwordSecret is name of the authentication secret for
                      BGP Peer. the secret must be of type "kubernetes.io/basic-auth",
                      and created in the same namespace as the MetalLB deployment. The
                      password is stored in the secret as the key "password".
                    properties:
                      name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

              type: {{ .ServiceType | quote }}
            ---
          credential-volume: |
            spec:
              volumes:
              - name: application-credentials
                secret:
                  secretName: secret
              containers:
              - name: istio-proxy
                volumeMounts:
                - name: application-credentials
                  mountPath: /etc/istio/application-credentials
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    					}},
    					{AESCBC: &apiserver.AESConfiguration{
    						Keys: []apiserver.Key{
    							{Name: "key1", Secret: "c2VjcmV0IGlzIHNlY3VyZQ=="},
    							{Name: "key2", Secret: "dGhpcyBpcyBwYXNzd29yZA=="},
    						},
    					}},
    					{Secretbox: &apiserver.SecretboxConfiguration{
    						Keys: []apiserver.Key{
    							{Name: "key1", Secret: "YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY="},
    						},
    					}},
    				},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top