Adding attach role to identity functionality

This commit is contained in:
2026-04-04 00:26:45 -04:00
parent f8d3d3fcff
commit 34dc6c9ab6
4 changed files with 96 additions and 85 deletions

View File

@@ -36,6 +36,11 @@ var roleCommands = []Command{
Description: "Role Management",
Handler: assumeRole,
},
{
Names: []string{"attach-roletoidentity"},
Description: "Attach Role to Identity",
Handler: authAttachRoleToIdentity,
},
}
func assumeRole(args []string) {