Uh oh!
There was an error while loading. Please reload this page.
Add securitySchemes in openapi spec - #10652
Conversation
houqp
commented
Aug 30, 2020
This only affects documentation for go clients, but for some other languages like typescript and java, it is used a feature gate to generate the actual client code. The go client documentation right now is not generated correctly, which will be fixed by OpenAPITools/openapi-generator#7312. |
Uh oh!
There was an error while loading. Please reload this page.
mik-laj
commented
Aug 31, 2020
New sections have appeared in the reference documentation. I think it's worth hiding them because we have other documentation that is more precise. |
Uh oh!
There was an error while loading. Please reload this page.
openapi-generator relies on this component to generate auth code in some of the clients.
c56025d to
22073f4Comparemik-laj
commented
Sep 3, 2020
@jhtimmins Can I ask for a review? |
| 'spec': OPENAPI_FILE, | ||
| 'opts': { | ||
| 'hide-hostname': True, | ||
| 'no-auto-auth': True, |
There was a problem hiding this comment.
What is no-auto-auth used for?

openapi-generator relies on this component to generate auth code in
some of the clients.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.