• He Weiwei's avatar
    fix(swagger): enable security in swagger.yaml · 8458f980
    He Weiwei authored
    
    
    1. Enable `security` in the swagger.yaml.
    2. Include `basic` auth in `security` to make the generated python
    client by `swagger-codegen-cli` work with basic authorization.
    3. Include `anonymous` auth in `security` to make APIs of v2.0 generated
    by `goswagger` work with `security` middleware.
    
    Closes #11771
    Signed-off-by: default avatarHe Weiwei <hweiwei@vmware.com>
    8458f980