Skip to content

Commit bc68d97

Browse files
committed
fix: implement Default for external auth proto
Signed-off-by: Shane Utt <[email protected]>
1 parent 32d56be commit bc68d97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gateway-api/src/apis/experimental/enum_defaults.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ impl Default for RequestOperationType {
1818
RequestOperationType::ReplaceFullPath
1919
}
2020
}
21+
22+
impl Default for HTTPRouteRulesBackendRefsFiltersExternalAuthProtocol {
23+
fn default() -> Self {
24+
HTTPRouteRulesBackendRefsFiltersExternalAuthProtocol::Http
25+
}
26+
}

0 commit comments

Comments
 (0)