From 372d4bde81a078fd47a55f1d5feaf3186162c10b Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Wed, 27 Sep 2023 23:12:16 +0000 Subject: [PATCH] Update usage notes --- cmd/origin.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/origin.go b/cmd/origin.go index 8fdec2988..7f02c2c89 100644 --- a/cmd/origin.go +++ b/cmd/origin.go @@ -55,6 +55,8 @@ var ( Use: "create", Short: "Create a Pelican origin token", Long: `Create a JSON web token (JWT) using the origin's signing keys: +Usage: pelican origin token create [FLAGS] claims +E.g. pelican origin token create --profile scitokens2 aud=my-audience scope="read:/storage" scope="write:/storage" Pelican origins use JWTs as bearer tokens for authorizing specific requests, such as reading from or writing to the origin's underlying storage, advertising