Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XDS_AUTH_PLAINTEXT (0.14 sec)

  1. pkg/security/authentication.go

    import (
    	"context"
    	"errors"
    
    	"google.golang.org/grpc/credentials"
    	"google.golang.org/grpc/peer"
    
    	"istio.io/istio/pilot/pkg/features"
    	"istio.io/istio/pkg/env"
    )
    
    var AuthPlaintext = env.Register("XDS_AUTH_PLAINTEXT", false,
    	"authenticate plain text requests - used if Istiod is running on a secure/trusted network").Get()
    
    // Authenticate authenticates the ADS request using the configured authenticators.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 10:09:10 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top