Skip to content

Wildcard registeration issues #440

@sharbov

Description

@sharbov

Hey,

We've been using fabio for a while now, and recently we've migrated part of a service functionality to another.
In order to switch the between the backend seamlessly we'd like to register some of the old endpoint to the new service (the other endpoint should keep on routing to the old one).

The old service is registered like so:

urlprefix-/service/foo

I would like to migrate an endpoint of the following format to the new service

/service/foo/{some-id}/bar

I tried using a wildcard like so:

urlprefix-/service/foo/*/bar

but it didn't seem to work.

I'm wondering if I'm doing something wrong or maybe this is not supported.
(I'm using consul tags for the registration)

Thanks,
Shay

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions