Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateAuthority ¶
CertificateAuthority is the interface for the Sentry Certificate Authority. Starts the Sentry gRPC server and signs workload certificates.
type Duration ¶ added in v1.12.0
func (Duration) MarshalJSON ¶ added in v1.12.0
func (*Duration) UnmarshalJSON ¶ added in v1.12.0
type OIDCOptions ¶ added in v1.16.0
type OIDCOptions struct {
Enabled bool // Enable OIDC HTTP endpoints
ServerListenAddress string // Address for OIDC HTTP server
ServerListenPort int // Port for OIDC HTTP endpoints
Domains []string // Domains that public endpoints can be accessed from (Optional)
JWKSURI *string // Force the public JWKS URI to this value (Optional)
PathPrefix *string // Path prefix for HTTP endpoints (Optional)
TLSCertPath *string
TLSKeyPath *string
}
Click to show internal directories.
Click to hide internal directories.