-
Notifications
You must be signed in to change notification settings - Fork 35
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
✨ Broker KAI api through hub. #750
Conversation
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <[email protected]>
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
fdbc427
to
9c9ae19
Compare
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Tested with auth enabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please correct me if I'm wrong, in "standard" k8s-based Konveyor installation, there are two proxies to access the kai (UI->Hub, Hub->kai) while Hub cares about authorization. The main reason for that is to be able re-use kai service with inside-IDE instalations?
Exactly. The only purpose of proxying through the hub is to enforce AUTH. |
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <[email protected]>
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <[email protected]> Signed-off-by: Shevijacobson <[email protected]>
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <[email protected]>
Add `/services/` endpoint. Add `/services/kai/*` endpoint reverse-proxy to route defined in KAI_URL. Add auth scopes. Related: konveyor/operator#376 --------- Signed-off-by: Jeff Ortel <[email protected]>
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <[email protected]>
Add
/services/
endpoint.Add
/services/kai/*
endpoint reverse-proxy to route defined in KAI_URL.Add auth scopes.
Related: konveyor/operator#376