Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #40 from Miouge1/readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
negz authored Jun 25, 2018
2 parents ab5b206 + 5e93356 commit 9b437d7
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,19 @@ usage: kuberos [<flags>] [<oidc-issuer-url>] [<client-id>] [<client-secret-file>
Provides OIDC authentication configuration for kubectl.

Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--listen=":10003" Address at which to expose HTTP webhook.
-d, --debug Run with debug logging.
--extra-scopes=EXTRA-SCOPES ...
List of additional scopes to provide in token.
--shutdown-grace-period=1m
Wait this long for sessions to end before shutting down.
--help Show context-sensitive help (also try --help-long
and --help-man).
--listen=":10003" Address at which to expose HTTP webhook.
-d, --debug Run with debug logging.
--scopes=profile... ... List of additional scopes to provide in token.
--email-domain=EMAIL-DOMAIN
The email domain to restrict access to.
The eamil domain to restrict access to.
--shutdown-grace-period=1m
Wait this long for sessions to end before
shutting down.
--shutdown-endpoint=SHUTDOWN-ENDPOINT
Insecure HTTP endpoint path (e.g., /quitquitquit)
that responds to a GET to shut down kuberos.

Args:
[<oidc-issuer-url>] OpenID Connect issuer URL.
Expand Down

0 comments on commit 9b437d7

Please sign in to comment.