Replies: 2 comments 3 replies
|
Hi @Ongy, do you mind elaborating. I don't really understand the question |
0 replies
|
Due to $reason I want to run piko on a port/hostname combination that already runs other HTTP based services. Kubernetes ingress rules make this easy. There's various L7 attributes (path/header for the most part) that can be matched on to direct to the correct backend. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can the URL also contain PATH elements?
If not, is there an easy way to route the requests? E.g. by a unique enough header?
I guess worst case I could set a pseudo token as auth JWT and match on that instead of using it for auth?
All reactions