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

Update service checks to ignore server app users #3270

Conversation

stnguyen90
Copy link
Contributor

What does this PR do?

This change updates the service check to ignore (server) app users who authenticate with API key.

Test Plan

Created an E2E test for the change as well as tested manually. The following screenshot shows an API call made with an API key before the change and then after the change:

image

Related PRs and Issues

Closes #3269

Have you read the Contributing Guidelines on issues?

Yes

@stnguyen90
Copy link
Contributor Author

I'm not sure why the tests failed. The test that failed is unrelated to my change and when I ran that test locally, it passed.

@christyjacob4
Copy link
Member

The CNAME test fails because we removed one of the CNAME records for test1.appwrite.io

@TorstenDittmann
Copy link
Contributor

master should be fixed now - so if you rebase/merge with master you should be fine 👍🏻

@stnguyen90 stnguyen90 force-pushed the feat-3269-skip-service-check-for-server branch from e0e6c40 to f645c2c Compare June 1, 2022 03:42
@stnguyen90
Copy link
Contributor Author

master should be fixed now - so if you rebase/merge with master you should be fine 👍🏻

rebased!

@TorstenDittmann TorstenDittmann merged commit f132217 into appwrite:master Jun 1, 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.

Skip Service Check for API Key
3 participants