Cannot generate protobuf for map[string][]string, blocks authorization from being generated #27259
Closed
Description
The proto serialization chosen for map[string][]string
is incorrect (it treats []string
as string
) which prevents the authorization
API group from getting protobuf structs due to the Extra
field.