Skip to content

Commit

Permalink
fix link in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Nov 30, 2023
1 parent 68bbb98 commit 0658b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kuadrantapi/authpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func buildOperationAuthentication(doc *openapi3.T, basePath, path string, pathIt
}

func apiKeyAuthenticationSpec(basePath, path string, pathItem *openapi3.PathItem, verb string, op *openapi3.Operation, pathMatchType gatewayapiv1beta1.PathMatchType, secSchemeName string, secScheme openapi3.SecurityScheme) kuadrantapiv1beta2.AuthenticationSpec {
// From https://github.com/Kuadrant/kuadrantctl/pull/46#issuecomment-1830278191
// From https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#fixed-fields-23
// secScheme.In is required
// secScheme.Name is required
credentials := authorinoapi.Credentials{}
Expand Down

0 comments on commit 0658b51

Please sign in to comment.