Skip to content

Commit

Permalink
little fix in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Nov 28, 2023
1 parent 546d66f commit 675c190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kuadrantapi/authpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ func buildOperationAuthentication(doc *openapi3.T, basePath, path string, pathIt
// not supported (AND'ed)
// security:
// - petstore_api_key: []
// petstore_oidc: []
// petstore_oidc: []
// supported (OR'ed)
// security:
// - petstore_api_key: []
// - petstore_oidc: []
// - petstore_oidc: []

opAuth := make(map[string]kuadrantapiv1beta2.AuthenticationSpec, 0)
for _, secReq := range secRequirements {
Expand Down

0 comments on commit 675c190

Please sign in to comment.