Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CREDENTIAL_FETCHER_TYPE (0.22 sec)

  1. pilot/cmd/pilot-agent/options/options.go

    	fileMountedCertsEnv = env.Register("FILE_MOUNTED_CERTS", false, "").Get()
    	credFetcherTypeEnv  = env.Register("CREDENTIAL_FETCHER_TYPE", security.JWT,
    		"The type of the credential fetcher. Currently supported types include GoogleComputeEngine").Get()
    	credIdentityProvider = env.Register("CREDENTIAL_IDENTITY_PROVIDER", "GoogleComputeEngine",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. architecture/security/istio-agent.md

    |FILE_MOUNTED_CERTS|completely disable CA path, exclusively use certs mounted into the pod with set certificate file locations|
    |CREDENTIAL_FETCHER_TYPE|allows using custom credential fetcher, for VMs with existing identity|
    |CREDENTIAL_IDENTITY_PROVIDER|just used to control the audience for VMs with existing identity|
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 22 16:45:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top