Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for jwtm (0.05 sec)

  1. pilot/pkg/security/authn/policy_applier_test.go

    						Policy: &authn_alpha.Policy{
    							Origins: []*authn_alpha.OriginAuthenticationMethod{
    								{
    									Jwt: &authn_alpha.Jwt{
    										Issuer: "https://secret.bar.com",
    									},
    								},
    								{
    									Jwt: &authn_alpha.Jwt{
    										Issuer: "https://secret.foo.com",
    									},
    								},
    							},
    							OriginIsOptional: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  2. tests/integration/security/authz_test.go

    							prefix: "[No JWT]",
    							jwt:    "",
    							path:   "/token1",
    							allow:  false,
    						},
    						{
    							prefix: "[No JWT]",
    							jwt:    "",
    							path:   "/token2",
    							allow:  false,
    						},
    						{
    							prefix: "[Token1]",
    							jwt:    jwt.TokenIssuer1, path: "/token1", allow: true,
    						},
    						{
    							prefix: "[Token1]",
    							jwt:    jwt.TokenIssuer1,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    		disallowedIssuers []string
    		want              string
    	}{
    		{
    			name: "jwt authenticator is empty",
    			in:   &api.AuthenticationConfiguration{},
    			want: "",
    		},
    		{
    			name: "duplicate issuer across jwt authenticators",
    			in: &api.AuthenticationConfiguration{
    				JWT: []api.JWTAuthenticator{
    					{
    						Issuer: api.Issuer{
    							URL:       "https://issuer-url",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/zz_generated.conversion.go

    	if in.JWT != nil {
    		in, out := &in.JWT, &out.JWT
    		*out = make([]apiserver.JWTAuthenticator, len(*in))
    		for i := range *in {
    			if err := Convert_v1alpha1_JWTAuthenticator_To_apiserver_JWTAuthenticator(&(*in)[i], &(*out)[i], s); err != nil {
    				return err
    			}
    		}
    	} else {
    		out.JWT = nil
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 00:57:24 UTC 2024
    - 50K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

                {{- end }}
                # SDS channel between istioagent and Envoy
                - mountPath: /etc/istio/proxy
                  name: istio-envoy
                {{- if eq .Values.global.jwtPolicy "third-party-jwt" }}
                - mountPath: /var/run/secrets/tokens
                  name: istio-token
                {{- end }}
                {{- if .Values.global.mountMtlsCerts }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    containers: - args: - discovery - --monitoringAddr=:15014 - --log_output_level=default:info - --domain - cluster.local - --trust-domain=cluster.local - --keepaliveMaxServerCo - 30m env: - name: REVISION value: 1-6-11 - name: JWT_POLICY value: third-party-jwt - name: PILOT_CERT_PROVIDER value: istiod - name: POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: POD_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: SERVICE_ACCOUNT valueFrom: fieldRef:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    "requests": { "cpu": "10m" } }, "enabled": false, "externalIstiod": false, "hub": "gcr.io/istio-release", "imagePullPolicy": "", "imagePullSecrets": [], "istioNamespace": "istio-system", "istiod": { "enableAnalysis": false }, "jwtPolicy": "third-party-jwt", "logAsJson": false, "logging": { "level": "default:info" }, "meshID": "", "meshNetworks": {}, "mountMtlsCerts": false, "multiCluster": { "clusterName": "", "enabled": false }, "namespace": "istio-system", "network": "", "omitSidecarInjectorC": false,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    "requests": { "cpu": "10m" } }, "enabled": false, "externalIstiod": false, "hub": "gcr.io/istio-release", "imagePullPolicy": "", "imagePullSecrets": [], "istioNamespace": "istio-system", "istiod": { "enableAnalysis": false }, "jwtPolicy": "third-party-jwt", "logAsJson": false, "logging": { "level": "default:info" }, "meshID": "", "meshNetworks": {}, "mountMtlsCerts": false, "multiCluster": { "clusterName": "", "enabled": false }, "namespace": "istio-system", "network": "", "omitSidecarInjectorC": false,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  9. go.sum

    github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
    github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
    github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
    github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    "requests": { "cpu": "10m" } }, "enableHelmTest": false, "enabled": false, "hub": "gcr.io/istio-release", "imagePullPolicy": "", "imagePullSecrets": [], "istioNamespace": "istio-system", "istiod": { "enableAnalysis": false }, "jwtPolicy": "third-party-jwt", "logAsJson": false, "logging": { "level": "default:info" }, "meshExpansion": { "enabled": false, "useILB": false }, "meshID": "", "meshNetworks": {}, "mountMtlsCerts": false, "multiCluster": { "clusterName": "", "enabled": false }, "namespace": "istio-system",...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
Back to top