Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for livid (0.14 sec)

  1. istioctl/pkg/xds/client.go

    	"istio.io/istio/istioctl/pkg/clioptions"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pkg/adsc"
    	"istio.io/istio/pkg/kube"
    )
    
    const (
    	// defaultExpirationSeconds is how long-lived a token to request (an hour)
    	defaultExpirationSeconds = 60 * 60
    )
    
    // Audience to create tokens for
    var tokenAudiences = []string{"istio-ca"}
    
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Dec 19 22:42:42 GMT 2023
    - 3.7K bytes
    - Viewed (0)
  2. architecture/security/istio-agent.md

    metadata server), and a `TokenExchanger` which allows exchanging a token for another form to match the CA server requirements.
    
    For VMs, the standard flow is for the user to provision a short-lived JWT token onto the VM. After the initial
    CSR, certificates are written to disk and mTLS is used for future requests. If the VM restarted, it would continue
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Aug 22 16:45:50 GMT 2023
    - 7.2K bytes
    - Viewed (0)
Back to top