Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: streamline error checking process #6103

Merged
merged 3 commits into from
Jan 16, 2022

Conversation

bisakhmondal
Copy link
Member

Signed-off-by: Bisakh Mondal bisakhmondal00@gmail.com

What this PR does / why we need it:

#6037 (comment)

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@@ -293,30 +293,28 @@ function _M.rewrite(plugin_conf, ctx)
-- the configured redirect URI after successful authentication.
response, err = openidc.authenticate(conf)

if err then
if not response then
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks. Updated

@@ -398,7 +398,7 @@ GET /t



=== TEST 15: enable basic auth plugin using admin api, set hide_credentials = true
=== TEST 18: enable basic auth plugin using admin api, set hide_credentials = true
Copy link
Member

Choose a reason for hiding this comment

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

Need to fetch the latest code for the master branch, which has been fixed.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done. Thanks

@spacewander spacewander merged commit c38e94f into apache:master Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants