We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The deployer allows generation of illegal marathon service IDs which causes stream deployment to fail.
A stream using a label with capital letters should successfully deploy.
A stream using a label with capital letters fails to deploy in marathon.
TIME: time | LOG: log
The deployer should sanitize the service IDs for use in marathon deployment.
Digging in, it seems that marathon restricts service IDs to the following characters:
The text was updated successfully, but these errors were encountered:
aweigold
No branches or pull requests
The deployer allows generation of illegal marathon service IDs which causes stream deployment to fail.
Expected Behavior
A stream using a label with capital letters should successfully deploy.
Current Behavior
A stream using a label with capital letters fails to deploy in marathon.
Steps to Reproduce
TIME: time | LOG: log
Possible Solution
The deployer should sanitize the service IDs for use in marathon deployment.
Digging in, it seems that marathon restricts service IDs to the following characters:
The text was updated successfully, but these errors were encountered: