Vaulted.getConsulRole = Promise.method(function getConsulRole(options, mountName) {
  options = options || {};

  return this.getConsulRolesEndpoint(mountName).get({
    headers: this.headers,