Actions
Task #7164
closedremove cookie auth from OpenAPI schema before generating Ruby client
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 77
Quarter:
Description
pulp-openapi-generator repo is used to generate Python and Ruby clients for pulpcore and all the plugins. OpenAPI schema v3 supports Cookie Auth. However, the Ruby client does not support it at this time. That means we need to remove it from the OpenAPI schema before generating the Ruby client. This should be accomplished by creating a Pythong script that loads the JSON schema, removes all Cookie Auth references, and writes out a new file with the OpenAPI schema.
Actions
CookieAuth is removed from Ruby client generation
fixes #7164 https://pulp.plan.io/issues/7164