Skip to content

Commit caebcc6

Browse files
authored
Clarify that connections to EPP should use TLS by default (#1085)
1 parent 91e3047 commit caebcc6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

api/v1alpha2/inferencepool_types.go

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,14 @@ type Extension struct {
9595

9696
// ExtensionReference is a reference to the extension.
9797
//
98+
// Connections to this extension MUST use TLS by default. Implementations MAY
99+
// provide a way to customize this connection to use cleartext, a different
100+
// protocol, or custom TLS configuration.
101+
//
98102
// If a reference is invalid, the implementation MUST update the `ResolvedRefs`
99-
// Condition on the InferencePool's status to `status: False`. A 5XX status code MUST be returned
100-
// for the request that would have otherwise been routed to the invalid backend.
103+
// Condition on the InferencePool's status to `status: False`. A 5XX status code
104+
// MUST be returned for the request that would have otherwise been routed to the
105+
// invalid backend.
101106
type ExtensionReference struct {
102107
// Group is the group of the referent.
103108
// The default value is "", representing the Core API group.

0 commit comments

Comments
 (0)