Home
last modified time | relevance | path

Searched refs:constructFederatedTokenRequest (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/security/pkg/nodeagent/plugin/providers/google/stsclient/
H A Dstsclient.go84 var jsonStr = constructFederatedTokenRequest(aud, k8sSAjwt)
127 func constructFederatedTokenRequest(aud, jwt string) []byte { func
/dports/sysutils/istio/istio-1.6.7/security/pkg/stsservice/tokenmanager/google/
H A Dtokenexchangeplugin.go168 func (p *Plugin) constructFederatedTokenRequest(parameters stsservice.StsRequestParameters) (*http.… func
216 req, err := p.constructFederatedTokenRequest(parameters)