Skip to content

Commit faabd3b

Browse files
committed
use callbackmode=client instead of callbackmode=cli
1 parent fc008cc commit faabd3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const defaultMount = "oidc"
2525
const defaultListenAddress = "localhost"
2626
const defaultPort = "8250"
27-
const defaultCallbackMode = "cli"
27+
const defaultCallbackMode = "client"
2828
const defaultCallbackHost = "localhost"
2929
const 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

0 commit comments

Comments
 (0)