Skip to content

Commit

Permalink
Add mutualTLS support (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellgreen authored Oct 30, 2024
1 parent ce0b2c2 commit 062704a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/converter/gnostic/convertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func toSecuritySchemes(s *goa3.SecuritySchemesOrReferences) *orderedmap.Map[stri
Type: secScheme.Type,
}
switch secScheme.Type {
case "mutualTLS":
case "http":
scheme.Scheme = secScheme.Scheme
case "apiKey":
Expand Down

0 comments on commit 062704a

Please sign in to comment.