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

Use VCS access token from Artemis instead of asking for a password for Git operations #111

Open
b-fein opened this issue Mar 21, 2024 · 0 comments
Labels
feature New feature or request

Comments

@b-fein
Copy link

b-fein commented Mar 21, 2024

Is your feature request related to a problem?

We use Artemis in combination with a GitLab and use the version-control-access-token feature to support Git clones via HTTP username+access token instead of a password.

In our setting users don’t even know their password for Artemis/GitLab since the authentication happens via SAML2 and therefore Artemis just sets a random one in the database on user registration.

Especially students therefore might not know where to find the password. In our case, it would be required to open Artemis in the regular browser and copy the access token from the full clone URL in a clone repo dialogue there.

Describe the solution you'd like

Orion automatically adds the username to the dialogue when asking for the credentials to clone a repository. It would be nice if it could also extract the version control access token from the user object received from Artemis and automatically add that to the relevant input field.

Describe alternatives you've considered

none

@b-fein b-fein added the feature New feature or request label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant