-
Notifications
You must be signed in to change notification settings - Fork 1.3k
api: Add validation for empty vm group name #5135
New issue
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
Conversation
|
@blueorangutan package |
|
@Pearl1594 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ centos7 ✔️ centos8 ✔️ debian. SL-JID 318 |
|
@blueorangutan test |
|
@Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
@Pearl1594 this problem can be with other APIs as well. Maybe we can add a check in ApiServer that when a param is required, it is not empty? cc @rhtyd @davidjumani Updated API example |
|
|
I agree with @davidjumani , why catch this one layer down if we can catch it before. I know we implemented this pattern a lot before in ACS but let's change our ways for the better, @Pearl1594 . |
Agreed @DaanHoogland, I was looking into fixing it, but seems another PR has been raised to address it in the meantime. I'll close this |
|
Trillian test result (tid-1029)
|
Description
This PR prevents creation of an instance group with an empty name
Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Prior Fix:
Post Fix: