You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Users have ultimate control over vendor data. They can disable its execution or disable handling of specific parts of multi-part input.
Does it mean users could disable the call to vendor-data?
If yes, there is no detail methods provided in the doc, could you please provide the detail ways how to disable the call to vendor-data? e.g. How to config it?
When we do so and when cloud-init runs,
It gets the userdata metadata and then it also asks for the vendor-data..
At satellite side, we don't server anything as vendor-data, so we accepted the errors raised by that endpoint and then converted it to WARNINGS
But the end-user wants to know, if we can disable the call to the vendor-data endpoint somehow or not ..
The text was updated successfully, but these errors were encountered:
At satellite side, we don't server anything as vendor-data, so we accepted the errors raised by that endpoint and then converted it to WARNINGS
But the end-user wants to know, if we can disable the call to the vendor-data endpoint somehow or not.
Serving an empty file at that address would resolve the issue.
@sayan3296 That seems like a reasonable addition. I'll repurpose this report for that.
holmanb
changed the title
[docs]: Is there any way to disable the call to the vendor-data endpoint?
[docs]: Describe disabling vendor-data on the vendor-data page
Oct 22, 2024
Documentation request
Regarding the vendor-data, the doc[1] mentions that:
[1] https://cloudinit.readthedocs.io/en/latest/explanation/vendordata.html
1. Users have ultimate control over vendor data. They can disable its execution or disable handling of specific parts of multi-part input.
Does it mean users could disable the call to vendor-data?
If yes, there is no detail methods provided in the doc, could you please provide the detail ways how to disable the call to vendor-data? e.g. How to config it?
Background
This requirement comes from the below user case:
We use this datasource config on the image:
When we do so and when cloud-init runs,
It gets the userdata metadata and then it also asks for the vendor-data..
At satellite side, we don't server anything as vendor-data, so we accepted the errors raised by that endpoint and then converted it to WARNINGS
But the end-user wants to know, if we can disable the call to the vendor-data endpoint somehow or not ..
The text was updated successfully, but these errors were encountered: