File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424const defaultMount = "oidc"
2525const defaultListenAddress = "localhost"
2626const defaultPort = "8250"
27- const defaultCallbackMode = "cli "
27+ const defaultCallbackMode = "client "
2828const defaultCallbackHost = "localhost"
2929const defaultCallbackMethod = "http"
3030
@@ -357,8 +357,8 @@ Configuration:
357357 Vault role of type "OIDC" to use for authentication.
358358
359359 callbackmode=<string>
360- Mode of callback: "direct" for direct connection to Vault or "cli" for
361- connection to command line client (default: cli ).
360+ Mode of callback: "direct" for direct connection to Vault or "client"
361+ for connection to command line client (default: client ).
362362
363363 listenaddress=<string>
364364 Optional address to bind the OIDC callback listener to in cli callback
You can’t perform that action at this time.
0 commit comments