-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
✨ Broker KAI api through hub. #750
Conversation
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <jortel@redhat.com>
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
fdbc427
to
9c9ae19
Compare
Signed-off-by: Jeff Ortel <jortel@redhat.com>
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 <jortel@redhat.com>
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <jortel@redhat.com> Signed-off-by: Shevijacobson <shevijacob@gmail.com>
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <jortel@redhat.com>
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 <jortel@redhat.com>
Related: konveyor/tackle2-hub#750 Signed-off-by: Jeff Ortel <jortel@redhat.com>
Add
/services/
endpoint.Add
/services/kai/*
endpoint reverse-proxy to route defined in KAI_URL.Add auth scopes.
Related: konveyor/operator#376