-
Notifications
You must be signed in to change notification settings - Fork 20
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
Kiln validate resource type allow list #501
Conversation
…ypes Co-authored-by: Christopher Hunter <hunterch@vmware.com>
…release_source types Co-authored-by: Ajita Jain <jajita@vmware.com>
this is just a nice to have
Co-authored-by: Ajita Jain <jajita@vmware.com>
1a8d501
to
b000bbe
Compare
I just want to confirm that you need to pass all release source types for kiln to validate the file if you pass the new flag.
Meaning, if I just pass one of them, lets say github, should it throw an error that artifactory and bosh.io are not allowed? That's what it is doing now. Please confirm and il merge the PR |
@pvaramballypivot Yes, that's right. If the flag is passed and the source type is not in the allow list, it should error out. |
Golden Path requires tile authors to only use artifactory. This new flag allows us to upstream the requirement to Kiln.
This doesn't introduce any breaking changes; new behavior is effectively feature flagged.
Story Id: TPCF-10575