Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Support wildcard inside task name or a more robust (regexp?) matching #76

Closed
jsynowiec opened this issue Aug 26, 2019 · 3 comments
Closed

Comments

@jsynowiec
Copy link

jsynowiec commented Aug 26, 2019

Metronome job task names are prefixed with a datetime string, e.g. 20190826135622VHRSz.task-name, so the current matching can effectively only support all tasks at once via mesos:metronome:*. This means that we can't assign a specific AppRole and policy to a specific job "type". Or I don't see how.

Solution: either support an wildcard matching inside a task name, like mesos:metronome:*.task-name or introduce a more robust regexp matchers.

@nemosupremo
Copy link
Owner

Fixed by #77, I'll close this when I cut a release

@jsynowiec
Copy link
Author

@nemosupremo any ETA on the next release? Is it hours/days away or weeks? Asking whether @drbig and I should build and deploy our own fork in the meantime ;)

@nemosupremo
Copy link
Owner

Fixed in v1.1.0

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

No branches or pull requests

2 participants