forked from PelicanPlatform/pelican
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As the title suggests. I tried to keep a bit of flexibility in the CLI. For example, the token created in the following ways are identical: `pelican origin token create --audience foo --subject bar --scope read:/storage --scope write:/storage `pelican origin token create --audience foo --subject bar --scope "read:/storage write:/storage" Additionally, multiple audiences can be set: `pelican origin token create --audience foo --subject bar --audience baz` For claims passed via the --claim flag, a name must be provided: `pelican origin token create --audience foo --subject bar --claim name=value
- Loading branch information
1 parent
372d4bd
commit 10ee75a
Showing
3 changed files
with
224 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.