Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

kernelpayments/git-credential-oidc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

git-credential-oidc

Getting started

Install git-credential-oidc from source

go get github.com/KernelPay/git-credential-oidc

Configure git to use git-credential-oidc for your domain.

git config --global credential.https://git.example.com.helper oidc

Then login.

git credential-oidc login --issuer-url=https://accounts.google.com --client-id=XXX --client-secret=ZZZ

That's it! You can now use all git commands normally, and you'll be using OIDC authentication.

git clone https://git.example.com/MrDeveloper/SomeProject

About

Git credential helper for OpenID Connect (OIDC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages