Skip to content
  • Leigh B Stoller's avatar
    Add delegation support to run on boss to make it easier for an admin · c50139c6
    Leigh B Stoller authored
    to delegate a credential to a user. Say you want to delegate a CH
    credential to a local user so they can lookup things:
    
    boss> getchcredential | delegatecredential 'urn:publicid:IDN+emulab.net+user+XXX' resolve:0
    
    This will spit out a delegated credential. Save that in a file and
    give to the user. The user then sends that along as the credential
    argument.
    c50139c6