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
Do we have any possibility for the conan2 remote repository login using hashed auth file? Many tools have kind of encrypted auth files generated for the particular user that hiding user credentials. So far I have found only a way with json file but its not hiding the login credentials...
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
The credentials.json do not have encrypted files, but there is an authorization plugin, that allows you to do whatever you want, you can implement there the reading of credentials from an encrypted file, or even better, from the system keyring or something like that. See https://docs.conan.io/2/reference/extensions/authorization_plugins.html
What is your question?
Do we have any possibility for the conan2 remote repository login using hashed auth file? Many tools have kind of encrypted auth files generated for the particular user that hiding user credentials. So far I have found only a way with json file but its not hiding the login credentials...
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: