Skip to content

v1.3.0

Compare
Choose a tag to compare
@rootRaider rootRaider released this 01 Jun 07:41
· 23 commits to master since this release
e3f3a9b
  • user impersonation feature.
  • add optional parameter user_web_token to Vault. if passed in, this
    optional parameter will be used to authenticate on behalf of the user
    that the user_web_token belongs to (user impersonation). if not passed in,
    then vv will authenticate on behalf of the user that the client_id and
    client_secret belong to.
  • enhance UserService unittest with user impersonation.