sdcio / config-server

Apache License 2.0
5 stars 1 forks source link

schema downloading though proxy #169

Open henderiw opened 4 months ago

henderiw commented 4 months ago

Add an ability to download schema's through a proxy. How do we get the proxy information? Ideally from Kubernetes or Linux OS

henderiw commented 2 months ago

A question to the team here. To load the YANG schema right now we fetch them from git. Now getting them via a proxy does not work yet. We have tested the ability to add a proxy. The current thought is to add this to the Schema CRD which allows you to select per schema to use a proxy or not. We would store the proxy info in a configmap similar to how credentials are used today (which uses a secret). Thoughts?