From 5e93356d67874a175d25e3de05fa2a50bb23a82a Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Mon, 18 Jun 2018 08:21:51 +0200 Subject: [PATCH] Update README --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f2e1828..33a124d 100644 --- a/README.md +++ b/README.md @@ -65,15 +65,19 @@ usage: kuberos [] [] [] [ 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: [] OpenID Connect issuer URL.