Skip to content
New issue

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

API-driven asynchronous credential verification #387

Closed
skateman opened this issue Jul 2, 2020 · 0 comments
Closed

API-driven asynchronous credential verification #387

skateman opened this issue Jul 2, 2020 · 0 comments
Assignees

Comments

@skateman
Copy link
Member

skateman commented Jul 2, 2020

The DDF forms require the verification to be asynchronous and API-driven, ideally without having anything stored in the database. I was able to implement the validation for the default endpoint by using raw_connect. However, the non-primary (prometheus, hawkular, kubevirt) endpoints are a little bit complicated as all the verification methods are in a record's context and as far as I see, I'd need to create some DB records to be able to validate these endpoints.

I could possibly reimplement the wheel and recreate the validation without bindings to records, but this is my first time doing anything in this repo and I don't want to introduce technical debt. So I'm asking for some help to have context-free parameter-only methods for validating hawkular, prometheus and kubevirt.

Parent issue: ManageIQ/manageiq#18818

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants