Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
help='The name of the user to be created (default="admin").') help='The password for the new user.') help='The name of the role to be created and granted to the user ' '(default="admin").') dest='tenant', help='The name of the tenant to be created (default="admin").') def do_bootstrap(kc, args): """Grants a new role to a new user on a new tenant, after creating each."""
# verify the result username=args.user, password=args.passwd, tenant_name=args.tenant, auth_url=kc.management_url) |