openapiv3: Support SecurityDefinitions and SecurityRequirement equivalents
Author: bconwayCreated Aug 17, 2026Updated Aug 21, 2026
LabelsOpenAPI v3
Feature
I'm working on converting a person project over to openapiv3. I currently make use of SecurityDefinitions and SecurityRequirement in the old grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger as part of my Swagger UI integration. Having the v3 equivalents would be helpful.
May be relevant: https://spec.openapis.org/oas/v3.1.0#security-scheme-object https://spec.openapis.org/oas/v3.1.0#security-requirement-object
Thank you.
Source: grpc-ecosystem/grpc-gateway