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.
Updated by fao89 over 4 years ago
You can get the JSON schema here: https://raw.githubusercontent.com/pulp/pulp_file/4ab30299dde970cb64a3a96162517409ac122335/docs/_static/api.json
Added by gerrod over 4 years ago
Updated by gerrod over 4 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp-openapi-generator|f1dc10dc6d7fd4dd00f753c359bd4754b120e3c2.
Updated by ttereshc about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
CookieAuth is removed from Ruby client generation
fixes #7164 https://pulp.plan.io/issues/7164