Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libmamba: Add conda-content-trust support to not bypass signature verification in conda >= 23.10 #123

Open
westurner opened this issue Apr 27, 2024 · 0 comments

Comments

@westurner
Copy link

  • Conda Security Practices > "Enabling conda signature verification"
    https://docs.anaconda.com/pro/security/#enabling-conda-signature-verification
    • conda install "conda>=4.10.1" "conda-token>=0.3.0" conda-content-trust
      conda token set --enable-signature-verification <YOUR_PRODUCT_TOKEN>
      

      Conda version 23.10+ uses libmamba as the default solver, which bypasses signature verification. If you are using conda 23.10 or later, you must configure your .condarc file to use the classic environment solver by running the following command:
      conda config --set solver classic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant