Skip to content

Commit

Permalink
Merge 39cfc25 into 8319084
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Barheine committed Sep 5, 2019
2 parents 8319084 + 39cfc25 commit a87763d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/keystone/keystone.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ func (d *keystone) authOptionsFromRequest(r *http.Request, guessScope bool) (*go
if err := d.guessScope(&ba); err != nil {
return nil, err
}
} else {
return nil, NewAuthenticationError(StatusMissingCredentials, "Basic authorization credentials missing OpenStack authorization scope part")
}

// set password
Expand Down

0 comments on commit a87763d

Please sign in to comment.