Update pkg/op/client.go
Co-authored-by: David Sharnoff <dsharnoff@singlestore.com>
This commit is contained in:
parent
82c1eefe72
commit
3ca19d48a0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ type Client interface {
|
|||
// glob version will be accepted. Glob URIs are only partially supported for native
|
||||
// clients: "http://" is not allowed except for loopback or in dev mode.
|
||||
//
|
||||
// Note that globbing / wildcards are not permitted by the oidc
|
||||
// Note that globbing / wildcards are not permitted by the OIDC
|
||||
// standard and implementing this interface can have security implications.
|
||||
// It is advised to only return a client of this type in rare cases,
|
||||
// such as DevMode for the client being enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue