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

[question] conan remot repository login protection #17705

Open
1 task done
highvoltagecontrol opened this issue Feb 5, 2025 · 1 comment
Open
1 task done

[question] conan remot repository login protection #17705

highvoltagecontrol opened this issue Feb 5, 2025 · 1 comment
Assignees

Comments

@highvoltagecontrol
Copy link

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?

  • I've read the CONTRIBUTING guide
@memsharded memsharded self-assigned this Feb 5, 2025
@memsharded
Copy link
Member

Hi @highvoltagecontrol

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

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

No branches or pull requests

2 participants