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
One of the big blockers for me and my org regarding devcontainer adoption is around company based certs built around traffic inspection.
(Think Zscaler, etc, others that use a wildcard cert in the middle to inspect traffic to sites)
A potential fix for this would be a feature that allowed one to point to a file in the devcontainer directory, and that file could be injected/updated etc, for as many means as possible.
Feature options could include whether or not to add it to the NODE env variables to pick it up, adding it to the system certificate store, adding it to java stores, or adding it to various places with custom commands as needed by the various cert stores that get used in dev environments.
This would allow us to incorporate devcontainers faster in onboarding as we could locate the crts outside the repos and reference them from inside the devcontainers.
The text was updated successfully, but these errors were encountered:
Thank you for this new feature request. Would you kindly elaborate further on the below points for this?
What would be the format(.pem, .crt, .der, .cer, .pfx, .p12 etc) of the input certificates & how would they be given to the feature as input?
Would you kindly elaborate further on adding it to various places with custom commands as needed by the various cert stores that get used in dev environments and specify the exact requirement in this regard?
When it comes to adding certificates to NODE env variables, do you mean adding the certificates to NODE env variable NODE_EXTRA_CA_CERTS. Also while adding the certificates to this variable, multiple certificates content have to be copied into a .pem file. Would such a .pem file be also given in the input or is it expected to be converted as part of the feature from other format provided in the input?
While adding the certs in java store, would the file be provided in .jks format or is it expected to be converted as part of the feature from other format provided in the input?
One of the big blockers for me and my org regarding devcontainer adoption is around company based certs built around traffic inspection.
(Think Zscaler, etc, others that use a wildcard cert in the middle to inspect traffic to sites)
A potential fix for this would be a feature that allowed one to point to a file in the devcontainer directory, and that file could be injected/updated etc, for as many means as possible.
Feature options could include whether or not to add it to the NODE env variables to pick it up, adding it to the system certificate store, adding it to java stores, or adding it to various places with custom commands as needed by the various cert stores that get used in dev environments.
This would allow us to incorporate devcontainers faster in onboarding as we could locate the crts outside the repos and reference them from inside the devcontainers.
The text was updated successfully, but these errors were encountered: