Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SECRET_TTL (0.09 sec)

  1. tests/integration/ambient/untaint/main_test.go

    values:
      pilot:
        taint:
          enabled: true
          namespace: "kube-system"
        env:
          PILOT_ENABLE_NODE_UNTAINT_CONTROLLERS: "true"
      ztunnel:
        terminationGracePeriodSeconds: 5
        env:
          SECRET_TTL: 5m
    
      gateways:
        istio-ingressgateway:
          enabled: false
        istio-egressgateway:
          enabled: false
    
    `
    		}, cert.CreateCASecretAlt)).
    		Teardown(untaintNodes).
    		Run()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 14:58:41 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. tests/integration/ambient/cnirepair/main_test.go

    			cfg.EnableCNI = true
    			cfg.DeployEastWestGW = false
    			cfg.ControlPlaneValues = `
    values:
      cni:
        repair:
          enabled: true
      ztunnel:
        terminationGracePeriodSeconds: 5
        env:
          SECRET_TTL: 5m
    `
    		}, cert.CreateCASecretAlt)).
    		Setup(func(t resource.Context) error {
    			return SetupApps(t, i, apps)
    		}).
    		Run()
    }
    
    const (
    	Captured   = "captured"
    	Uncaptured = "uncaptured"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 09 09:12:45 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. pilot/cmd/pilot-agent/options/options.go

    	trustDomainEnv = env.Register("TRUST_DOMAIN", "cluster.local",
    		"The trust domain for spiffe certificates").Get()
    
    	secretTTLEnv = env.Register("SECRET_TTL", 24*time.Hour,
    		"The cert lifetime requested by istio agent").Get()
    
    	fileDebounceDuration = env.Register("FILE_DEBOUNCE_DURATION", 100*time.Millisecond,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. tests/integration/ambient/main_test.go

        # Refer to issue #49207 for more context.
        repair:
          enabled: false
      ztunnel:
        terminationGracePeriodSeconds: 5
        env:
          SECRET_TTL: 5m
    `
    		}, cert.CreateCASecretAlt)).
    		Setup(func(t resource.Context) error {
    			gatewayConformanceInputs.Client = t.Clusters().Default()
    			gatewayConformanceInputs.Cleanup = !t.Settings().NoCleanup
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top