-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Bomme/patch-1
fix mail address hyperlinks; minor changes in wording
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
[![Build Status](https://travis-ci.com/gini/dexter.svg?token=hks5AUpe81U7Yryvaqjm&branch=master)](https://travis-ci.com/gini/dexter) | ||
|
||
`dexter` is a OIDC (OpenId Connect) helper to create a hassle-free Kubernetes login experience powered by Google as Identity Provider. | ||
All you need is a properly Google client ID & secret. | ||
All you need is a properly configured Google client ID & secret. | ||
|
||
## Authentication Flow | ||
|
||
|
@@ -25,7 +25,7 @@ All you need is a properly Google client ID & secret. | |
|
||
## Installation | ||
|
||
You can download prebuilt version from the [Github release section](https://github.com/gini/dexter/releases) or build it yourself: | ||
You can download a prebuilt version from the [Github release section](https://github.com/gini/dexter/releases) or build it yourself: | ||
|
||
``` | ||
go get -u github.com/gini/dexter | ||
|
@@ -121,7 +121,7 @@ It's awesome that you consider contributing to `dexter` and it's really simple. | |
|
||
## Authors | ||
|
||
Initial code was written by [Daniel Kerwin]([email protected]) & [David González Ruiz]([email protected]) | ||
Initial code was written by [Daniel Kerwin](mailto:[email protected]) & [David González Ruiz](mailto:[email protected]) | ||
|
||
## Acknowledgements | ||
|
||
|