Skip to content

Commit

Permalink
Basic operator crud including signing keys
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Nov 20, 2023
1 parent 8564dd2 commit 594a4ee
Show file tree
Hide file tree
Showing 6 changed files with 563 additions and 19 deletions.
5 changes: 4 additions & 1 deletion cli/auth_command.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
package cli

func configureAuthCommand(app commandHost) {
auth := app.Command("auth", "Administers Decentralized Authentication")
auth := app.Command("auth", "NATS Decentralized Authentication")

auth.HelpLong("WARNING: This is experimental and subject to massive change, do not use yet")

configureAuthOperatorCommand(auth)
configureAuthNkeyCommand(auth)
}

Expand Down
Loading

0 comments on commit 594a4ee

Please sign in to comment.