Initial support for SSH based authentification #21
Reference in New Issue
Block a user
Delete Branch "adrianSuSE/autogits:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moved all HTTP codes to the ObsRequest method.
Make use of the authorization cookie, but only store it in memory.
Should be fine for a constant running bot to do the authorization once
on startup.
Initial support for SSH based authentificationto WIP: Initial support for SSH based authentificationJust a draft for now, needs further testing with setup ssh key.
@@ -218,0 +243,4 @@realm := string(match[1])sshKeyFile := filepath.Join(os.Getenv("HOME"), ".ssh", "id_rsa")sshKeygenPath, err := exec.LookPath("ssh-keygen")if err != nil {looks fine, but whitespace is broken. mix of tab/space?
eb6b083dc4to6409741a12WIP: Initial support for SSH based authentificationto Initial support for SSH based authentification