package
0.38.1
Repository: https://github.com/determined-ai/determined.git
Documentation: pkg.go.dev

# Functions

GenSignedCert generates a key and cert pair, signed by the master CA cert.
InitProxy initializes the global proxy.
LoadOrGenCA generates a new CA cert and key if they do not exist in DB or are expired.
LoadOrGenSignedMasterCert generates a new master cert and key if they do not exist in DB or are expired.
MasterCACert returns the CA cert.
MasterKeyAndCert returns the key and cert, signed by CA, that Master uses.
VerifyMasterSigned checks the offered certificate to ensure that it was signed by the master CA.

# Variables

DefaultProxy is the global proxy singleton.

# Structs

Proxy is an actor that proxies requests to registered services.
Service represents a registered service.

# Type aliases

ProxyHTTPAuth processes a proxy request, returning true if the request should terminate immediately and an error if one was encountered during authentication.