-
Are there any supported methods of requesting (I see that As context -- I'm running into errors building certain packages with I've spoken with maintainers of the More broadly, I can see an argument for a build scenario in which the root is either disconnected from the network (and doesn't need these certs), or network-enabled but wants to be more "narrowly trusting" than the host system. In these cases, I could see general value for such a policy option to allow a caller to disable this copying functionality. Either way, I appreciate any help / pointers / feedback in advance. If there is openness to a new config option, I'm happy to draft a PR and work on the contribution. If there are concerns about the idea of adding such an option, it would be great for any pointers on alternative options for avoiding the specific challenges we're running into. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Thank you for the question and welcome! Awesome to see we are having another potential Azure Linux config contributor/maintainer!
Can you try to set the mentioned options, ie.
Sure! If the above doesn't help, we can have a new option. Please keep the default behavior withouth changes, and document the new options you add. |
Beta Was this translation helpful? Give feedback.
Thank you for the question and welcome! Awesome to see we are having another potential Azure Linux config contributor/maintainer!
Can you try to set the mentioned options, ie.
ssl_ca_bundle_path
andssl_extra_certs
to None (not a string, but Python None literal)?Sure! If the above doesn't help, we can have a new option. Please keep the default behavior withouth changes, and document the new options you add.