From 3ca19d48a02e8e42f09678e1405890cad941c897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Tue, 28 Mar 2023 12:45:39 +0300 Subject: [PATCH] Update pkg/op/client.go Co-authored-by: David Sharnoff --- pkg/op/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/op/client.go b/pkg/op/client.go index 08fcd02..9da44a7 100644 --- a/pkg/op/client.go +++ b/pkg/op/client.go @@ -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.