Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Update tokens table to fix issue affecting upgrades #2544

Merged
merged 6 commits into from
Jun 27, 2018
Merged

Conversation

irfanhabib
Copy link
Contributor

@irfanhabib irfanhabib commented Jun 27, 2018

Based off #2533
Fixes #2527

@cfdreddbot
Copy link

Hey irfanhabib!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@codecov
Copy link

codecov bot commented Jun 27, 2018

Codecov Report

Merging #2544 into v2-master will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           v2-master    #2544   +/-   ##
==========================================
  Coverage      70.42%   70.42%           
==========================================
  Files            594      594           
  Lines          25132    25132           
  Branches        5674     5674           
==========================================
  Hits           17698    17698           
  Misses          7434     7434

@@ -161,7 +161,7 @@ func (p *PgsqlTokenRepository) FindAuthToken(userGUID string, encryptionKey []by
err := p.db.QueryRow(findAuthToken, userGUID).Scan(&ciphertextAuthToken, &ciphertextRefreshToken, &tokenExpiry)
if err != nil {
msg := "Unable to Find UAA token: %v"
log.Debugf(msg, err)
log.Errorf(msg, err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to stay Debugf, otherwise verifySession without a valid session logs this every time

  • the error handling in this case should be handled a level up in the code.

@nwmac nwmac added question V2 P1 Priority 1 and removed blocked-pr labels Jun 27, 2018
Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nwmac nwmac merged commit 3b0096e into v2-master Jun 27, 2018
@nwmac nwmac deleted the fix-schema branch June 27, 2018 13:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants