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
Now we're transitioning to building production builds with native-link we find it necessary to secure our AC to avoid the possibility of malicious actors on the network injecting bad objects into our builds. The simplest method to perform this is to simply provide mTLS.
This should support verification from a CA and also a CRL file to allow revocation to be performed.
The text was updated successfully, but these errors were encountered:
Now we're transitioning to building production builds with native-link we find it necessary to secure our AC to avoid the possibility of malicious actors on the network injecting bad objects into our builds. The simplest method to perform this is to simply provide mTLS.
This should support verification from a CA and also a CRL file to allow revocation to be performed.
The text was updated successfully, but these errors were encountered: