Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetServer ¶
func GetServer(env cedar.Environment, conf AuthConfig) (*grpc.Server, error)
Types ¶
type AuthConfig ¶
type AuthConfig struct { TLS bool UserAuth bool SkipVerify bool CAName string ServiceName string Depot certdepot.Depot UserManager gimlet.UserManager }
func (*AuthConfig) ResolveTLS ¶
func (c *AuthConfig) ResolveTLS() (*tls.Config, error)
func (*AuthConfig) Validate ¶
func (c *AuthConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.