forked from TrueCloudLab/frostfs-s3-gw
[#414] authmate: Add register-user command
New command allows register user in frostfsid and set allowed rules in policy contract Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
f86b82351a
commit
70eedfc077
12 changed files with 284 additions and 93 deletions
|
@ -65,4 +65,7 @@ GoVersion: {{ runtimeVersion }}
|
|||
|
||||
rootCmd.AddCommand(updateSecretCmd)
|
||||
initUpdateSecretCmd()
|
||||
|
||||
rootCmd.AddCommand(registerUserCmd)
|
||||
initRegisterUserCmd()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue