Skip to content

Commit 5506091

Browse files
committed
enhance security
1 parent c841e3c commit 5506091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/mcp-sqlkit/options.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type Options struct {
1212
Oauth2Config string `short:"o" long:"oauth2config" description:"Path to JSON OAuth2 configuration file"`
1313
UserIdToken bool `short:"i" long:"idToken" description:"flag to use id token"`
1414

15-
// Base URL for secrets storage (scy). Supports mem://, file://, gsecret://, vault://, ...
15+
// Base URL for secrets storage (scy). Supports mem://, file://,
1616
// Defaults to in-memory AFS storage.
17-
SecretBaseLocation string `long:"secrets" description:"Base URL for secrets storage (mem://, file://, gsecret://, vault://, ...)" default:"mem://localhost/mcp-sqlkit/.secret/"`
17+
SecretBaseLocation string `long:"secrets" description:"Base URL for secrets storage (mem://, file://, gcp://secretmanager/projects/xxxx/ ... see for list of secure connector https://github.com/viant/afsc )" default:"mem://localhost/mcp-sqlkit/.secret/"`
1818
}

0 commit comments

Comments
 (0)