We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the api clients need to pass the identity information in the headers when accessing the API servers, this is not simple to do with the default generated clients by OpenAPI (ref https://github.com/ManageIQ/catalog-api/blob/c496425db1ec5b7ac2abdd342526d4627fdcd860/lib/topological_inventory.rb#L31)
We could add an initializer for the API clients that simplifies this task.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All the api clients need to pass the identity information in the headers when accessing the API servers, this is not simple to do with the default generated clients by OpenAPI (ref https://github.com/ManageIQ/catalog-api/blob/c496425db1ec5b7ac2abdd342526d4627fdcd860/lib/topological_inventory.rb#L31)
We could add an initializer for the API clients that simplifies this task.
The text was updated successfully, but these errors were encountered: