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

Add support for interactive authentication #565

Open
pavelzw opened this issue Mar 16, 2024 · 1 comment
Open

Add support for interactive authentication #565

pavelzw opened this issue Mar 16, 2024 · 1 comment

Comments

@pavelzw
Copy link
Member

pavelzw commented Mar 16, 2024

Some people might not want to leak their tokens to their bash history. An interactive authentication mode would be nice.
Maybe something like

$ pixi/rattler-build auth login --interactive conda-token
Host: my.quetz.instance
CondaToken: <token not shown>
Authentication successful.
$ pixi/rattler-build auth login --interactive basic-auth my.artifactory
Username: my-user
Password: <password not shown>
$ pixi/rattler-build auth login --interactive bearer-token
Host: repo.prefix.dev
Token: <token not shown>
@wolfv
Copy link
Member

wolfv commented Mar 16, 2024

Actually we'd also like to have some integration with our website ala gh auth. But yes, this is also a valid idea!

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

No branches or pull requests

2 participants